From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E8EC03858C50; Wed, 8 Feb 2023 09:17:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E8EC03858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675847866; bh=+TZ4T9l9rPF+YcDTfj5QrcF9ESN0E/Xy/tHzE3c67pE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tMg/hB755KF7DIN6WJESz4z2hqPjetBp6Xv4WOERT2qzeEmQSs24Ppzh1xcWWTMyC 5zqkaogmBTmBUL344ARQ/UNKgAbzuVs+DPYFc4o/0kOR46JNnP2nNmEtqur0nk0l9g 4ul2feg0H/uG/1zWO9L3DWuDdfUEzcaT8WUReW8I= From: "tschwinge at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/108713] ICE during RTL pass: into_cfglayout for x86_64-pc-linux-gnu '-m32', C++ 'libgomp.c-c++-common/for-11.c' Date: Wed, 08 Feb 2023 09:17:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: tschwinge 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: 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=3D108713 --- Comment #2 from Thomas Schwinge --- (In reply to Jakub Jelinek from comment #1) > If you can reproduce it with vanilla trunk, it is worth it, sure, but > without a reliable reproducer there isn't much to do. I'll attempt to reproduce with clean sources, and Valgrind enabled. > Is the ICE in an > offload compiler or on the host? Host; as of "Remove support for Intel MIC offloading", there's no offloading configurations anymore for '-m32'... ;-\=