[Bug c++/67010] Name hiding in the same declarative region fails when done via using-directive

2015-07-29 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67010 Anders Granlund changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/67010] Name hiding in the same declarative region fails when done via using-directive

2015-07-25 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67010 --- Comment #1 from Anders Granlund --- Detailed explanation of how the c++ standard can be applied to the program: By [namespace.udir]/2 during the unqualified name lookup of x in sizeof (x), the declaration struct x {}; appears as if it was de