https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108549

            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="--target_board=unix'{-m32}'
dg.exp=gcc.dg/pr107554.c"
FAIL: gcc.dg/pr107554.c (test for excess errors)
# of unexpected failures        1

commit ca8b8191983d1a211a718b39ca07e35b8c626416
Author: Richard Biener <rguent...@suse.de>
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

Reply via email to