https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117152
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to fail| |15.0
Target Milestone|--- |15.0
Known to work|14.1.0 |14.2.0
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Aside: why does this crash without printing "internal compiler error: " before
the "Segmentation fault" string?
It caused a minor hiccup for my bisection scripts, I had to match on the
diagnostic string, where normally I could just say I'm searching for an ICE.