From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2694 invoked by alias); 10 Oct 2012 14:28:54 -0000 Received: (qmail 2673 invoked by uid 22791); 10 Oct 2012 14:28:53 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 10 Oct 2012 14:28:45 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9AESjC5025731 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 10 Oct 2012 10:28:45 -0400 Received: from localhost (ovpn-116-43.ams2.redhat.com [10.36.116.43]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q9AEShai004312 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Oct 2012 10:28:44 -0400 Received: by localhost (Postfix, from userid 1000) id B64BE9F164; Wed, 10 Oct 2012 16:28:41 +0200 (CEST) From: Dodji Seketeli To: dominiq@lps.ens.fr (Dominique Dhumieres) Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] PR 53528 c++/ C++11 Generalized Attribute support References: <20121009125454.CEEDE3BE1B@mailhost.lps.ens.fr> X-URL: http://www.seketeli.net/~dodji Date: Wed, 10 Oct 2012 14:32:00 -0000 In-Reply-To: <20121009125454.CEEDE3BE1B@mailhost.lps.ens.fr> (Dominique Dhumieres's message of "Tue, 09 Oct 2012 14:54:54 +0200") Message-ID: <871uh6csfb.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 X-SW-Source: 2012-10/txt/msg00997.txt.bz2 dominiq@lps.ens.fr (Dominique Dhumieres) a =C3=A9crit: > The following tests are failing (with -m32): > > FAIL: g++.dg/cpp0x/gen-attrs-36.C (test for warnings, line 9) > FAIL: g++.dg/cpp0x/gen-attrs-36.C (test for excess errors) > FAIL: g++.dg/cpp0x/gen-attrs-37.C (test for excess errors) > FAIL: g++.dg/cpp0x/gen-attrs-8.C (test for warnings, line 5) > FAIL: g++.dg/cpp0x/gen-attrs-8.C (test for excess errors) These should now be fixed in trunk by revision r192300. Cheers. --=20 Dodji