https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63582
Bug ID: 63582 Summary: [5 Regression]: g++.dg/init/enum1.C ... (test for errors, line 12) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: hp at gcc dot gnu.org CC: dj at gcc dot gnu.org Host: x86_64-unknown-linux-gnu Target: cris-axis-elf This test used to pass and now fails. Last known previous revision it passed: r216206. First known revision where FAIL is seen: r216224. A commit in the revision range (216206:216224] caused this test to fail as follows: FAIL: g++.dg/init/enum1.C -std=gnu++98 (test for errors, line 12) FAIL: g++.dg/init/enum1.C -std=gnu++11 (test for errors, line 12) FAIL: g++.dg/init/enum1.C -std=gnu++1y (test for errors, line 12) The g++.log has nothing to add; there's simply no error for the enum, which seems like a gcc bug rather than a required test-suite tweak. In gcc-testresults@, I see similar errors for arm7l-unknown-linux-gnueabihf and hppa2.0w-hp-hpux11.11. Not sure of the other systems, but there's no target-specific support for __int128 for cris-elf. Author of suspected commit in revision-range CC:ed.