From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D22713858C50; Wed, 29 Mar 2023 06:45:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D22713858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680072331; bh=fPOWpLyriBFMRmVNzCRiZ/ROQRNg/1tLpOSDgBVh/K0=; h=From:To:Subject:Date:From; b=TkvHFzjkAK5YbemgCc4hGJ/G4Z+XK7gMOPWCiVNLOVSDiWXHADXsiL4XvZWzoOZD5 nqOSvbv7bOIefda7fSmOxKiGANT1JwXb0JJSAr0DnFH2Z67KMtK5LrlB8r7lK31lon Fn05A69kSPP5sBOYpWUGXSaXxU5bw+CbVHP4y3Cc= From: "juzhe.zhong at rivai dot ai" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/109328] New: Build fail in RISC-V port Date: Wed, 29 Mar 2023 06:45:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: juzhe.zhong at rivai dot ai 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 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=3D109328 Bug ID: 109328 Summary: Build fail in RISC-V port Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: juzhe.zhong at rivai dot ai Target Milestone: --- [ERROR]=20=20=20 /opt/.build/riscv64-unknown-linux-gnu/src/gcc/gcc/config/riscv/riscv-vector= -builtins.def:380:10: fatal error: riscv-vector-type-indexer.gen.def: No such file or d irectory=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 [ERROR] make[3]: *** [/opt/.build/riscv64-unknown-linux-gnu/src/gcc/gcc/config/riscv/t-riscv:29: riscv-vector-builtins-shapes.o] Error 1 [ERROR] make[3]: *** Waiting for unfinished jobs.... [ERROR]=20=20=20 /opt/.build/riscv64-unknown-linux-gnu/src/gcc/gcc/config/riscv/riscv-vector= -builtins.def:380:10: fatal error: riscv-vector-type-indexer.gen.def: No such file or d irectory [ERROR] make[3]: *** [/opt/.build/riscv64-unknown-linux-gnu/src/gcc/gcc/config/riscv/t-riscv:42: riscv-vector-builtins-bases.o] Error Reported by compiler explorer port who is trying to support RISC-V trunk GC= C in compiler explorer.=