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++/19813] [4.0 Regression] wrong code with -finline-limit


------- Additional Comments From rth at gcc dot gnu dot org  2005-02-15 17:24 -------
The front end isn't supposed to set TREE_READONLY for variables that need
constructing at runtime.  That's been the way we've handled this case from
day one.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|regression                  |c++


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


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