This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12241] failure to emit typeinfo with optimization
- 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: 10 Sep 2003 22:14:10 -0000
- Subject: [Bug c++/12241] failure to emit typeinfo with optimization
- References: <20030910214732.12241.snyder@fnal.gov>
- 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=12241
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-10 22:14 -------
This is a dup of bug 12047 which you filed. The reason why it is a dup of that bug is now unit-at-
a-time is enabled at -O2 and above but when you files that bug it was only enabled at -O3 and
above.
*** This bug has been marked as a duplicate of 12047 ***