[Bug c++/60097] spurious warning about command line option -Wno-mismatched-tags

2014-02-08 Thread dan at math dot uiuc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60097 dan at math dot uiuc.edu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug c++/60097] New: spurious warning about command line option -Wno-mismatched-tags

2014-02-06 Thread dan at math dot uiuc.edu
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dan at math dot uiuc.edu int x; char y; void f () { y=x; } /* compile with g++ -c -Wconversion -Wno-mismatched-tags get this: foo.cc: In function 'void f()': foo.cc:3:14