From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 188C73858D28; Wed, 25 Jan 2023 22:54:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 188C73858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674687282; bh=3BNGrJOoTZzMaTvKcDEJaSGURkmmykm9HDsMC5CCtYE=; h=From:To:Subject:Date:From; b=Q6oqxq7n4yaK/CWqg+D2rDyIRq7GPkHTKc+LKdSjAJoyd+a4WqeraLG+WatRv590W XALF8mR775GvaXfhLYUb0y1/DxMN9pS1Z5IXBEdRDzjxtfyIWy39YtfWCHCIhv+jIl QUCaMvuPdfPGxYCZWhFFqpMuvgaq53pOqGWc5Cvc= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/108549] New: [12 regression] gcc.dg/pr107554.c fails for 32 bits after r12-9062-gca8b8191983d1a Date: Wed, 25 Jan 2023 22:54:41 +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: 12.2.1 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=3D108549 Bug ID: 108549 Summary: [12 regression] gcc.dg/pr107554.c fails for 32 bits after r12-9062-gca8b8191983d1a Product: gcc Version: 12.2.1 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:ca8b8191983d1a211a718b39ca07e35b8c626416, r12-9062-gca8b8191983d1a This happens on 32 bit test runs on BE. make -k check-gcc RUNTESTFLAGS=3D"--target_board=3Dunix'{-m32}' dg.exp=3Dgcc.dg/pr107554.c" FAIL: gcc.dg/pr107554.c (test for excess errors) # of unexpected failures 1 commit ca8b8191983d1a211a718b39ca07e35b8c626416 Author: Richard Biener Date: Fri Nov 11 14:28:52 2022 +0100 tree-optimization/107554 - fix ICE in stlen optimization spawn -ignore SIGHUP /home/seurer/gcc/git/build/gcc-12-test/gcc/xgcc -B/home/seurer/gcc/git/build/gcc-12-test/gcc/ /home/seurer/gcc/git/gcc-12-test/gcc/testsuite/gcc.dg/pr107554.c -m32 -fdiagnostics-plain-output -O -foptimize-strlen -S -o pr107554.s^M /home/seurer/gcc/git/gcc-12-test/gcc/testsuite/gcc.dg/pr107554.c:6:5: error: size of array 'a' exceeds maximum object size '2147483647'^M /home/seurer/gcc/git/gcc-12-test/gcc/testsuite/gcc.dg/pr107554.c:7:5: error: size of array 'b' exceeds maximum object size '2147483647'^M compiler exited with status 1=