[LLVMdev] gfortran link failure in current llvm svn

Chris Lattner clattner at apple.com
Thu Oct 30 23:02:11 PDT 2008


On Oct 30, 2008, at 5:23 PM, Jack Howarth wrote:
> ps We do have one oddity left in llvm-gfortran from current llvm
> svn. I find everytime I compile something with llvm-gfortran that
> I get a series of warning messages...
>
> f951: warning: command line option "-Wformat" is valid for C/C++/ 
> ObjC/ObjC++ but not for Fortran
> f951: warning: command line option "-Wformat-security" is valid for  
> C/C++/ObjC/ObjC++ but not for Fortran
> f951: warning: command line option "-Wno-format-extra-args" is valid  
> for C/C++/ObjC/ObjC++ but not for Fortran
> f951: warning: command line option "-Wno-format-zero-length" is  
> valid for C/C++/ObjC/ObjC++ but not for Fortran
> f951: warning: command line option "-Wno-nonnull" is valid for C/C++/ 
> ObjC/ObjC++ but not for Fortran
>
> Is this something we can suppress easily for the 2.4 release?

Unfortunately, it is too late for the 2.4 release, however, now is a  
great time to fix it for 2.5.  Once it is fixed in mainline, it would  
be great to get a tester set up to verify that we don't regress on this,

-Chris



More information about the llvm-dev mailing list