https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99372
Bug ID: 99372
Summary: gimplefe-28.c ICEs when sqrt insn is not available
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: aoliva at gcc dot gnu.org
Target Milestone: ---
Try to compile gimplefe-28.c from the testsuite with -mno-powerpc-gpopt or
-msoft-float on a powerpc target, and it will ICE, because it doesn't check for
the availability of the .SQRT instrinsic explicitly called in the test.
Fixes for the See-Also bugs are likely to prevent the bug from showing up in
test results.