[Bug rtl-optimization/79688] ICE with a RTL test-case and -O1 provided

2024-04-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79688

Andrew Pinski  changed:

   What|Removed |Added

   Keywords||ice-checking

--- Comment #4 from Andrew Pinski  ---
  gcc_assert (bitmap_equal_p (regular_block_artificial_uses,
  >regular_block_artificial_uses));


The assert which is failing.

[Bug rtl-optimization/79688] ICE with a RTL test-case and -O1 provided

2019-08-04 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79688

Eric Gallager  changed:

   What|Removed |Added

   Keywords||ice-on-valid-code

--- Comment #3 from Eric Gallager  ---
assuming this is supposed to be valid, so adding ice-on-valid keyword

[Bug rtl-optimization/79688] ICE with a RTL test-case and -O1 provided

2018-07-31 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79688

--- Comment #2 from Eric Gallager  ---
(In reply to Eric Gallager from comment #1)
> Confirmed that gcc ICEs, although is 'c' really the right component?

(thank you Marek for changing it to rtl-optimization in response to this)