This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/48026] #pragma optimize ignored for C++
- From: "linux at carewolf dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 25 Jul 2012 12:40:22 +0000
- Subject: [Bug c++/48026] #pragma optimize ignored for C++
- Auto-submitted: auto-generated
- References: <bug-48026-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48026
Allan Jensen <linux at carewolf dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |linux at carewolf dot com
--- Comment #2 from Allan Jensen <linux at carewolf dot com> 2012-07-25 12:40:22 UTC ---
(In reply to comment #1)
> Confirmed, this is most likely the same issue as PR 41201.
Well, not completely the same. The original issue reported in PR 41201 is about
defining the macros, but the possible fix in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41201#c6 is about this bug.