[Bug c++/52126] [4.7 Regression] compilation error

2012-02-16 Thread fabien at gcc dot gnu.org
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 : private

[Bug c++/52126] [4.7 Regression] compilation error

2012-02-16 Thread fabien at gcc dot gnu.org
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=gccview=revrev=184328 Log: gcc/testsuite/ChangeLog 2012-02-16

[Bug c++/52126] [4.7 Regression] compilation error

2012-02-16 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52126 fabien at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/52126] [4.7 Regression] compilation error

2012-02-12 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52126 fabien at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/52126] [4.7 Regression] compilation error

2012-02-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52126 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/52126] [4.7 Regression] compilation error

2012-02-07 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52126 --- Comment #5 from Jonathan Wakely redi at gcc dot gnu.org 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 AT) is provided

[Bug c++/52126] [4.7 Regression] compilation error

2012-02-06 Thread fabien at gcc dot gnu.org
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.

[Bug c++/52126] [4.7 Regression] compilation error

2012-02-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52126 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug c++/52126] [4.7 Regression] compilation error

2012-02-05 Thread tmmikolajczyk at gmail dot com
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 AT) is provided explicitly. According to the