[Bug tree-optimization/34864] array constants after inlining and "staticification"

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Feb 14 09:14:00 GMT 2008



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-02-14 09:13 -------
It's probably still the same issue - in initializers we only fold builtin
functions, where the std:: variants are not recognized as such (they are
wrapper functions around the builtin).  So this gets folded only after
inlining those, but then the initializer is already no longer marked as
constant, but initialized at runtime (with constants).


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org


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



More information about the Gcc-bugs mailing list