From patchwork Wed Jan 12 08:55:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Jelinek X-Patchwork-Id: 49902 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 08C2F38B3429 for ; Wed, 12 Jan 2022 08:55:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 08C2F38B3429 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1641977736; bh=Nt3a4MyCLxgRQOpXmXDk4o9PUaD3iho5I3QaFEckHk0=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=CuQSd5l4RirVQshK91u4Wl0y4+07zRkVgLbWpkrNVjj8Y5Ojewt3FTMMo30A3pG0P m7NbQxfoH7kAD+aedwGoGsFpy12/yfLAVV4m36NwgSvguV5rWTGc5LSv56WVbh4Zjp Cqj2BPjIKY5Q3kF4I2VcYj92DbY1blpxHVdqCkMc= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id C7E8B3858416 for ; Wed, 12 Jan 2022 08:55:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C7E8B3858416 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-135-WzzixEENP7WdRzapZZcmCw-1; Wed, 12 Jan 2022 03:55:05 -0500 X-MC-Unique: WzzixEENP7WdRzapZZcmCw-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5F2C8101AFAB for ; Wed, 12 Jan 2022 08:55:04 +0000 (UTC) Received: from tucnak.zalov.cz (unknown [10.39.195.246]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 08A3573173 for ; Wed, 12 Jan 2022 08:55:03 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.16.1/8.16.1) with ESMTPS id 20C8t1kH496043 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Wed, 12 Jan 2022 09:55:01 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.16.1/8.16.1/Submit) id 20C8t09k496042 for gcc-patches@gcc.gnu.org; Wed, 12 Jan 2022 09:55:00 +0100 Date: Wed, 12 Jan 2022 09:55:00 +0100 To: gcc-patches@gcc.gnu.org Subject: [committed] testsuite: Fix up c-c++-common/builtin-shufflevector-3.c testcase [PR101530] Message-ID: <20220112085500.GI2646553@tucnak> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Disposition: inline X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Jakub Jelinek via Gcc-patches From: Jakub Jelinek Reply-To: Jakub Jelinek Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" Hi! This fixes on i686-linux: FAIL: c-c++-common/builtin-shufflevector-3.c -Wc++-compat (test for excess errors) Excess errors: .../gcc/testsuite/c-c++-common/builtin-shufflevector-3.c:6:1: warning: SSE vector argument without SSE enabled changes the ABI [-Wpsabi] Committed as obvious. 2022-01-12 Jakub Jelinek PR middle-end/101530 * c-c++-common/builtin-shufflevector-3.c: Add -Wno-psabi to dg-options. Jakub --- gcc/testsuite/c-c++-common/builtin-shufflevector-3.c.jj 2022-01-11 23:11:22.830283971 +0100 +++ gcc/testsuite/c-c++-common/builtin-shufflevector-3.c 2022-01-12 09:37:43.013565187 +0100 @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-options "-Wno-psabi" } */ typedef int __attribute__((__vector_size__ (sizeof(int)*4))) V;