https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109075

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |12.2.0

--- Comment #7 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
I've just checked 12.2.0, and the code does not hang there.

(In reply to Jakub Jelinek from comment #6)
> jmul is used just once, so I wonder if the easiest solution wouldn't be to
> make jmul
> PARAMETER kind=8.

We can change the benchmark source, but we cannot change the
existing code base using the same idiom out there :-|

> Anyway, does -fwrapv work around it too?

Yes, -frwapv works.

We could just include that in -std=legacy (it really is used for
legacy code) and mention it in the release notes, then.

How does that sound?

Reply via email to