This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/66711] GCC does not correctly restore diagnostic state after pragma GCC diagnostic pop with -Werror
- From: "steffen.muething at iwr dot uni-heidelberg.de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 30 Jun 2015 19:01:08 +0000
- Subject: [Bug c/66711] GCC does not correctly restore diagnostic state after pragma GCC diagnostic pop with -Werror
- Auto-submitted: auto-generated
- References: <bug-66711-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66711
--- Comment #1 from Steffen MÃthing <steffen.muething at iwr dot uni-heidelberg.de> ---
I just noticed the wrong filename (error.cc) and driver (cc1plus) in the first
two outputs: I compiled those with g++ instead of gcc, but the same problem is
present in the C frontend.