From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22647 invoked by alias); 1 Feb 2015 14:09:07 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 22592 invoked by uid 48); 1 Feb 2015 14:09:03 -0000 From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/64883] FAIL: 17_intro/headers/c++*/all_attributes.cc (test for excess errors) on x86_64-apple-darwin14 Date: Sun, 01 Feb 2015 14:09:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg00031.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883 --- Comment #15 from Iain Sandoe --- Created attachment 34640 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34640&action=edit fixincludes to eliminate tested undecorated attributes on Darwin12. OK, so this is a sufficient patch (on x86_64-darwin12). I agree with Jonathan, this is not stage #4 material - unless Jack can come up with some more comprehensive testing than the GCC testsuite. a) I don't claim it's all *necessary*. b) We need to check across the whole of the darwin set to make sure we've caught all the files needed. c) FWIW, a quick scan of /use/include on Ubuntu 10.04 and Ubuntu 14.04 shows that there are a lot of cases in Linux where the "undecorated" attributes are used (esp. "packed") so there might need to be some tweaking there too.