[Bug tree-optimization/107608] [13 Regression] Failure on fold-overflow-1.c and pr95115.c

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 18 13:03:52 GMT 2023


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

--- Comment #40 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #39)
> But I still see
> 
> FAIL: gcc.dg/pr95115.c execution test
> 
> as of r13-5237-gaaf29ae6cdbaad

That's removing the use of

  _3 =  Inf /  Inf;

(probably OK) and then DCE eliminating the stmt, eliding the exception.


More information about the Gcc-bugs mailing list