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 testsuite/12086] New: when I use gcc-4.4.2 or gcc-4.4.4 to compile the test case gdb.base/store.c(store.exp),the test result some fails


first my target is mips-elf ,the test case in directory gdb.base.when I use 
gcc-4.4.2 or gcc-4.4.4 to compile it,it has some fails
the error information is :
(gdb) bt
#0  add_float (u=-1, v=-2) at ../testsuite_g/gdb.base/store.c:14
#1  0x8000122c in wack_float (u=-1, v=-2) at ../testsuite_g/gdb.base/store.c:27
#2  0x8000131c in main () at ../testsuite_g/gdb.base/store.c:42
(gdb) p  l
No symbol "l" in current context.
(gdb) up
#1  0x8000122c in wack_float (u=-1, v=-2) at ../testsuite_g/gdb.base/store.c:27
27        l = add_float (l, r);
(gdb) p l
$1 = -6.51884046e-42
(gdb) bt
#0  add_float (u=-1, v=-2) at ../testsuite_g/gdb.base/store.c:14
#1  0x8000122c in wack_float (u=-1, v=-2) at ../testsuite_g/gdb.base/store.c:27
#2  0x8000131c in main () at ../testsuite_g/gdb.base/store.c:42
(gdb) set variable l=4
(gdb) bt
#0  add_float (u=-1, v=-2) at ../testsuite_g/gdb.base/store.c:14
#1  0x40800000 in ?? ()
Backtrace stopped: frame did not save the PC
(gdb) down
Bottom (innermost) frame selected; you cannot go down.

-- 
           Summary: when I use gcc-4.4.2 or gcc-4.4.4 to compile the test
                    case gdb.base/store.c(store.exp),the test result some
                    fails
           Product: gdb
           Version: 7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: testsuite
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: ggs334 at 163 dot com
                CC: gdb-prs at sourceware dot org


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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