[Bug c++/53251] template keyword ignored between -> and member under name collision with non-member

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53251

Andrew Pinski  changed:

   What|Removed |Added

 CC||ramon.garcia.f+gcc at gmail 
dot co
   ||m

--- Comment #4 from Andrew Pinski  ---
*** Bug 81526 has been marked as a duplicate of this bug. ***

[Bug c++/53251] template keyword ignored between -> and member under name collision with non-member

2021-08-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53251

Andrew Pinski  changed:

   What|Removed |Added

   Keywords||rejects-valid
  Known to fail||6.4.0, 7.1.0
   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=54769,
   ||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=81204,
   ||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=81257
   Target Milestone|--- |7.2
 Resolution|--- |FIXED
  Known to work||7.2.0
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Andrew Pinski  ---
Fixed in GCC 7.2 by the patch which fixed PR 54769.

[Bug c++/53251] template keyword ignored between -> and member under name collision with non-member

2012-05-05 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53251

--- Comment #2 from Andrew Pinski  2012-05-06 
01:06:00 UTC ---
And PR 10200 .


[Bug c++/53251] template keyword ignored between -> and member under name collision with non-member

2012-05-05 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53251

--- Comment #1 from Andrew Pinski  2012-05-06 
01:04:58 UTC ---
Related to PR 11814 .