[Bug c++/122832] internal compiler error: error reporting routines re-entered
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Nov 25 07:10:02 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122832
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |c++26
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced:
```
template<typename T>
void foo(decltype(auto(T())) x) {}
int main() {
foo<int>(1);
}
```
More information about the Gcc-bugs
mailing list