https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119290
Bug ID: 119290 Summary: cobol testsuite should disable non-64-bit multilibs Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: cobol Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org Target Milestone: --- While testing current trunk on Linux/x86_64 with all multilibs, the 32-bit cobol tests all FAIL like this: FAIL: cobol.dg/error-1.cob -O (test for excess errors) Excess errors: <built-in>: sorry, unimplemented: COBOL requires a 64-bit configuration This creates quite some unnecessary noise, which is going to get worse over time when more and more cobol tests are added. Until this restriction is (hopefully) lifted, non-64-bit multilib testing should be disabled instead.