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 c/15517] -O2 and higher removes some static const


------- 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


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