This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/9540] C99 initializers generate lots of code
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jul 2003 02:49:16 -0000
- Subject: [Bug optimization/9540] C99 initializers generate lots of code
- References: <20030202201600.9540.mariube+gcc+@ifi.uio.no>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.