From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5A53E3858D28; Tue, 17 Jan 2023 13:32:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5A53E3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673962358; bh=IbUOjNkr9pqHweKFn0/mUPuVZlKfhCNYhULYpxN8oDY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KXvO3NAna8+3ke1KJO7+blhio7Qn5gw0D1qrpWpEeBei56i7Xs4wI2+pQwU0K8jjw e4EZRSKnL1qdstLWIapwlN9frSKhHJGf3xqFbNa0jodpckyoa+An2Jk8/89Lm9qNbE V2CoobuWlgxpCl/93bknuNpPPj3orRRijyex+Kvs= From: "linkw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108240] [13 Regression] Error message missing since r13-4894-gacc727cf02a144 (then make concealed ICE exposed) Date: Tue, 17 Jan 2023 13:32:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: linkw at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: linkw at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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=3D108240 --- Comment #13 from Kewen Lin --- (In reply to Martin Li=C5=A1ka from comment #11) > One more test-case that started to ICE with the same revision: >=20 > ./xgcc -B. > /home/marxin/Programming/gcc/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-= 2.c > -mcpu=3De300c2 -mmodulo -c > during RTL pass: reload > /home/marxin/Programming/gcc/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-= 2.c: > In function =E2=80=98test_mult=E2=80=99: > /home/marxin/Programming/gcc/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-= 2.c: > 74:1: internal compiler error: maximum number of generated reload insns p= er > insn achieved (90) > 74 | } > | ^ > 0x7ffff78bb5af __libc_start_call_main > ../sysdeps/nptl/libc_start_call_main.h:58 > 0x7ffff78bb678 __libc_start_main_impl > ../csu/libc-start.c:381 > 0xb648e4 _start > ../sysdeps/x86_64/start.S:115 > Please submit a full bug report, with preprocessed source (by using > -freport-bug). > Please include the complete backtrace with any bug report. > See for instructions. I think it has the same root cause as PR108415: RS6000_CPU ("e300c2", PROCESSOR_PPCE300C2, OPTION_MASK_SOFT_FLOAT) and also expected this ICE can be reproduced with explicit -m64 at r13-4893 (before the culprit commit r13-4894).=