[Bug c++/19501] Redundant "template" keyword rejected

2025-01-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19501 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug c++/19501] Redundant "template" keyword rejected

2024-11-30 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19501 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug c++/19501] Redundant "template" keyword rejected

2024-11-07 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19501 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/19501] Redundant "template" keyword rejected

2024-10-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19501 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/19501] Redundant "template" keyword rejected

2024-10-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19501 --- Comment #3 from Andrew Pinski --- Both testcases are accepted for GCC 11.4.0 and GCC 12.1.0+

[Bug c++/19501] Redundant "template" keyword rejected

2021-07-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19501 --- Comment #2 from Andrew Pinski --- For the first case, GCC 11 accepts it finally. For the second case, GCC 11 accepts it only for -std=c++20 . clang accepts both cases even for -std=c++98.

[Bug c++/19501] Redundant "template" keyword rejected

2005-01-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-18 14:35 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E