This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/41102] Ease error checking of included files located in the SYSTEM_INCLUDE_DIR/ending in .h


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41102

fwi at inducks dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fwi at inducks dot org

--- Comment #13 from fwi at inducks dot org 2011-11-16 16:54:44 UTC ---
For information, the same (however minor) issue appears with MPI (MPICH2), as
expected, with the -pedantic flag:

$ mpif90 -Wall -O3 -march=native -pedantic -cpp test.f90

Warning: Nonstandard type declaration REAL*8 at (1)
mpif.h:491.13:
    Included at test.f90:10:

       REAL*8 PMPI_WTIME, PMPI_WTICK

(lots of other similar harmless warnings not shown)


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