From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CDED13858D37; Fri, 28 Oct 2022 21:39:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CDED13858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666993182; bh=rF2imrxCDQBwtMGlcoXeIP7fxpeZNZMAMaLYIfnGjUI=; h=From:To:Subject:Date:From; b=BdxiQJAdtM272vYmiBVr58NtUU+Y7AktDznTe3IlY5ySUO2z5wDqEf8jWcVyp9bGm fw2Jl0lyX5MAK7HqfJLiSy6dsuzOx8bkjaHlqrriPYnryaridw6X1TMJULVMGD9zj2 TnC0YT3FhC4zaLlaF8nfIxW0UDbBR8J0rvJSqMHc= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/107453] New: New stdarg tests in r13-3549-g4fe34cdcc80ac2 fail Date: Fri, 28 Oct 2022 21:39:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other 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=3D107453 Bug ID: 107453 Summary: New stdarg tests in r13-3549-g4fe34cdcc80ac2 fail Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- g:4fe34cdcc80ac225b80670eabc38ac5e31ce8a5a, r13-3549-g4fe34cdcc80ac2 FAIL: gcc.dg/c2x-stdarg-4.c execution test FAIL: gcc.dg/torture/c2x-stdarg-split-1a.c -O0 execution test FAIL: gcc.dg/torture/c2x-stdarg-split-1a.c -O1 execution test FAIL: gcc.dg/torture/c2x-stdarg-split-1a.c -O2 execution test FAIL: gcc.dg/torture/c2x-stdarg-split-1a.c -O2 -flto -fno-use-linker-plug= in -flto-partition=3Dnone execution test FAIL: gcc.dg/torture/c2x-stdarg-split-1a.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test FAIL: gcc.dg/torture/c2x-stdarg-split-1a.c -O3 -g execution test FAIL: gcc.dg/torture/c2x-stdarg-split-1a.c -Os execution test One traceback (gdb) run Starting program: /home/seurer/gcc/git/build/gcc-test/c2x-stdarg-4.exe=20 Program received signal SIGABRT, Aborted. 0x00002000002192a8 in raise () from /lib64/glibc-hwcaps/power9/libc-2.28.so (gdb) where #0 0x00002000002192a8 in raise () from /lib64/glibc-hwcaps/power9/libc-2.2= 8.so #1 0x00002000001f3eb4 in abort () from /lib64/glibc-hwcaps/power9/libc-2.2= 8.so #2 0x0000000010000fa0 in main () at /home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/c2x-stdarg-4.c:153 The abort is from here: if (f (1, 2.0, 3, 4.0) !=3D 10.0) abort (); Author: Joseph Myers Date: Fri Oct 28 14:40:25 2022 +0000 c: tree: target: C2x (...) function prototypes and va_start relaxation=