From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CCDFA3858C50; Mon, 18 Sep 2023 16:29:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CCDFA3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695054552; bh=RK7D72d1zuJ/leIb1H1kHi9TKVpISZJDkFqS5mcewRM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NAAedppX7+/E14/hiLKPjHcDtyQvdXAnExMsNET0xg2zUh5/t6fdxJc2qWjpzlodc 3Y+N9TYT+QUU/CIe2V9UXRnLy/o9C2Lgv2Ymff4VLRhm80srwVSsgVLZ4Rh32Yx6RP zIA9X6J/Ln+6YtnsOrzocEVIVEV6/xDFf8XSnoEM= From: "rsworktech at outlook dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111448] g++ ICE Segmentation fault in qemu-riscv64-static emulator Date: Mon, 18 Sep 2023 16:29:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rsworktech at outlook dot com 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=3D111448 --- Comment #4 from Levi Zim --- I tested it on gcc's latest commit(5b4acfa306d53c8473883552f1db7278b7065b18= ). It doesn't trigger the ICE. However, I do have another source file that still triggers the ICE with gcc= 's latest commit. It is a quite large file(3.8MB) and I can't attach it here s= o I put it on gist: https://gist.github.com/kxxt/72b553ae855697d6fcd8300994e7e1= 37 I am reducing this file using cvise and will upload it later.=