https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89197
Marek Polacek <mpolacek at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=97899
--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Reduced, but it ICEs with -std=c++03 same like bug 97899:
// PR c++/89197
template <int> void foo(int i) { const int c = int{i}; }
