From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6B57A385C6F7; Sun, 1 Oct 2023 10:14:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6B57A385C6F7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1696155299; bh=HeTvJOlizfKIP5xHnd9W0TszxA4Ez6TWqkjKLCTO9uY=; h=From:To:Subject:Date:From; b=iSrnsKaAMUC2sQFY/vbGkWIi6awEwyXtJmc0j7DKjlswhPkRpJ+BGKIADcA4c404J auqEGCmsi/eOIhWnzwVzjYqICBLKvllUpXMaaDMZFNkSP3CwjICwqlmAxgkWdESyJu 39iS1j6SZ1s5F44upZ8flVTBhoNrctSvvJ7ZalvY= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/30928] New: [gdb/testsuite] Compilation failure for gdb.arch/i386-signal.exp Date: Sun, 01 Oct 2023 10:14:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware 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 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30928 Bug ID: 30928 Summary: [gdb/testsuite] Compilation failure for gdb.arch/i386-signal.exp Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: testsuite Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- With test-case gdb.arch/i386-signal.exp I run into: ... builtin_spawn -ignore SIGHUP gcc -fno-stack-protector /data/vries/gdb/src/gdb/testsuite/gdb.arch/i386-signal.c -fdiagnostics-color=3Dnever -fno-pie -g -no-pie -lm -o /data/vries/gdb/leap-15-4/build/gdb/testsuite/outputs/gdb.arch/i386-signal/= i386-signal^M /tmp/cc2xydTG.s: Assembler messages:^M /tmp/cc2xydTG.s:50: Error: operand size mismatch for `push'^M compiler exited with status 1 output is: /tmp/cc2xydTG.s: Assembler messages:^M /tmp/cc2xydTG.s:50: Error: operand size mismatch for `push'^M gdb compile failed, /tmp/cc2xydTG.s: Assembler messages: /tmp/cc2xydTG.s:50: Error: operand size mismatch for `push' UNTESTED: gdb.arch/i386-signal.exp: failed to compile ... This with gas 2.41. With gas 2.40 it compiles. The test-case also compiles with target board unix/-m32. --=20 You are receiving this mail because: You are on the CC list for the bug.=