From patchwork Mon Aug 20 17:09:37 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Edelsohn X-Patchwork-Id: 959839 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-483992-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="I2cxYhHU"; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="S5RaWhTi"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41vL0B3tn1z9s4v for ; Tue, 21 Aug 2018 03:10:01 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; q= dns; s=default; b=KaoC03adRo2cszSEh3mQO0CvHqOL0O8xsNH+F7w1XqyAlm wEF95WnaLmD3O2kJWCVwI74zF6vK6bAskoxF1j86UZRkMEdBXx1TkV4UXzsYsqXC d/muLKI7CZ8NxFQlNNtG6ksnSTZOmgjLuiOxHobkdlbhc/k5z7o/Nu8Fn23AU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; s= default; bh=X6xa4ApsaRonrXXdKCkZ2tSvUEU=; b=I2cxYhHUadHOaEzWkrgv F09DKs6Zyey/zqYmrCY32Qb8mici1hYdbMG5piji+f9al2tAG6XkobZRfFYhIRKb er6X+mUs9J0V3Q6OfimZlWkbgNaQPTomXzj+uX/TRRiPw61Pnf3uu5izC2RXRUw2 aZJpZYJnrsJvjYelmlz+psQ= Received: (qmail 36850 invoked by alias); 20 Aug 2018 17:09:53 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 36832 invoked by uid 89); 20 Aug 2018 17:09:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.4 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, GIT_PATCH_2, GIT_PATCH_3, HTML_MESSAGE, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Google-Smtp-Source:sk:ANB0Vda, H*c:alternative X-HELO: mail-wr1-f51.google.com Received: from mail-wr1-f51.google.com (HELO mail-wr1-f51.google.com) (209.85.221.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 20 Aug 2018 17:09:51 +0000 Received: by mail-wr1-f51.google.com with SMTP id k5-v6so2057785wre.10; Mon, 20 Aug 2018 10:09:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=R6xpLJRRPn4bpKD833xDsVmgol2OglX7V/49G1yo5SU=; b=S5RaWhTiQZ3dV7tmwznD42CBndlsF1Qd8VHRWnMWieuzQ/gTbwlvPw5KS4Q3h+HGhz datqIpZZMdg30Zt5dSWpWf5+89cou0fykA590LeDWY2x7yeisvOJV7iZKP5+P1PS10lw r7QYHkshdXjrX8ZuIY5Pea4O78Y3O0ZlncT4cfKrqbY7Kmug2MqlOB1PpwUh8QVityKT yOmo3OZLk4hAWQXqfXroj/ASimAV59XrO7bYtElvqR7qEkQQQBnYZYJEvGgeXy+wtqO6 6J944oreihaqG+U/rP9MNKzJEzYROtJAbSwHEkNQDop5D4HHFM5WrfRARAdk4NgZnTz4 4YmA== MIME-Version: 1.0 From: David Edelsohn Date: Mon, 20 Aug 2018 13:09:37 -0400 Message-ID: Subject: [PATCH] XFAIL 18_support/new_nothrow.cc on AIX To: GCC Patches , libstdc++@gcc.gnu.org 18_support/new_nothrow.cc relies upon overriding operator new. This is not enabled by default in libstdc++ on AIX. This patch XFAILs the testcase. Bootstrapped on powerpc-ibm-aix7.2.0.0 Okay? Thanks, David * testsuite/18_support/new_nothrow.cc: XFAIL on AIX. Index: 18_support/new_nothrow.cc =================================================================== --- 18_support/new_nothrow.cc (revision 263658) +++ 18_support/new_nothrow.cc (working copy) @@ -16,6 +16,7 @@ // . // { dg-do run } +// { dg-xfail-run-if "AIX operator new" { powerpc-ibm-aix* } } #include #include