From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18279 invoked by alias); 17 Feb 2012 12:33:45 -0000 Received: (qmail 18261 invoked by uid 22791); 17 Feb 2012 12:33:44 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_GD X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Feb 2012 12:33:31 +0000 From: "Greta.Yorsh at arm dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/52296] New: FAIL: g++.dg/debug/dwarf2/pr52260.C Date: Fri, 17 Feb 2012 13:06:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: Greta.Yorsh at arm dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: 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-02/txt/msg01801.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52296 Bug #: 52296 Summary: FAIL: g++.dg/debug/dwarf2/pr52260.C Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite AssignedTo: unassigned@gcc.gnu.org ReportedBy: Greta.Yorsh@arm.com CC: jakub@gcc.gnu.org Target: arm-none-eabi This test passes on trunk, but fails on gcc 4.6 branch (r184304) with the following message: $ arm-eabi-g++ /work/local-checkouts/gcc-fsf/gcc/testsuite/g++.dg/debug/dwarf2/pr52260.C -gdwarf-4 -std=c++0x -S -o pr52260.s /work/local-checkouts/gcc-fsf/gcc/testsuite/g++.dg/debug/dwarf2/pr52260.C:77:27: error: expected unqualified-id before 'using' /work/local-checkouts/gcc-fsf/gcc/testsuite/g++.dg/debug/dwarf2/pr52260.C:80:15: error: 'AD' does not name a type /work/local-checkouts/gcc-fsf/gcc/testsuite/g++.dg/debug/dwarf2/pr52260.C:82:23: error: 'AZ' was not declared in this scope /work/local-checkouts/gcc-fsf/gcc/testsuite/g++.dg/debug/dwarf2/pr52260.C:82:24: error: template argument 1 is invalid /work/local-checkouts/gcc-fsf/gcc/testsuite/g++.dg/debug/dwarf2/pr52260.C:87:2: error: 'AZ' does not name a type /work/local-checkouts/gcc-fsf/gcc/testsuite/g++.dg/debug/dwarf2/pr52260.C: In member function 'void A::Z::foo(B)': /work/local-checkouts/gcc-fsf/gcc/testsuite/g++.dg/debug/dwarf2/pr52260.C:102:18: error: no matching function for call to 'A::AA::AE::o3(A::AA::AE::AY&)' /work/local-checkouts/gcc-fsf/gcc/testsuite/g++.dg/debug/dwarf2/pr52260.C:102:18: note: candidate is: /work/local-checkouts/gcc-fsf/gcc/testsuite/g++.dg/debug/dwarf2/pr52260.C:82:12: note: void A::AA::AE::o3(int, bool) /work/local-checkouts/gcc-fsf/gcc/testsuite/g++.dg/debug/dwarf2/pr52260.C:82:12: note: no known conversion for argument 1 from 'A::AA::AE::AY' to 'int' FAIL: g++.dg/debug/dwarf2/pr52260.C The test was introduced by this patch: http://gcc.gnu.org/ml/gcc-patches/2012-02/msg00860.html http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52260