From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5D04438582A1; Thu, 28 Sep 2023 14:58:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5D04438582A1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695913120; bh=XkZjBszx1v24Ejn9gQm2biKyIK/7npmTUYTfeaTFERU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ceD1OytGVnVhJWbxL8ymWCL44xFiNJ6mZ8RvnlF8a8BkQXhMPiIFS7Qzz6tUSflrS 3T9uZChFDhJCVdhB90sllxuY2MiwdF2+JpJx99KprOSdboGZWfsoh89KvKr5HqosgY Tyy1NRzJXwpr1wROc4zB65JWyVht7bQFEDKRXQtk= From: "amacleod at redhat dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111622] [13 Regression] EVRP compile-time hog compiling risc-v insn-opinit.cc Date: Thu, 28 Sep 2023 14:58:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: compile-time-hog, needs-bisection, needs-reduction X-Bugzilla-Severity: normal X-Bugzilla-Who: amacleod at redhat 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: 13.3 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=3D111622 --- Comment #3 from Andrew Macleod --- (In reply to Richard Biener from comment #1) > Created attachment 56006 [details] > preprocessed riscv insn-opinit.cc I get=20 i.ii:2203:11: fatal error: definition of =E2=80=98class std::initializer_li= st<_E>=E2=80=99 does not match =E2=80=98#include =E2=80=99 2203 | class initializer_list | ^~~~~~~~~~~~~~~~ compilation terminated. with the .ii file... do I need something else?=