From patchwork Thu Jul 1 15:22:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 1499647 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.a=rsa-sha256 header.s=default header.b=r+ePgRmb; dkim-atps=neutral Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4GG2Jk3NHvz9sV8 for ; Fri, 2 Jul 2021 01:32:22 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 37EF0396EC7B for ; Thu, 1 Jul 2021 15:32:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 37EF0396EC7B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1625153540; bh=FXy3Syhc+oNswnDnGtzKewSCF4T/rrDdFLmy1d+tpMc=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=r+ePgRmbW5xWVv1aim0auCW/KVM06lIE0gZi0h4jAkfnvmm+GO29p4IOJSMWs3OAx yB53qrNbUgR122B5fzJ0t/VULBONxrYMhFvHYgruakJHohz2otappPJCq0fVmdBiUt THC9Sy/x12ucqqJcy1Dbgh+Kpov9apWrO2xggKz0= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from mail-pg1-x534.google.com (mail-pg1-x534.google.com [IPv6:2607:f8b0:4864:20::534]) by sourceware.org (Postfix) with ESMTPS id B2136396EC47 for ; Thu, 1 Jul 2021 15:22:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B2136396EC47 Received: by mail-pg1-x534.google.com with SMTP id e33so6426566pgm.3 for ; Thu, 01 Jul 2021 08:22:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=FXy3Syhc+oNswnDnGtzKewSCF4T/rrDdFLmy1d+tpMc=; b=Nhz4aRI9e06Wd4SC1dmSq4qGBwfuAIdK6H3dMc9jmnRYqAr4iwkAB0EZ3As8kcxGoX 4ZqzldNwm0lWHDeFh3Yz5beQay5ObVShYP+8wtOKmu45WdggsGFNrfr1L863miWUmspn m8gxwhB3AQjP9yVrkyoJqMH0l+gepgilqOSzj5TE0851PkFKvKbxXhPHl+P2AWKmhrGJ y0DaF9bVljQDt1ldOyRWia4Eaz8tZWP+bjHsA5ZYtiSUoNu7lhswudvfzxa81EO1aa3L uZQfXrzugH2IWjrnFVAkTinrbRl5qZp0yg+MmUCObiY/fQ/WdMV6mcMgsHZmx/WfgYr7 WUJg== X-Gm-Message-State: AOAM532SWEcxvbvhKNc3UH+HU9DrGlT2UzCcilDExDpzEp9M9v31Q0uh xFMgv0i3TVMRovgrtI99zsE= X-Google-Smtp-Source: ABdhPJyKPu6FX+9M3JiQRT9vnaAMDodkQJ9QE8uQu6FbmAU5mcgpxQlYz/tRAh66TYRfA+I5vf3xwQ== X-Received: by 2002:a65:4304:: with SMTP id j4mr155690pgq.364.1625152969928; Thu, 01 Jul 2021 08:22:49 -0700 (PDT) Received: from gnu-cfl-2.localdomain ([172.56.39.115]) by smtp.gmail.com with ESMTPSA id e24sm331635pfn.127.2021.07.01.08.22.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Jul 2021 08:22:48 -0700 (PDT) Received: from gnu-cfl-2.. (localhost [IPv6:::1]) by gnu-cfl-2.localdomain (Postfix) with ESMTP id B8DC6C05AE; Thu, 1 Jul 2021 08:22:44 -0700 (PDT) To: gcc-patches@gcc.gnu.org Subject: [PATCH v5 10/11] x86: Update gcc.target/i386/incoming-11.c Date: Thu, 1 Jul 2021 08:22:43 -0700 Message-Id: <20210701152244.331984-11-hjl.tools@gmail.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210701152244.331984-1-hjl.tools@gmail.com> References: <20210701152244.331984-1-hjl.tools@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-3032.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, KAM_SHORT, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, 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: "H.J. Lu via Gcc-patches" From: "H.J. Lu" Reply-To: "H.J. Lu" Cc: Richard Sandiford , Bernd Edlinger Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org Sender: "Gcc-patches" Expect no stack realignment since we no longer realign stack when copying data. * gcc.target/i386/incoming-11.c: Expect no stack realignment. --- gcc/testsuite/gcc.target/i386/incoming-11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.target/i386/incoming-11.c b/gcc/testsuite/gcc.target/i386/incoming-11.c index a830c96f7d1..4b822684b88 100644 --- a/gcc/testsuite/gcc.target/i386/incoming-11.c +++ b/gcc/testsuite/gcc.target/i386/incoming-11.c @@ -15,4 +15,4 @@ void f() for (i = 0; i < 100; i++) q[i] = 1; } -/* { dg-final { scan-assembler "andl\[\\t \]*\\$-16,\[\\t \]*%esp" } } */ +/* { dg-final { scan-assembler-not "andl\[\\t \]*\\$-16,\[\\t \]*%esp" } } */