https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109329
Bug ID: 109329 Summary: rs6000: New testcases {mul,div}ic3* should run on systems without QP Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: segher at gcc dot gnu.org Target Milestone: --- The testcases use ICmode, which exists fine on almost all systems. But we get the error cc1: error: '-mabi=ieeelongdouble' requires full ISA 2.06 support We should not use that flag, or make the testcase not fail some other way.