From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 655B53858C2C; Fri, 29 Sep 2023 06:17:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 655B53858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695968224; bh=zYfHd3Wx6tp49iBwJfJXZDWLCXkjvGzJx01E7+8l+2Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=c9F+9059f8ljjYRBCTuOvdTq8ynqFFGG2QiyfrCSjmT3+cBzwzqjgOvYkMh5KAUtG 8ip2ye1eCXDvzmXRtzeZdjLuginq8FDeARIFjQnTQs/q9kDxUlqVBVnBsVgxnQKGen kZ7dzR8Yf/QxkhoEc7f0yW89TGuNcWoqQeGe922U= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111622] [13 Regression] EVRP compile-time hog compiling risc-v insn-opinit.cc Date: Fri, 29 Sep 2023 06:17:03 +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: rguenth 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: 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 #4 from Richard Biener --- For riscv cross compilers you need to invoke the driver since that feeds -m= abi and -march to cc1plus required to identify the target as 64bit ... That would be -march=3Drv64imafdc_zicsr_zifencei -mabi=3Dlp64d for example.=