From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5E49D3858D39; Tue, 1 Mar 2022 13:09:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5E49D3858D39 From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/104740] New: gdc.dg/simd_ctfe.d etc. FAIL Date: Tue, 01 Mar 2022 13:09:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot 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 cf_gcctarget 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2022 13:09:50 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D104740 Bug ID: 104740 Summary: gdc.dg/simd_ctfe.d etc. FAIL Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: ro at gcc dot gnu.org Target Milestone: --- Target: sparc*-sun-solaris2.11, i686-pc-linux-gnu Since 20211130, several D tests FAIL on both SPARC (32 and 64-bit) and Linux/i686: +FAIL: gdc.dg/simd_ctfe.d (test for excess errors) Excess errors: /vol/gcc/src/hg/master/local/gcc/testsuite/gdc.dg/simd_ctfe.d:5:37: error: undefined identifier 'int4', did you mean variable 'i4'? [...] +FAIL: gdc.test/compilable/b18489.d output-exists b18489.s compilable/b18489.d:4:8: error: undefined identifier 'double2' +UNRESOLVED: gdc.test/runnable/ice21727.d compilation failed to produce executable +UNRESOLVED: gdc.test/runnable/ice21727.d -shared-libphobos compilation failed to produce executable runnable/ice21727.d:11:12: error: undefined identifier 'float4', did you me= an struct 'Float4'? Strangely, the failures don't occur for a x86_64-pc-linux-gnu gdc with -m32= .=