[Bug c/87388] Feature request: header-only -Wc++-compat

2018-09-22 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87388 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/87388] Feature request: header-only -Wc++-compat

2018-09-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87388 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic Severity|normal

[Bug c/87388] Feature request: header-only -Wc++-compat

2018-09-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87388 --- Comment #1 from Andrew Pinski --- Seems like you could do this yourself. Have one C file which just includes each header you want to test and compile with -Wc++-compat only on that one C file.