[Bug c++/70413] Class template names in anonymous namespaces are not globally unique

2023-12-21 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70413 Patrick Palka changed: What|Removed |Added Target Milestone|--- |14.0 Resolution|---

[Bug c++/70413] Class template names in anonymous namespaces are not globally unique

2023-12-21 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70413 --- Comment #8 from GCC Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:7226f825db049517b64442a40a6387513febb8f9 commit r14-6789-g7226f825db049517b64442a40a6387513febb8f9 Author: Patrick Palka Date: Th

[Bug c++/70413] Class template names in anonymous namespaces are not globally unique

2023-09-15 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70413 Patrick Palka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/70413] Class template names in anonymous namespaces are not globally unique

2023-09-15 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70413 Patrick Palka changed: What|Removed |Added CC||brunopitrus at hotmail dot com --- Comme

[Bug c++/70413] Class template names in anonymous namespaces are not globally unique

2022-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70413 Andrew Pinski changed: What|Removed |Added CC||herring at lanl dot gov --- Comment #6 f

[Bug c++/70413] Class template names in anonymous namespaces are not globally unique

2021-08-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70413 Jonathan Wakely changed: What|Removed |Added See Also|https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=

[Bug c++/70413] Class template names in anonymous namespaces are not globally unique

2019-07-23 Thread noloader at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70413 --- Comment #4 from Jeffrey Walton --- Bumping this. We ran into a similar issue in GCC 6.3.0 on ARM with -flto. openSUSE enabled LTO by default, so we added a test case for all platforms which support LTO (including Debian with its stale packag

[Bug c++/70413] Class template names in anonymous namespaces are not globally unique

2017-04-05 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70413 --- Comment #3 from Markus Trippelsdorf --- This gets wrongly set here: decl2.c: 2912 else if (DECL_TEMPLOID_INSTANTIATION (decl)) 2913 { 2

[Bug c++/70413] Class template names in anonymous namespaces are not globally unique

2017-04-05 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70413 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/70413] Class template names in anonymous namespaces are not globally unique

2017-04-05 Thread ethortsen at itg dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70413 ethortsen at itg dot com changed: What|Removed |Added CC||ethortsen at itg dot com --- C