This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/14760] New: gdb.cp/temargs.exp regression with FSF GCC HEAD


http://sourceware.org/bugzilla/show_bug.cgi?id=14760

             Bug #: 14760
           Summary: gdb.cp/temargs.exp regression with FSF GCC HEAD
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jan.kratochvil@redhat.com
    Classification: Unclassified
            Target: x86_64-unknown-linux-gnu


FAIL: gdb.cp/temargs.exp: test type of T in inner_m
FAIL: gdb.cp/temargs.exp: test value of I in inner_m
FAIL: gdb.cp/temargs.exp: test value of P in inner_m
FAIL: gdb.cp/temargs.exp: test value of MP in inner_m

ptype T
No symbol "T" in current context.
(gdb) FAIL: gdb.cp/temargs.exp: test type of T in inner_m
print I
No symbol "I" in current context.
(gdb) FAIL: gdb.cp/temargs.exp: test value of I in inner_m
print P == &a_global
No symbol "P" in current context.
(gdb) FAIL: gdb.cp/temargs.exp: test value of P in inner_m
print MP
No symbol "MP" in current context.
(gdb) FAIL: gdb.cp/temargs.exp: test value of MP in inner_m

I do not see if it is a GCC or GDB bug.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]