This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/22355] Multiple local static variables initialization: missed optimization opportunity
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jul 2005 20:39:19 -0000
- Subject: [Bug c++/22355] Multiple local static variables initialization: missed optimization opportunity
- References: <20050707202900.22355.yuri@tsoft.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 20:39 -------
Say we call f() again before finish initializing i. then we call the get statement, it just undefined?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22355