From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30984 invoked by alias); 31 Jan 2015 15:38:47 -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 30966 invoked by uid 89); 31 Jan 2015 15:38:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-ie0-f169.google.com Received: from mail-ie0-f169.google.com (HELO mail-ie0-f169.google.com) (209.85.223.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 31 Jan 2015 15:38:46 +0000 Received: by mail-ie0-f169.google.com with SMTP id rl12so9551091iec.0; Sat, 31 Jan 2015 07:38:44 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.107.34.149 with SMTP id i143mr13540555ioi.1.1422718723942; Sat, 31 Jan 2015 07:38:43 -0800 (PST) Received: by 10.36.75.75 with HTTP; Sat, 31 Jan 2015 07:38:43 -0800 (PST) Date: Sat, 31 Jan 2015 21:10:00 -0000 Message-ID: Subject: [libstdc++ testsuite] all_attributes.cc failures From: David Edelsohn To: Jonathan Wakely Cc: GCC Patches , "libstdc++@gcc.gnu.org" Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2015-01/txt/msg02808.txt.bz2 Jonathan, The new testcases are producing new failures on AIX /nasfarm/edelsohn/src/src/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_attributes.cc:29:16: error: expected ')' before numeric constant /nasfarm/edelsohn/src/src/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_attributes.cc:29:16: error: expected ')' before numeric constant /tmp/20150130/powerpc-ibm-aix7.1.0.0/libstdc++-v3/include/powerpc-ibm-aix7.1.0.0/bits/gthr-single.h:222:1: error: expected ',' or '...' before 'static' /tmp/20150130/powerpc-ibm-aix7.1.0.0/libstdc++-v3/include/powerpc-ibm-aix7.1.0.0/bits/gthr.h:151:27: error: expected ')' before end of line /tmp/20150130/powerpc-ibm-aix7.1.0.0/libstdc++-v3/include/powerpc-ibm-aix7.1.0.0/bits/gthr.h:151:27: error: expected initializer before end of line /tmp/20150130/powerpc-ibm-aix7.1.0.0/libstdc++-v3/include/powerpc-ibm-aix7.1.0.0/bits/gthr.h:151:27: error: expected declaration before end of line I'll open a PR and include the pre-processed source. - David