This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/53844] [4.6/4.7 Regression] GCC generates suboptimal code for unused members of classes in some cases on multiple targets.
- From: "ed at edrosten dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 04 Jul 2012 13:40:54 +0000
- Subject: [Bug middle-end/53844] [4.6/4.7 Regression] GCC generates suboptimal code for unused members of classes in some cases on multiple targets.
- Auto-submitted: auto-generated
- References: <bug-53844-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53844
--- Comment #9 from Edward Rosten <ed at edrosten dot com> 2012-07-04 13:40:54 UTC ---
(In reply to comment #7)
> Fixed on trunk sofar, watching for fallout.
I would like to note that your fix seems to remove the performance hit in my
numerics which revealed the bug.