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

--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Patrick O'Neill from comment #9)
> I think this is another example using -Os and -fdump-tree-modref:
> double a;
> double b(double c) { return 0 - 0.5 * c ?: a; }
> 
> Godbolt: https://godbolt.org/z/xWM8eGMjd

See PR 116055 . The ICE was just fixed today .

Reply via email to