[Bug c++/47346] access control for nested type is ignored in class template

2021-08-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 Andrew Pinski changed: What|Removed |Added CC||tomasz.jankowski at nokia dot com ---

[Bug c++/47346] access control for nested type is ignored in class template

2020-06-16 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 Patrick Palka changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/47346] access control for nested type is ignored in class template

2020-06-16 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 Patrick Palka changed: What|Removed |Added Target Milestone|--- |11.0

[Bug c++/47346] access control for nested type is ignored in class template

2020-06-16 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 --- Comment #19 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:668ef28fbb44c1e51d9c5a35b421903c98d87b03 commit r11-1351-g668ef28fbb44c1e51d9c5a35b421903c98d87b03 Author: Patrick Palka Date:

[Bug c++/47346] access control for nested type is ignored in class template

2020-06-16 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 --- Comment #18 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:92bed036098928cd4659c8990e14cf7ad040e0c2 commit r11-1350-g92bed036098928cd4659c8990e14cf7ad040e0c2 Author: Patrick Palka Date:

[Bug c++/47346] access control for nested type is ignored in class template

2019-01-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 Jonathan Wakely changed: What|Removed |Added CC||prasoonsaurav.nit at gmail dot com

[Bug c++/47346] access control for nested type is ignored in class template

2017-10-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 Jonathan Wakely changed: What|Removed |Added CC||ville.voutilainen at gmail dot com

[Bug c++/47346] access control for nested type is ignored in class template

2017-10-15 Thread aschepler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 Andrew Schepler changed: What|Removed |Added CC||aschepler at gmail dot com ---

[Bug c++/47346] access control for nested type is ignored in class template

2014-07-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC||myriachan at

[Bug c++/47346] access control for nested type is ignored in class template

2013-11-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|

[Bug c++/47346] access control for nested type is ignored in class template

2013-11-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added CC||romain.geissler

[Bug c++/47346] access control for nested type is ignored in class template

2013-07-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 --- Comment #11 from Paolo Carlini paolo.carlini at oracle dot com --- Dodji, any news? ;)

[Bug c++/47346] access control for nested type is ignored in class template

2013-03-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 --- Comment #10 from Jason Merrill jason at gcc dot gnu.org 2013-03-27 13:28:24 UTC --- Even simpler: class B { struct C {}; }; template class T struct A { B::C c; }; Aint a;

[Bug c++/47346] access control for nested type is ignored in class template

2011-10-18 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|

[Bug c++/47346] access control for nested type is ignored in class template

2011-09-30 Thread dodji at seketeli dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 --- Comment #6 from dodji at seketeli dot org dodji at seketeli dot org 2011-09-30 10:26:29 UTC --- paolo.carlini at oracle dot com gcc-bugzi...@gcc.gnu.org a écrit: Out of curiosity, does the posted patch fix at once *all* the issues mentioned

[Bug c++/47346] access control for nested type is ignored in class template

2011-09-30 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 --- Comment #7 from Paolo Carlini paolo.carlini at oracle dot com 2011-09-30 10:33:15 UTC --- Great. By the way, I think I didn't see any comment, that's why I asked ;)

[Bug c++/47346] access control for nested type is ignored in class template

2011-09-30 Thread dodji at seketeli dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 --- Comment #8 from dodji at seketeli dot org dodji at seketeli dot org 2011-09-30 11:41:14 UTC --- The comment was posted in another month: http://gcc.gnu.org/ml/gcc-patches/2011-09/msg00536.html Another hint at why we need a better

[Bug c++/47346] access control for nested type is ignored in class template

2011-09-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|

[Bug c++/47346] access control for nested type is ignored in class template

2011-08-17 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 --- Comment #4 from Dodji Seketeli dodji at gcc dot gnu.org 2011-08-17 15:26:01 UTC --- Candidate fix posted to http://gcc.gnu.org/ml/gcc-patches/2011-08/msg01404.html

[Bug c++/47346] access control for nested type is ignored in class template

2011-08-11 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 --- Comment #2 from Dodji Seketeli dodji at gcc dot gnu.org 2011-08-11 18:41:53 UTC --- Another variation of the same theme is: class C { struct Private { }; }; templatetypename T struct exploit3 { templateclass U = C::Private

[Bug c++/47346] access control for nested type is ignored in class template

2011-08-11 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 --- Comment #3 from Dodji Seketeli dodji at gcc dot gnu.org 2011-08-11 18:52:54 UTC --- Created attachment 24985 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24985 Work in progress patch I am currently testing this patch. The problem I

[Bug c++/47346] access control for nested type is ignored in class template

2011-07-28 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 Dodji Seketeli dodji at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/47346] access control for nested type is ignored in class template

2011-06-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added CC||matthew_eanor at

[Bug c++/47346] access control for nested type is ignored in class template

2011-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last