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++/24928] static const objects should go to .rodata



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-11-18 00:57 -------
Confirmed, very related to PR 4131.

First this is not a trivial static const object as there is no trivial
constructure here.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |missed-optimization
   Last reconfirmed|0000-00-00 00:00:00         |2005-11-18 00:57:31
               date|                            |
            Summary|Trivial static const objects|static const objects should
                   |should go to .rodata        |go to .rodata


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


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