https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81575
Vegard Nossum <vegard.nossum at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vegard.nossum at gmail dot com
--- Comment #4 from Vegard Nossum <vegard.nossum at gmail dot com> ---
If it helps, this is a different reproducer that gives the exact same stack
trace on 8.0.1:
template <unsigned> int(b) {
[] { int a(a %= "") }
}
