[Bug c++/67074] Name lookup ambiguity between namespace and its alias

2017-06-21 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67074 Nathan Sidwell changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/67074] Name lookup ambiguity between namespace and its alias

2017-06-20 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67074 --- Comment #2 from Nathan Sidwell --- Author: nathan Date: Tue Jun 20 12:53:11 2017 New Revision: 249408 URL: https://gcc.gnu.org/viewcvs?rev=249408=gcc=rev Log: PR c++/67074 - namespace aliases * decl.c (duplicate_decls):

[Bug c++/67074] Name lookup ambiguity between namespace and its alias

2017-06-19 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67074 Nathan Sidwell changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/67074] Name lookup ambiguity between namespace and its alias

2015-07-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67074 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid

[Bug c++/67074] Name lookup ambiguity between namespace and its alias

2015-07-30 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67074 --- Comment #1 from Anders Granlund anders.granlund.0 at gmail dot com --- I have reported the same bug in clang also: https://llvm.org/bugs/show_bug.cgi?id=24324 Richard Smith confirmed it and added this additional test case: And likewise: