[Bug c++/10437] "using namespace" at global scope creates incorrect code

2014-05-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10437 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c++/10437] "using namespace" at global scope creates incorrect code

2014-05-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10437 --- Comment #12 from Jonathan Wakely --- (In reply to Richard Smith from comment #11) > I disagree. The failure is not in the immediate context of the substitution, > so this is a hard error. GCC seems to be doing the right thing in all cases > h

[Bug c++/10437] "using namespace" at global scope creates incorrect code

2014-05-12 Thread richard-gccbugzilla at metafoo dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10437 Richard Smith changed: What|Removed |Added CC||richard-gccbugzilla@metafoo