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/15683] [g77 only] -g -fno-globals -Wno-globals ICE in f771


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-27 20:11 -------
I should note that -fno-globals is saying that you do not want any globals at all but then you are using 
a global so this is invalid code and you are also saying do not check for globals (-fno-globals).  Since I 
do not think this option is useful for gfortran at all.  Closing as will not fix.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
           Keywords|                            |ice-on-invalid-code
         Resolution|                            |WONTFIX


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


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