From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51877 invoked by alias); 31 May 2019 07:38:10 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 51760 invoked by uid 89); 31 May 2019 07:38:10 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.9 required=5.0 tests=AWL,BAYES_00,KAM_COUK autolearn=no version=3.3.1 spammy=HX-Languages-Length:421, HX-Spam-Relays-External:ESMTPA X-HELO: smtp1.wavenetuk.net Received: from smtp.wavenetuk.net (HELO smtp1.wavenetuk.net) (195.26.36.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 31 May 2019 07:38:09 +0000 Received: from euterpe-sie.home (unknown [81.138.1.83]) by smtp1.wavenetuk.net (Postfix) with ESMTPA id E519D1201595; Fri, 31 May 2019 08:38:05 +0100 (BST) From: Iain Sandoe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: [PATCH, C++, testsuite] Require alias support for a test. Message-Id: <82F9C72A-266D-42D8-BD50-C7CF9C810F60@sandoe.co.uk> Date: Fri, 31 May 2019 07:44:00 -0000 Cc: Nathan Sidwell To: GCC Patches X-SW-Source: 2019-05/txt/msg02088.txt.bz2 Hi, The test for pr84497 uses a facility that requires alias support from the target, and therefore fails on targets without. Fixed by adding a suitable dg-require statement. Tested on x86_64-linux-gnu, x86_64-darwin16, applied to mainline as obvious, thanks Iain 2019-05-31 Iain Sandoe * g++.dg/cpp0x/pr84497.C: Require alias support.