From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 783133858D3C; Wed, 19 Oct 2022 01:47:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 783133858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666144037; bh=a9DYdbWRd0k7sfqtogvsq7l4nMKxwKn5g9Aw40HVcuY=; h=From:To:Subject:Date:From; b=kUQP6z4eUaD0Tw+XPC5TsoLTjdn/A7xHVLSBrxfi7bMKl/+WwC5MdKNr8CaR7YrYz Ics037vqN2lPN+3m5zh+0dB/uUJ0+DqkAEPbjA8hihEQoHDGEpk1XijHeyZuaeWTDG Lz7Hw9yWLidvY6uO94tsuLCh2hM+CLmfVVRHmUlQ= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107311] New: New test case gcc.dg/c2x-enum-1.c fails Date: Wed, 19 Oct 2022 01:47:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107311 Bug ID: 107311 Summary: New test case gcc.dg/c2x-enum-1.c fails Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- g:3b3083a598ca3f4b6203284e01ed39ab6ff0844f, r13-3360-g3b3083a598ca3f make -k check-gcc RUNTESTFLAGS=3D"--target_board=3Dunix'{-m32}' dg.exp=3Dgcc.dg/c2x-enum-1.c" FAIL: gcc.dg/c2x-enum-1.c (test for excess errors) This is failing with 32 bits on big endian powerpc64. 64 bits works fine. spawn -ignore SIGHUP /home/seurer/gcc/git/build/gcc-test/gcc/xgcc -B/home/seurer/gcc/git/build/gcc-test/gcc/ exceptions_enabled39558.cc -m32 -fdiagnostics-plain-output -S -o exceptions_enabled39558.s FAIL: gcc.dg/c2x-enum-1.c (test for excess errors) Excess errors: /home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/c2x-enum-1.c:8:47: error: pointer type mismatch in conditional expression Author: Joseph Myers Date: Tue Oct 18 14:07:27 2022 +0000 c: C2x enums wider than int [PR36113]=