From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18672 invoked by alias); 14 Nov 2012 22:18:28 -0000 Received: (qmail 18605 invoked by uid 48); 14 Nov 2012 22:18:10 -0000 From: "3dw4rd at verizon dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/55325] [4.8 Regression]: g++.dg/cpp0x/constexpr-complex.C excess errors Date: Wed, 14 Nov 2012 22:18:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: 3dw4rd at verizon dot net X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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 X-SW-Source: 2012-11/txt/msg01304.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55325 --- Comment #7 from Ed Smith-Rowland <3dw4rd at verizon dot net> 2012-11-14 22:18:09 UTC --- (In reply to comment #3) > (In reply to comment #1) > > I also see failing g++.dg/parse/template23.C and for this one too the problem > > seems related to the recent changes for PR54413. > > Right, thanks, I was just about to analyze that one. Speaking of that commit, > some of the new tests fail for me: > FAIL: g++.dg/cpp0x/gnu_fext-numeric-literals.C (test for excess errors) > FAIL: g++.dg/cpp0x/std_fext-numeric-literals.C (test for excess errors) > > and in g++.log: > Excess errors: > /tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.dg/cpp0x/gnu_fext-numeric-literals.C:94:3: > ... > maybe related, maybe material for a new PR. I'm not getting this on x86_64-linux at least. What target are you on? Ed