[Bug c/85290] Defining identifiers to themselves in system headers prevents diagnostics from being emitted.

2022-01-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85290 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug c/85290] Defining identifiers to themselves in system headers prevents diagnostics from being emitted.

2018-04-08 Thread ad...@tho-otto.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85290 --- Comment #3 from Thorsten Otto --- When compiling the attached source file, which includes a header file marked as system header (same happens when include some real file from a system header path), specifying -Wdeclaration-after-statement, no

[Bug c/85290] Defining identifiers to themselves in system headers prevents diagnostics from being emitted.

2018-04-08 Thread ad...@tho-otto.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85290 --- Comment #2 from Thorsten Otto --- Created attachment 43880 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43880&action=edit Source file

[Bug c/85290] Defining identifiers to themselves in system headers prevents diagnostics from being emitted.

2018-04-08 Thread ad...@tho-otto.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85290 --- Comment #1 from Thorsten Otto --- Created attachment 43879 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43879&action=edit header file marked as system header