palves at redhat dot com
2018-07-06 15:20:19 UTC
https://sourceware.org/bugzilla/show_bug.cgi?id=23380
Bug ID: 23380
Summary: [8.1 -> 8.2 regression]: gdb.rust/simple.exp no longer
builds on F27
Product: gdb
Version: unknown
Status: NEW
Severity: normal
Priority: P2
Component: rust
Assignee: unassigned at sourceware dot org
Reporter: palves at redhat dot com
Target Milestone: ---
On Fedora 27, comparing test results of gdb 8.1 vs current master, I get:
-PASS: gdb.rust/simple.exp: python print(gdb.lookup_type('simple::HiBob'))
+gdb compile failed, error: expected `:`, found `,`
+ -->
/home/pedro/gdb/binutils-gdb-2/src/gdb/testsuite/gdb.rust/simple.rs:129:28
+ |
+129 | let y0 = HiBob { field1, field2 };
+ | ^
+error: unions are unstable and possibly buggy (see issue #32836)
+ --> /home/pedro/gdb/binutils-gdb-2/src/gdb/testsuite/gdb.rust/simple.rs:83:1
+ |
+83 | union Union {
+ | ^
+error: aborting due to previous error
+UNTESTED: gdb.rust/simple.exp: failed to prepare
Probably the test was updated to rely on a more modern Rust than what I have.
Bug ID: 23380
Summary: [8.1 -> 8.2 regression]: gdb.rust/simple.exp no longer
builds on F27
Product: gdb
Version: unknown
Status: NEW
Severity: normal
Priority: P2
Component: rust
Assignee: unassigned at sourceware dot org
Reporter: palves at redhat dot com
Target Milestone: ---
On Fedora 27, comparing test results of gdb 8.1 vs current master, I get:
-PASS: gdb.rust/simple.exp: python print(gdb.lookup_type('simple::HiBob'))
+gdb compile failed, error: expected `:`, found `,`
+ -->
/home/pedro/gdb/binutils-gdb-2/src/gdb/testsuite/gdb.rust/simple.rs:129:28
+ |
+129 | let y0 = HiBob { field1, field2 };
+ | ^
+error: unions are unstable and possibly buggy (see issue #32836)
+ --> /home/pedro/gdb/binutils-gdb-2/src/gdb/testsuite/gdb.rust/simple.rs:83:1
+ |
+83 | union Union {
+ | ^
+error: aborting due to previous error
+UNTESTED: gdb.rust/simple.exp: failed to prepare
Probably the test was updated to rely on a more modern Rust than what I have.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are receiving this mail because:
You are on the CC list for the bug.