From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7867A3858C78; Wed, 31 Jan 2024 18:42:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7867A3858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706726536; bh=NiJNGCw04BaHzDCm1xw0B00BMao4SNn25U1Ibu9juG4=; h=From:To:Subject:Date:From; b=GLnHBKqCQGN0G74gC2ClB1mQ5mImqh6DMCYtiHCAzc8O5vB3HR4C2B3zsOCqeVWzZ xVMJ4rYLUNowPvgoSnMkhjA3YLXnpozLrpMHsWSu1PsMbbplGthAjgLJSsYJ+QtJYZ NyiFBGb6G01Em7hhGJDooYez6l8dph50fHcbKN0g= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/113685] New: [14 regression] xxx fails after yyy Date: Wed, 31 Jan 2024 18:42:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 14.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=3D113685 Bug ID: 113685 Summary: [14 regression] xxx fails after yyy Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- g:d45ddc2c04e471d0dcee016b6edacc00b8341b16, r14-4089-gd45ddc2c04e471 make -k check-gcc RUNTESTFLAGS=3D"vect.exp=3Dgcc.dg/vect/vect-117.c" FAIL: gcc.dg/vect/vect-117.c scan-tree-dump-not optimized "Invalid sum" FAIL: gcc.dg/vect/vect-117.c -flto -ffat-lto-objects scan-tree-dump-not optimized "Invalid sum" # of expected passes 8 # of unexpected failures 2 Note this was also reported in pr111462 but the fix for it did not fix this failure. commit d45ddc2c04e471d0dcee016b6edacc00b8341b16 (HEAD) Author: Richard Biener Date: Thu Sep 14 13:06:51 2023 +0200 tree-optimization/111294 - backwards threader PHI costing * gcc.dg/vect/vect-117.c: Make scan for not Invalid sum conditional on lp64.=