From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EEAE53858D1E; Fri, 30 Sep 2022 14:32:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EEAE53858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664548343; bh=fwnzIjMeDGtWdlFU6/e2VWGv7RZA8+5xzx0so6Fsl6c=; h=From:To:Subject:Date:From; b=g32oa+IJXZkJJoSC7+P19T97wtJWcBThBBq8N/LTzqGNrSPYntyv3KMWcJQpKMSw7 U+Rt0RjKIZY8LpgY35p3YEbXieJYRjdTlp+zq6YswPTcpkeFr8jWaPlr1u8XnlIB7a phimZ4VK7uffZ1owoMUzMRknmek6gbARRdjyXwyE= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/107098] New: [13 regression] failure in 453.povray Date: Fri, 30 Sep 2022 14:32:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: 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: --- 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=3D107098 Bug ID: 107098 Summary: [13 regression] failure in 453.povray Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- Now at commit g:b7fd7fb5011106c062df9275ca8fddcbce4ebdeb, r13-2810=20 commit b7fd7fb5011106c062df9275ca8fddcbce4ebdeb Author: Aldy Hernandez Date: Thu Sep 22 18:20:39 2022 +0200 frange: drop endpoints to min/max representable numbers for -ffinite-math-only. This commit breaks one of the spec2006 test cases on powerpc64 LE Running Benchmarks Running 453.povray ref base ppc64 default 453.povray: copy 0 non-zero return code (exit code=3D127, signal=3D0) Invalid run; unable to continue. Note that -ffinite-math-only is not used in compiling the source. Sample compilation: /home/seurer/gcc/git/install/gcc-test/bin/g++ -c -o bcyl.o -DSPEC_CPU -DNDE= BUG=20 -m64 -O3 -mcpu=3Dpower8 -ffast-math -funroll-loops -fpeel-loops -fvect-cost-model -mpopcntd -mrecip=3Drsqrt bcyl.cpp Or is that option included by one of the others? I am not seeing anything in the log of the run that indicates what the error was unfortunately.=