This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/12047] [unit-at-a-time] not emitting typeinfo
- 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: 25 Aug 2003 04:03:07 -0000
- Subject: [Bug optimization/12047] [unit-at-a-time] not emitting typeinfo
- References: <20030825035409.12047.peter@peem.als.lbl.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=12047
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |hubicka at gcc dot gnu dot
|dot org |org
Severity|normal |critical
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
Keywords| |wrong-code
Priority|P3 |P1
Last reconfirmed|0000-00-00 00:00:00 |2003-08-25 04:03:05
date| |
Summary|Problems with optimization |[unit-at-a-time] not
|(O3) |emitting typeinfo
Target Milestone|--- |3.4
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-25 04:03 -------
I can confirm this on the mainline (20030825). It is caused by unit-at-a-time which is enabled at
-O3.
Jan this is your problem.