https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56556
Pierre Ossman changed:
What|Removed |Added
CC||ossman at cendio dot se
--- Comment #5 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56556
--- Comment #4 from Gaƫl Bonithon ---
It would be nice if this could be fixed. I'm currently experimenting with
porting a GTK text editor to Qt6, and it seems that because of this, I can't
name a local variable 'data' in a method of a QWidget der
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56556
Jonathan Wakely changed:
What|Removed |Added
Ever confirmed|0 |1
Status|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56556
Eric Gallager changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56556
--- Comment #1 from Andrew Pinski 2013-03-07
00:46:12 UTC ---
The main reason for the warning here is namelookup happens before access
control happens. So even if change the name of x usage in Derived, you will
start to get weird error me