public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/52296] New: FAIL: g++.dg/debug/dwarf2/pr52260.C
@ 2012-02-17 13:06 Greta.Yorsh at arm dot com
  2012-02-17 14:46 ` [Bug testsuite/52296] " jakub at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Greta.Yorsh at arm dot com @ 2012-02-17 13:06 UTC (permalink / raw)
  To: gcc-bugs

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<void>::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<void,
A::AA::AE::C1>&)'
/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<void,
A::AA::AE::C1>' 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/52296] FAIL: g++.dg/debug/dwarf2/pr52260.C
  2012-02-17 13:06 [Bug testsuite/52296] New: FAIL: g++.dg/debug/dwarf2/pr52260.C Greta.Yorsh at arm dot com
@ 2012-02-17 14:46 ` jakub at gcc dot gnu.org
  2012-02-17 14:58 ` jakub at gcc dot gnu.org
  2012-02-17 15:39 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-02-17 14:46 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52296

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-17 14:43:46 UTC ---
I'll remove the testcase on the 4.6 branch, it uses some C++11 features that
aren't supported on the branch yet.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/52296] FAIL: g++.dg/debug/dwarf2/pr52260.C
  2012-02-17 13:06 [Bug testsuite/52296] New: FAIL: g++.dg/debug/dwarf2/pr52260.C Greta.Yorsh at arm dot com
  2012-02-17 14:46 ` [Bug testsuite/52296] " jakub at gcc dot gnu.org
@ 2012-02-17 14:58 ` jakub at gcc dot gnu.org
  2012-02-17 15:39 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-02-17 14:58 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52296

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-17 14:56:19 UTC ---
Author: jakub
Date: Fri Feb 17 14:56:14 2012
New Revision: 184344

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184344
Log:
    PR testsuite/52296
    * g++.dg/debug/dwarf2/pr52260.C: Remove.

Removed:
    branches/gcc-4_6-branch/gcc/testsuite/g++.dg/debug/dwarf2/pr52260.C
Modified:
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/52296] FAIL: g++.dg/debug/dwarf2/pr52260.C
  2012-02-17 13:06 [Bug testsuite/52296] New: FAIL: g++.dg/debug/dwarf2/pr52260.C Greta.Yorsh at arm dot com
  2012-02-17 14:46 ` [Bug testsuite/52296] " jakub at gcc dot gnu.org
  2012-02-17 14:58 ` jakub at gcc dot gnu.org
@ 2012-02-17 15:39 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-02-17 15:39 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52296

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-17 14:58:01 UTC ---
Fixed.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-17 14:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-17 13:06 [Bug testsuite/52296] New: FAIL: g++.dg/debug/dwarf2/pr52260.C Greta.Yorsh at arm dot com
2012-02-17 14:46 ` [Bug testsuite/52296] " jakub at gcc dot gnu.org
2012-02-17 14:58 ` jakub at gcc dot gnu.org
2012-02-17 15:39 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).