http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52126
fabien at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52126
--- Comment #7 from fabien at gcc dot gnu.org 2012-02-17 07:49:43 UTC ---
Author: fabien
Date: Fri Feb 17 07:49:35 2012
New Revision: 184328
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184328
Log:
gcc/testsuite/ChangeLog
2012-02-16 Fab
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52126
--- Comment #6 from fabien at gcc dot gnu.org 2012-02-16 09:57:20 UTC ---
(In reply to comment #5)
> (In reply to comment #2)
> > Further investigation shows that the issue appears only when inheritance
> > from
> > the template class (class B : p
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52126
fabien at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|un
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52126
--- Comment #5 from Jonathan Wakely 2012-02-07
17:23:40 UTC ---
(In reply to comment #2)
> Further investigation shows that the issue appears only when inheritance from
> the template class (class B : private A) is provided explicitly. According
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52126
Richard Guenther changed:
What|Removed |Added
Keywords||rejects-valid
Priority|P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52126
--- Comment #3 from fabien at gcc dot gnu.org 2012-02-06 21:31:30 UTC ---
I'll be assigning myself to this bug when I come back from vacation next
monday.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52126
--- Comment #2 from tmmikolajczyk at gmail dot com 2012-02-05 20:57:29 UTC ---
Further investigation shows that the issue appears only when inheritance from
the template class (class B : private A) is provided explicitly. According
to the standard
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52126
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,