[Bug c++/79476] C++ frontend ignores diagnostic pragma in macro

2017-02-14 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79476 --- Comment #3 from Martin Sebor --- (In reply to Martin Sebor from comment #2) > I'm pretty sure this is a duplicate of bug 69558, although according to my > bisection the commit that caused it is r214221 (gcc 5.0.0): Actually, looking more clo

[Bug c++/79476] C++ frontend ignores diagnostic pragma in macro

2017-02-14 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79476 Martin Sebor changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRMED

[Bug c++/79476] C++ frontend ignores diagnostic pragma in macro

2017-02-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79476 --- Comment #1 from Jonathan Wakely --- (In reply to Julian Andres Klode from comment #0) > According to cpp, all functions expand to the same code. The difference is where the _Pragma is handled. > This used to work at some point a long time a