[Bug c++/100918] [10 Regression] Naming a destructor as a qualified template-id results in bogus access error

2023-07-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100918 Richard Biener changed: What|Removed |Added Known to fail||10.5.0 Resolution|---

[Bug c++/100918] [10 Regression] Naming a destructor as a qualified template-id results in bogus access error

2023-05-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100918 --- Comment #9 from Andrew Pinski --- (In reply to Andrew Pinski from comment #8) > (In reply to Christian Prochaska from comment #7) > > Since the commit above the following test fails. Is this correct? > > > > > class T1 { }; > > class T2 {

[Bug c++/100918] [10 Regression] Naming a destructor as a qualified template-id results in bogus access error

2023-05-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100918 --- Comment #8 from Andrew Pinski --- (In reply to Christian Prochaska from comment #7) > Since the commit above the following test fails. Is this correct? > > class T1 { }; > class T2 { }; > > template > class A { }; > > class B : A { };

[Bug c++/100918] [10 Regression] Naming a destructor as a qualified template-id results in bogus access error

2023-05-04 Thread christian.prochaska--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100918 Christian Prochaska changed: What|Removed |Added CC||christian.prochaska@genode-

[Bug c++/100918] [10 Regression] Naming a destructor as a qualified template-id results in bogus access error

2022-06-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100918 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.4|10.5 --- Comment #6 from Jakub Jelinek

[Bug c++/100918] [10 Regression] Naming a destructor as a qualified template-id results in bogus access error

2022-05-27 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100918 Richard Biener changed: What|Removed |Added Target Milestone|9.5 |10.4 --- Comment #5 from Richard