[Bug c++/35640] [4.2/4.3/4.4 Regression] invalid access to protected base class

2009-01-16 Thread jason at gcc dot gnu dot org
--- Comment #2 from jason at gcc dot gnu dot org 2009-01-16 18:58 --- *** This bug has been marked as a duplicate of 38579 *** -- jason at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/35640] [4.2/4.3/4.4 Regression] invalid access to protected base class

2008-12-29 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35640

[Bug c++/35640] [4.2/4.3/4.4 Regression] invalid access to protected base class

2008-12-28 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-12-29 04:13 --- Confirmed, a regression from at least 3.3 which gave: t.cc: In constructor `C::C(B&)': t.cc:14: error: `A' is an inaccessible base of `B' -- pinskia at gcc dot gnu dot org changed: What|Removed