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

            Bug ID: 108533
           Summary: [13 regression] new test g++.dg/init/new51.C in
                    r13-5318-g049a5290907511 fails for 32 bits
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:049a52909075117f5112971cc83952af2a818bc1, r13-5318-g049a5290907511
make  -k check-gcc RUNTESTFLAGS="--target_board=unix'{-m32}'
dg.exp=g++.dg/init/new51.C"
FAIL: g++.dg/init/new51.C  -std=c++98 (test for excess errors)
FAIL: g++.dg/init/new51.C  -std=c++14 (test for excess errors)
FAIL: g++.dg/init/new51.C  -std=c++17 (test for excess errors)
FAIL: g++.dg/init/new51.C  -std=c++20 (test for excess errors)
# of unexpected failures        4


This is failing when tested with 32 bits:

FAIL: g++.dg/init/new51.C  -std=c++98 (test for excess errors)
Excess errors:
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/init/new51.C:4:9: error:
'operator new' takes type 'size_t' ('unsigned int') as first parameter
[-fpermissive]



commit 049a52909075117f5112971cc83952af2a818bc1
Author: Jason Merrill <ja...@redhat.com>
Date:   Mon Jan 23 16:25:07 2023 -0500

    c++: TARGET_EXPR collapsing [PR107303]

Reply via email to