[Bug c/15517] -O2 and higher removes some static const

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue May 18 23:41:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-18 13:56 -------
This is a dup of bug 14911, well it looks like SUSE turns on -funit-at-a-time at -O2 for their 3.3.3, so 
using the same method as mentioned in the other bug except change the "__GNUC_MINOR__ >=4" to 
be "__GNUC_MINOR__ >= 3" and it will work.

*** This bug has been marked as a duplicate of 14911 ***

*** This bug has been marked as a duplicate of 14911 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |DUPLICATE


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



More information about the Gcc-bugs mailing list