From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0C5C53858D33; Fri, 31 Mar 2023 15:54:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0C5C53858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680278057; bh=13FsQX3n4CMmEfcl97uYpGL5O1KGlSvZytARj2CxFS0=; h=From:To:Subject:Date:From; b=ChVEPe0vogA+ZLD4WnY2yCcr8V6VzQct9uGIvk1DlnwHsS/OT84uEZR4DJ0xvsSD+ ZRwFJnVXFPYTJhNRRjyZ5Hc0JYTVeI3GVjbtHlYQ9mqbs0a/vE2ND9KoCg0zQqO6du CXwB58ja/E+XgZ7jXBUCQumIQ1iCNx5rzAguRi8I= From: "hp at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109363] New: [13 Regression] gcc.dg/tree-ssa/pr23109.c cris-elf reciptmp with r13-6945-g429a7a88438cc8 Date: Fri, 31 Mar 2023 15:54:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hp 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 cc target_milestone cf_gcctarget attachments.created 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=3D109363 Bug ID: 109363 Summary: [13 Regression] gcc.dg/tree-ssa/pr23109.c cris-elf reciptmp with r13-6945-g429a7a88438cc8 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: hp at gcc dot gnu.org CC: amacleod at redhat dot com Target Milestone: --- Target: cris-elf Created attachment 54799 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54799&action=3Dedit failing pr23109.c.189t.recip (at r13-6956-ge02c9d9116f2) With r13-6944-ga23b33a1bdeff7 this test passed. At r13-6945-g429a7a88438cc8 I see for the first time: FAIL: gcc.dg/tree-ssa/pr23109.c scan-tree-dump-not recip "reciptmp" In gcc.log: Executing on host: /x/cris-elf/gccobj/gcc/xgcc -B/x/cris-elf/gccobj/gcc/ /x/gcc/gcc/testsuite/gcc.dg/tree-ssa/pr23109.c\ -fdiagnostics-plain-output -O2 -funsafe-math-optimizations -ftrapping-math -fdump-tree-recip -fdump-tree-lim2 -S \ -isystem /x/cris-elf/gccobj/cris-elf/./newlib/targ-include -isystem /x/gcc/newlib/libc/include -o pr23109.s (timeo\ ut =3D 300) spawn -ignore SIGHUP /x/cris-elf/gccobj/gcc/xgcc -B/x/cris-elf/gccobj/gcc/ /x/gcc/gcc/testsuite/gcc.dg/tree-ssa/pr23109\ .c -fdiagnostics-plain-output -O2 -funsafe-math-optimizations -ftrapping-ma= th -fdump-tree-recip -fdump-tree-lim2 -S -is\ ystem /x/cris-elf/gccobj/cris-elf/./newlib/targ-include -isystem /x/gcc/newlib/libc/include -o pr23109.s^M cc1: warning: '-fassociative-math' disabled; other options take precedence^M PASS: gcc.dg/tree-ssa/pr23109.c at line 3 (test for warnings, line ) PASS: gcc.dg/tree-ssa/pr23109.c (test for excess errors) PASS: gcc.dg/tree-ssa/pr23109.c scan-tree-dump-not lim2 "reciptmp" FAIL: gcc.dg/tree-ssa/pr23109.c scan-tree-dump-not recip "reciptmp" I'm attaching pr23109.c.189t.recip=