From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3B177389838B; Thu, 6 Oct 2022 14:04:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3B177389838B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665065076; bh=nxZ5Cy4OunZYoPkLmVRzOMfLCDSfOkCORRWmclOBDW0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AapeXCW+Ezm3wLZekQL0X2AGIHOHOxyNZ19PUyWihGT3AZFzJWSLHwtLJ5T8FRBPx fNlN9CbdvEck396fhLdhMsjFjeVip/nX2IHazLP1ykopSrBiYYSTnJ1k/0maAozZXX G52Zvp3KFmdMGqIxw2idPHFMmT2MF+1S13IdjSYM= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107160] [13 regression] r13-2641-g0ee1548d96884d causes verification failure in spec2006 Date: Thu, 06 Oct 2022 14:04:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer 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.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=3D107160 --- Comment #2 from seurer at gcc dot gnu.org --- One of the compilation commands: /home/seurer/gcc/git/install/gcc-test/bin/g++ -c -o auto_derivative_functio= n.o -DSPEC_CPU -DNDEBUG -Iinclude -DBOOST_DISABLE_THREADS -Ddeal_II_dimension= =3D3 -m64 -O3 -mcpu=3Dpower8 -ffast-math -funroll-loops -fpeel-loops -fvect-cost= -model -mpopcntd -mrecip=3Drsqrt -DSPEC_CPU_LP64 -DSPEC_CPU_LINUX -include cst= ddef -std=3Dgnu++98 auto_derivative_function.cc=