https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55776
Ian McInerney changed:
What|Removed |Added
CC||ian.s.mcinerney at ieee dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96063
--- Comment #17 from Ian McInerney ---
I think that r11-1899 is the more important one to backport, since that will
also allow for warnings that are generated by headers inside "-isystem" include
directories to not have the notes printed without
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96063
--- Comment #15 from Ian McInerney ---
Martin, can you backport you compiler patch to the GCC10 branch so it is fixed
there as well? As I said, this makes the warning essentially useless to use on
large codebases with the current release.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96063
--- Comment #14 from Ian McInerney ---
Is it possible to backport this to the GCC 10 branch? The printing of these
notes makes this warning almost impossible to use on any large project that
uses the standard library.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96063
--- Comment #6 from Ian McInerney ---
They are showing up when I don't have -Wsystem-headers passed in on the command
line. Compiling the attached test program with `g++ -Wmismatched-tags main.cpp`
shows the warnings. All that is doing is includi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96063
--- Comment #5 from Ian McInerney ---
Created attachment 48837
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48837&action=edit
test program
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96063
--- Comment #2 from Ian McInerney ---
I'd be fine with disabling them for the library (although I would have hoped
they would have been disabled there from the start since warnings from the
library weren't requested), but as it stands currently t
: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: ian.s.mcinerney at ieee dot org
Target Milestone: ---
There are several places in the library headers where warnings can be emitted
for mismatched-tags (this was found when a mingw g++ compile misbehaved and
printed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93190
--- Comment #5 from Ian McInerney ---
Created attachment 47605
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47605&action=edit
Verbose output from successful linking
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93190
--- Comment #4 from Ian McInerney ---
Created attachment 47604
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47604&action=edit
GCC verbose output from failed linking
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93190
--- Comment #3 from Ian McInerney ---
Note that I am compiling this with
g++ -fno-lto -v -Wl,-v main.cpp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93190
--- Comment #2 from Ian McInerney ---
Created attachment 47603
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47603&action=edit
Object file from successful linking
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93190
--- Comment #1 from Ian McInerney ---
Created attachment 47602
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47602&action=edit
Object file from failed linking
Priority: P3
Component: inline-asm
Assignee: unassigned at gcc dot gnu.org
Reporter: ian.s.mcinerney at ieee dot org
Target Milestone: ---
Created attachment 47601
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47601&action=edit
Example program
When compiling
14 matches
Mail list logo