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]

Re: c++/4131: Why the C++ compiler don't place a const class object to ".rodata" section?


Synopsis: Why the C++ compiler don't place a const class object to ".rodata" section?

State-Changed-From-To: open->analyzed
State-Changed-By: rth
State-Changed-When: Sun Oct  6 20:08:19 2002
State-Changed-Why:
    Because it has a non-trivial constructor.  This could 
    probably still be optimized, but it's up to the front end
    to tell us that; changed to category c++.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4131


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