Bug 17020 - gdb.base/store.exp failures
Summary: gdb.base/store.exp failures
Status: RESOLVED DUPLICATE of bug 16655
Alias: None
Product: gdb
Classification: Unclassified
Component: gdb (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-04 13:27 UTC by Pedro Alves
Modified: 2015-09-06 19:22 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro Alves 2014-06-04 13:27:30 UTC
I'm seeing these on Fedora 20:

FAIL: gdb.base/store.exp: var doublest l; print old l, expecting -1
FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2
FAIL: gdb.base/store.exp: var doublest l; setting l to 4
FAIL: gdb.base/store.exp: var doublest l; print new l, expecting 4
FAIL: gdb.base/store.exp: var doublest l; print incremented l, expecting 2
FAIL: gdb.base/store.exp: upvar doublest l; print old l, expecting -1
FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
FAIL: gdb.base/store.exp: upvar doublest l; set l to 4
FAIL: gdb.base/store.exp: upvar doublest l; print new l, expecting 4

gdb.log shows:

print l
$29 = <optimized out>
(gdb) FAIL: gdb.base/store.exp: var doublest l; print old l, expecting -1

This might be the same issue as bug 17019.
Comment 1 Doug Evans 2014-06-07 05:46:02 UTC
See also https://sourceware.org/bugzilla/show_bug.cgi?id=16655
Comment 2 Doug Evans 2015-09-06 19:22:54 UTC
dupe of 16655

*** This bug has been marked as a duplicate of bug 16655 ***