From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9661A3858D28; Mon, 1 May 2023 19:17:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9661A3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682968659; bh=xlXTUyaSBe6EQTf8gUIzgDtqIUQud2gb5sSAb/7WSIA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Oh0nd4XpsBS1WtHTK+CrKs4mlXxJWyShMv+BBjnrzsAEC2E0+pFkIkDXjaPJiR3my RMwmsAjyyqxrzElzzcW9s648a5oawU3tBSm7ucIzxu0sKQDaXsAaUrNL2dlV3zqZx6 Eh2vLi8NvzQnzPmt1uZL38/fhWn30RU1ey2djrzI= From: "david_harris at hmc dot edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/109687] riscv64-unknown-elf-gcc internal error on embench when using bit manipulation extensions Date: Mon, 01 May 2023 19:17:39 +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: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: david_harris at hmc dot edu 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=3D109687 --- Comment #1 from David Harris --- harris@vlsi:~/cvw/benchmarks/embench$ riscv64-unknown-elf-gcc -v Using built-in specs. COLLECT_GCC=3Driscv64-unknown-elf-gcc COLLECT_LTO_WRAPPER=3D/opt/riscv/libexec/gcc/riscv64-unknown-elf/12.2.0/lto= -wrapper Target: riscv64-unknown-elf Configured with: /opt/riscv/riscv-gnu-toolchain/gcc/configure --target=3Driscv64-unknown-elf --prefix=3D/opt/riscv --disable-shared --disable-threads --enable-languages=3Dc,c++ --with-pkgversion=3D --with-system-zlib --enable-tls --with-newlib --with-sysroot=3D/opt/riscv/riscv64-unknown-elf --with-native-system-header-dir=3D/include --disable-libmudflap --disable-l= ibssp --disable-libquadmath --disable-libgomp --disable-nls --disable-tm-clone-registry --src=3D/opt/riscv/riscv-gnu-toolchain/gcc --enable-multilib --with-multilib-generator=3D'rv32e-ilp32e--;rv32i-ilp32--;rv32im-ilp32--;rv= 32iac-ilp32--;rv32imac-ilp32--;rv32imafc-ilp32f--;rv32imafdc-ilp32d--;rv64i= -lp64--;rv64ic-lp64--;rv64iac-lp64--;rv64imac-lp64--;rv64imafdc-lp64d--;rv6= 4im-lp64--;' --with-abi=3Dlp64d --with-arch=3Drv64imafdc --with-tune=3Drocket --with-isa= -spec=3D2.2 'CFLAGS_FOR_TARGET=3D-Os -mcmodel=3Dmedlow' 'CXXFLAGS_FOR_TARGET=3D-Os=20= =20 -mcmodel=3Dmedlow' Thread model: single Supported LTO compression algorithms: zlib gcc version 12.2.0 ()=