https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102452
--- Comment #3 from Andrew Pinski ---
get_three after einline w/o USE_FLEX_ARR defined (this is changing the type to
int):
:
_5 = test_2(D)->is_a;
if (_5 != 0)
goto ; [50.00%]
else
goto ; [50.00%]
:
D.3292 = *test_2(D);
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102452
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102452
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
CC|