[Bug c++/19502] duplicate diagnostic for invalid template constant parameter

2021-08-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19502 --- Comment #3 from Andrew Pinski --- Since GCC 8, we produce the error message 3 times rather than the 2 times.

[Bug c++/19502] duplicate diagnostic for invalid template constant parameter

2005-08-24 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-24 19:38 --- This is probably due to the fact that lookup_template_class is called twice as the comment above the function states: ??? Note that this function is currently called *twice* for each template-id: the

[Bug c++/19502] duplicate diagnostic for invalid template constant parameter

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:29 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E