[Bug rust/119508] Hundreds of rust tests XPASS

2025-03-28 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119508 Rainer Orth changed: What|Removed |Added Target Milestone|--- |15.0 -- You are receiving this mail beca

[Bug rust/119508] New: Hundreds of rust tests XPASS

2025-03-28 Thread ro at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: dkm at gcc dot gnu.org, gcc-rust at gcc dot gnu.org, pierre-emmanuel.patry at embecosm dot com Target Milestone: --- Target: amd64-pc-solaris2.11, sparcv9-sun

[Bug rust/116427] [15 regression] 32-bit crab1 fails to link on Solaris

2024-08-20 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116427 Rainer Orth changed: What|Removed |Added Target Milestone|--- |15.0 -- You are receiving this mail beca

[Bug rust/116427] New: [15 regression] 32-bit crab1 fails to link on Solaris

2024-08-20 Thread ro at gcc dot gnu.org
Component: rust Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: dkm at gcc dot gnu.org, gcc-rust at gcc dot gnu.org Target Milestone: --- Target: i386-pc-solaris2.11, sparc-sun-solaris2.11 With the 32-bit rust build restored

[Bug rust/116192] [15 regression] 32-bit rust build fails

2024-08-20 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116192 --- Comment #3 from Rainer Orth --- I noticed by accident that the fix has already been committed. Thanks for the fix As documented in https://gcc.gnu.org/codingconventions.html#ChangeLogs, the ChangeLog snippet in the commit message should co

[Bug rust/116192] [15 regression] 32-bit rust build fails

2024-08-02 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116192 Rainer Orth changed: What|Removed |Added Target Milestone|--- |15.0 -- You are receiving this mail beca

[Bug rust/116192] [15 regression] 32-bit rust build fails

2024-08-02 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116192 --- Comment #1 from Rainer Orth --- Created attachment 58806 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58806&action=edit partial patch -- You are receiving this mail because: You are on the CC list for the bug.

[Bug rust/116192] New: [15 regression] 32-bit rust build fails

2024-08-02 Thread ro at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: dkm at gcc dot gnu.org, gcc-rust at gcc dot gnu.org Target Milestone: --- Target: i386-pc-solaris2.11, sparc-sun-solaris2.11, i686-pc-linux-gnu The recent

[Bug rust/113553] rust fails to build on sparc64-linux-gnu

2024-01-24 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113553 --- Comment #1 from Rainer Orth --- The build works for me just fine on sparc-sun-solaris2.11. I've also fired one off on sparc64-unknown-linux-gnu which worked just as well. It was a rough ride, however, with the build aborting with xgcc: fat

[Bug rust/113477] rust/compile/torture/alt_patterns1.rs FAILs

2024-01-18 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113477 Rainer Orth changed: What|Removed |Added Target Milestone|--- |14.0 -- You are receiving this mail beca

[Bug rust/113477] New: rust/compile/torture/alt_patterns1.rs FAILs

2024-01-18 Thread ro at gcc dot gnu.org
: rust Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: dkm at gcc dot gnu.org, gcc-rust at gcc dot gnu.org Target Milestone: --- Target: i386-pc-solaris2.11, sparc-sun-solaris2.11 Since the recent Rust import, one test FAILs

[Bug rust/113473] rust/compile/iterators1.rs etc. FAIL

2024-01-18 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113473 Rainer Orth changed: What|Removed |Added Target Milestone|--- |14.0 -- You are receiving this mail beca

[Bug rust/113473] New: rust/compile/iterators1.rs etc. FAIL

2024-01-18 Thread ro at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: dkm at gcc dot gnu.org, gcc-rust at gcc dot gnu.org Target Milestone: --- Target: sparc-sun-solaris2.11 Since the recent Rust import, two tests FAIL on 32 and 64-bit Solaris

[Bug rust/113472] rust/compile/issue-1446.rs FAILs

2024-01-18 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113472 Rainer Orth changed: What|Removed |Added Target Milestone|--- |14.0 -- You are receiving this mail beca

[Bug rust/113472] New: rust/compile/issue-1446.rs FAILs

2024-01-18 Thread ro at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: dkm at gcc dot gnu.org, gcc-rust at gcc dot gnu.org Target Milestone: --- Target: sparc-sun-solaris2.11 Since the recent Rust import, a test FAILs on 32 and 64-bit Solaris/SPARC

[Bug rust/113461] [14 Regression] rust-proc-macro.cc:174:15: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'long long unsigned int' [-Werror=format=]

2024-01-18 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113461 --- Comment #3 from Rainer Orth --- Created attachment 57135 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57135&action=edit Proposed patch Tested on i386-pc-solaris2.11, sparc-sun-solaris2.11, and x86_64-pc-linux-gnu. -- You are recei

[Bug rust/113461] [14 Regression] rust-proc-macro.cc:174:15: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'long long unsigned int' [-Werror=format=]

2024-01-18 Thread ro at gcc dot gnu.org
*, ||*-*-solaris2.11 CC||ro at gcc dot gnu.org --- Comment #2 from Rainer Orth --- I'm seeing the same on 32-bit Solaris/SPARC and x86. On top of that, there's also /vol/gcc/src/hg/master/local/gcc/rust/backend/rust-compi