[Bug optimization/9540] C99 initializers generate lots of code
pinskia at physics dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Mon Jul 21 02:49:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9540
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-21 02:49 -------
This bug has nothing to do with aliasing but it has to do with GCC creating a temp
variable to store the C99 initializer and then copying that into the global variable.
More information about the Gcc-bugs
mailing list