------- Comment #1 from billingd at gcc dot gnu dot org 2008-12-03 23:28 ------- This is causing testsuite failures and should be fixed. The -idirafter appears to be coming from the cpp section in specs file, while the warning is generated in gcc/opts.c. I can see several possible approaches:
1. Prune the warning with dejagnu 2. Modify the cygwin specs file so -idirafter is not used for .F or .F90 file (or when called from gfortran) 3. Modify the code to somewhere Thoughts? -- billingd at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |billingd at gcc dot gnu dot | |org Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2008-12-03 23:28:45 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36457