From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 423B13858D1E; Tue, 21 May 2024 14:38:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 423B13858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716302307; bh=OuGHDkNQXciTbucrwxK9tfy7NTCW/O06oVCvLxardfg=; h=From:To:Subject:Date:From; b=Od0KKJbtYRFCKat1beELFiVIkxb4RLy1lkjtOmq3Wgiv6dJzppL9M90p+jS6TdOvB b5WEtLe7R4Fhv2kM2oaX4MvmzTQqgZtbB8CFJDGUPMinKjZo8JAzz9ZP6l0+clOocD jWMr6geV23inNHFsGOhHBCdD7S3VwBnQIga6F3+k= From: "arsen at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115175] New: GCC fails to bootstrap with --with-build-config='bootstrap-O3 bootstrap-lto' at r15-698-g38d1761c0c94b7 Date: Tue, 21 May 2024 14:38:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: arsen 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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=3D115175 Bug ID: 115175 Summary: GCC fails to bootstrap with --with-build-config=3D'bootstrap-O3 bootstrap-lto' at r15-698-g38d1761c0c94b7 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: arsen at gcc dot gnu.org Target Milestone: --- Created attachment 58264 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58264&action=3Dedit 'make' output, after a make -k GCC trunk currently (r15-698-g38d1761c0c94b7) fails to build with O3 and LTO due to an ICE in gimple-range-fold.cc. configure line: ../gcc/configure --enable-languages=3Dada --enable-bootstrap '--with-build-config=3Dbootstrap-O3 bootstrap-lto' currently trying without bootstrap-O3=