[Bug c++/16093] Bad error messages for missing declarations.

2019-02-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16093 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org Known to f

[Bug c++/16093] Bad error messages for missing declarations.

2013-07-06 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16093 --- Comment #7 from Manuel López-Ibáñez --- (In reply to Paolo Carlini from comment #6) > Honestly I didn't pay attention to the second testcase and didn't consider > the first issue serious enough ;) Anyway, let's keep this open for now, > thanks

[Bug c++/16093] Bad error messages for missing declarations.

2013-07-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16093 Paolo Carlini changed: What|Removed |Added Priority|P2 |P3 --- Comment #6 from Paolo Carlini ---

[Bug c++/16093] Bad error messages for missing declarations.

2013-07-05 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16093 Manuel López-Ibáñez changed: What|Removed |Added Severity|normal |enhancement --- Comment #5 from Man

[Bug c++/16093] Bad error messages for missing declarations.

2013-07-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16093 Paolo Carlini changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org|manu at gcc dot gnu.org --- Commen

[Bug c++/16093] Bad error messages for missing declarations.

2012-01-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16093 --- Comment #3 from Andrew Pinski 2012-01-20 01:31:39 UTC --- In all three cases on the trunk we get: t.cc:7:1: error: ‘var’ in namespace ‘n’ does not name a type t.cc:8:1: error: ‘foo’ in namespace ‘n’ does not name a type t.cc:9:1: error: ‘bar’