[Bug c++/63769] accepts-invalid multiple function definitions in extern "C"

2014-11-06 Thread nlewycky at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63769 --- Comment #2 from Nick Lewycky --- Oops. Thanks!

[Bug c++/63769] New: accepts-invalid multiple function definitions in extern "C"

2014-11-06 Thread nlewycky at google dot com
ty: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: nlewycky at google dot com "At most one function with a particular name can have C language linkage. Two declarations for a function with C language linkage with the sam

[Bug c++/60277] Bogus "inline function virtual ..." used but never defined

2014-02-19 Thread nlewycky at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60277 --- Comment #1 from Nick Lewycky --- Furthermore, if the testcase ended with: f->Foo::func(); then the warning should be issued.

[Bug other/49370] New: flags implemented in the specs file but undocumented

2011-06-10 Thread nlewycky at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49370 Summary: flags implemented in the specs file but undocumented Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assigne