http://llvm.org/bugs/show_bug.cgi?id=22234

            Bug ID: 22234
           Summary: "-fsyntax-only hello.f90" fails
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Clang supports handing fortran code off to another compiler. However, it gets
confused when -fsyntax-only is applied:

$ clang -fsyntax-only hello.f90
clang: error: invalid output type 'none' for use with gcc tool

This becomes especially useful when you use it with -J to build fortran
modules, "clang -fsyntax-only somefortran.f90 -J moduledir". Clang already
knows to pass along the -J flag.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to