This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: compiler options in testsuite..


On Mon, Jun 26, 2006 at 01:57:57PM -0600, Christopher D. Rickett wrote:
> thanks for the help.  i've put the -std=c99 into the fortran source, and 
> the program will build and run successfully, but the testsuite still 
> reports an error because of excessive errors.  f951 spits out a warning 
> about the option -std=c99 not being valid for fortran.  is there a way to 
> tell fortran to ignore all warnings?  would this be acceptable?
> 

Try adding -w to the options.  Add a comment that -w
is needed to suppress the -std=c99 warning.

-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]