This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14639] [3.5 Regression] [non-unit-at-a-time] Incorrect emission of unused compiler-generated destructor
- From: "bowdidge at apple dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jun 2004 21:15:54 -0000
- Subject: [Bug c++/14639] [3.5 Regression] [non-unit-at-a-time] Incorrect emission of unused compiler-generated destructor
- References: <20040318204634.14639.austern@apple.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bowdidge at apple dot com 2004-06-04 21:15 -------
I just tried the code fragment on a mainline build for 2004-05-26 07:00, and I get the behavior I'd seen
for the last month -- things break with -O2, but -fno-unit-at-a-time makes things work right. This
suggests something happened between 5/26 and today that triggered this specific problem. I'll see if I
can further reduce where the problem appeared.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14639