From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6A7CA3858D33; Sat, 2 Dec 2023 19:20:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6A7CA3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701544816; bh=Cpz/BPPiPsMi5Wyw0QWKUnAakYrdExuQza4XElc+jDA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=e5c9HcCajC5jqUW5vP2VJk0UkagjXANEPSZVF+mHTRChea+4MF2ESV2Wn46pT5vkq A7NLNZozxVIVB7oUU1haSsn3q0Ny8BzyWJW6HcvCi/aIXHRWZURAXUqw+5Zgwc2YjF 3V9+1oiVQjH2elZpPUg2d5LsVLk/h1eVknw6yIxw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/112406] [14 Regression] Several SPECCPU 2017 benchmarks fail with on internal compiler error: in expand_insn, at optabs.cc:8305 after g:01c18f58d37865d5f3bbe93e666183b54ec608c7 Date: Sat, 02 Dec 2023 19:20:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D112406 --- Comment #24 from Andrew Pinski --- (In reply to GCC Commits from comment #22) > gcc/testsuite/ChangeLog: >=20=20=20=20=20 > * gcc.target/aarch64/pr112406-2.c: New test. This testcase now fails after the recent changes to make some warnings defaulting to errors: /home/apinski/src/upstream-full-cross/gcc/gcc/testsuite/gcc.target/aarch64/= pr112406.c:8:1: error: type defaults to 'int' in declaration of 'GetImageChannelMoments_ima= ge' [-Wimplicit-int] /home/apinski/src/upstream-full-cross/gcc/gcc/testsuite/gcc.target/aarch64/= pr112406.c:8:31: error: type defaults to 'int' in declaration of 'GetImageChannelMoments_image_0' [-Wimplicit-int] /home/apinski/src/upstream-full-cross/gcc/gcc/testsuite/gcc.target/aarch64/= pr112406.c:9:5: error: type defaults to 'int' in declaration of 'GetImageChannelMoments___trans_tmp_1' [-Wimplicit-int] /home/apinski/src/upstream-full-cross/gcc/gcc/testsuite/gcc.target/aarch64/= pr112406.c:9:43: error: type defaults to 'int' in declaration of 'GetImageChannelMoments_M11= _0' [-Wimplicit-int] /home/apinski/src/upstream-full-cross/gcc/gcc/testsuite/gcc.target/aarch64/= pr112406.c:10:5: error: type defaults to 'int' in declaration of 'GetImageChannelMoments_pixel_3' [-Wimplicit-int] /home/apinski/src/upstream-full-cross/gcc/gcc/testsuite/gcc.target/aarch64/= pr112406.c:10:37: error: type defaults to 'int' in declaration of 'GetImageChannelMoments_y' [-Wimplicit-int] /home/apinski/src/upstream-full-cross/gcc/gcc/testsuite/gcc.target/aarch64/= pr112406.c:11:5: error: type defaults to 'int' in declaration of 'GetImageChannelMoments_p' [-Wimplicit-int] /home/apinski/src/upstream-full-cross/gcc/gcc/testsuite/gcc.target/aarch64/= pr112406.c:18:1: error: return type defaults to 'int' [-Wimplicit-int] /home/apinski/src/upstream-full-cross/gcc/gcc/testsuite/gcc.target/aarch64/= pr112406.c:22:1: error: return type defaults to 'int' [-Wimplicit-int] /home/apinski/src/upstream-full-cross/gcc/gcc/testsuite/gcc.target/aarch64/= pr112406.c: In function 'GetImageChannelMoments': /home/apinski/src/upstream-full-cross/gcc/gcc/testsuite/gcc.target/aarch64/= pr112406.c:36:42: error: implicit declaration of function 'atan' [-Wimplicit-function-declaration] /home/apinski/src/upstream-full-cross/gcc/gcc/testsuite/gcc.target/aarch64/= pr112406.c:36:42: note: include '' or provide a declaration of 'atan'=