[Bug fortran/63529] Bad error and ICE with Cray Pointers in Modules

russelldub at gmail dot com gcc-bugzilla@gcc.gnu.org
Tue Oct 14 17:09:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529

--- Comment #5 from russelldub at gmail dot com ---
> With ifort, are you compiling with whatever flag enforces
> standards conformance.  I need to go hunting through the
> standard to see if assumed size arrays are allowed in the
> declaration section of a module.

ifort doesn't complain with -standard-semantics.  If I add
-std{f90,f95,f03,f08} then I get a warning about the POINTER statement being
dis-allowed, but it still compiles.



More information about the Gcc-bugs mailing list