From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3F0283857C70; Tue, 13 Feb 2024 21:04:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3F0283857C70 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707858288; bh=fxDsSdnD6V/xKch2ook8PW2zBinhCmSx9WsSuiFwzX4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tgPCj6djGsiIGvr20fNuciY8o5QiB9Ea+28jjlM3vQWTvrB40Oe1qi+pFdAH1FH0a CcpuqGJU1RxNtjwN/O3+QU0QCtEpj8/2UNx7XICOLbwTfux0lPRUvZuOjFgznIpTFM sCoscaq972IPe53HoEK15lrWh8JwgsJexV2ha+Wg= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/113899] Vect module test failures while running on remote host due to default dg-do set to compile and additional-sources being used Date: Tue, 13 Feb 2024 21:04:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to short_desc everconfirmed cf_reconfirmed_on bug_status 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=3D113899 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot = gnu.org Summary|Vect module test failures |Vect module test failures |while running on remote |while running on remote |host |host due to default dg-do | |set to compile and | |additional-sources being | |used Ever confirmed|0 |1 Last reconfirmed| |2024-02-13 Status|UNCONFIRMED |ASSIGNED --- Comment #1 from Andrew Pinski --- Confirmed. Basically the testcases with additional-sources should always have a `{ dg-= do run } ` set for them instead of doing the default (which can either be run = or compile depending on what target-supports.exp sets). There is only 2 testcases which uses additional-sources: gcc.dg/vect/vect-simd-clone-10.c gcc.dg/vect/vect-simd-clone-12.c So I am going to fix those 2 to use `{ dg-do run }`=