[Bug rust/108124] Rust: ASAN&UBSAN issues when tests are run
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108124 Jakub Jelinek changed: What|Removed |Added Target Milestone|13.3|13.4 --- Comment #5 from Jakub Jelinek --- GCC 13.3 is being released, retargeting bugs to GCC 13.4. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug rust/113472] rust/compile/issue-1446.rs FAILs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113472 Jakub Jelinek changed: What|Removed |Added Target Milestone|14.2|14.3 --- Comment #3 from Jakub Jelinek --- GCC 14.2 is being released, retargeting bugs to GCC 14.3. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug rust/113473] rust/compile/iterators1.rs etc. FAIL
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113473 Jakub Jelinek changed: What|Removed |Added Target Milestone|14.2|14.3 --- Comment #3 from Jakub Jelinek --- GCC 14.2 is being released, retargeting bugs to GCC 14.3. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug rust/113477] rust/compile/torture/alt_patterns1.rs FAILs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113477 Jakub Jelinek changed: What|Removed |Added Target Milestone|14.2|14.3 --- Comment #2 from Jakub Jelinek --- GCC 14.2 is being released, retargeting bugs to GCC 14.3. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug rust/116427] [15/16 regression] 32-bit crab1 fails to link on Solaris
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116427 Jakub Jelinek changed: What|Removed |Added Summary|[15 regression] 32-bit |[15/16 regression] 32-bit |crab1 fails to link on |crab1 fails to link on |Solaris |Solaris -- You are receiving this mail because: You are on the CC list for the bug.
[Bug rust/119508] Hundreds of rust tests XPASS
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119508 Jakub Jelinek changed: What|Removed |Added Target Milestone|15.0|15.2 --- Comment #26 from Jakub Jelinek --- GCC 15.1 is being released, retargeting bugs to GCC 15.2. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug rust/116427] [15/16 regression] 32-bit crab1 fails to link on Solaris
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116427 Jakub Jelinek changed: What|Removed |Added Target Milestone|15.0|15.2 --- Comment #3 from Jakub Jelinek --- GCC 15.1 is being released, retargeting bugs to GCC 15.2. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug rust/108124] Rust: ASAN&UBSAN issues when tests are run
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108124 Jakub Jelinek changed: What|Removed |Added Target Milestone|13.4|13.5 --- Comment #6 from Jakub Jelinek --- GCC 13.4 is being released, retargeting bugs to GCC 13.5. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug rust/106072] [13 Regression] Bogus -Wnonnull warning breaks rust bootstrap
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106072 Jakub Jelinek changed: What|Removed |Added Component|ipa |rust CC||dkm at gcc dot gnu.org, ||gcc-rust at gcc dot gnu.org -- You are receiving this mail because: You are on the CC list for the bug. -- Gcc-rust mailing list Gcc-rust@gcc.gnu.org https://gcc.gnu.org/mailman/listinfo/gcc-rust
[Bug rust/106072] [13 Regression] Bogus -Wnonnull warning breaks rust bootstrap
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106072 --- Comment #14 from Jakub Jelinek --- Created attachment 54084 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54084&action=edit gcc13-pr106072.patch Untested fix. -- You are receiving this mail because: You are on the CC list for the bug. -- Gcc-rust mailing list Gcc-rust@gcc.gnu.org https://gcc.gnu.org/mailman/listinfo/gcc-rust
[Bug rust/108102] rust bootstrap comparison failure on s390x-linux-gnu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108102 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek --- So what are the differences in stage2-gcc/rust/rust-hir-trait-resolve.o vs. stage3-gcc/rust/rust-hir-trait-resolve.o (or prev-gcc/ vs. gcc/ if it was moved back already)? -- You are receiving this mail because: You are on the CC list for the bug. -- Gcc-rust mailing list Gcc-rust@gcc.gnu.org https://gcc.gnu.org/mailman/listinfo/gcc-rust
[Bug rust/108113] New: Rust and --enable-link-serialization=1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108113 Bug ID: 108113 Summary: Rust and --enable-link-serialization=1 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rust Assignee: unassigned at gcc dot gnu.org Reporter: jakub at gcc dot gnu.org CC: dkm at gcc dot gnu.org, gcc-rust at gcc dot gnu.org Target Milestone: --- Seems rust/Make-lang.in doesn't have link serialization support, I bet that must break --enable-link-serialization=1 builds with rust enabled. See r11-5142-gd326ebc94f3b2b0d962fb9e253564b39106a10da r11-5190-ga774a6a2fbeaf7cbcb7a7afe433418f2d740b45b commits what has been changed for other FEs. The first change introduced some stuff that the second one reverted, so what is needed in rust/Make-lang.in is basically rust.serial = rust1$(exeext) and making rust1$(exeext) depend on $(rust.prev) The generic code will ensure to fill in rust.prev to some other *.serial and set some other *.prev to rust.serial as needed. -- You are receiving this mail because: You are on the CC list for the bug. -- Gcc-rust mailing list Gcc-rust@gcc.gnu.org https://gcc.gnu.org/mailman/listinfo/gcc-rust
[Bug rust/108113] Rust and --enable-link-serialization=1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108113 --- Comment #5 from Jakub Jelinek --- Yeah. -- You are receiving this mail because: You are on the CC list for the bug. -- Gcc-rust mailing list Gcc-rust@gcc.gnu.org https://gcc.gnu.org/mailman/listinfo/gcc-rust
[Bug translation/108890] Translation mistakes 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108890 Jakub Jelinek changed: What|Removed |Added CC||gaius at gcc dot gnu.org, ||jakub at gcc dot gnu.org --- Comment #3 from Jakub Jelinek --- (In reply to Roland Illig from comment #0) > > %qs is loaded but symbol %qs is not found: %s > > That string is marked as 'format-c' but should be 'format-gcc-internal'. This is xtensa-dynconfig.c (and there are other strings from it too). I wonder if this isn't because the file is still named *.c rather than *.cc, otherwise no ideas. Because the messages are in fatal_error... > > to generate dependencies you must specify '-fcpp' > > Trailing whitespace, wrong quotes. This is in m2 FE. > > Enable certain features present drafts of C++ Contracts. > > Grammar? This one is C++, rest is Rust. -- You are receiving this mail because: You are on the CC list for the bug. -- Gcc-rust mailing list Gcc-rust@gcc.gnu.org https://gcc.gnu.org/mailman/listinfo/gcc-rust
[Bug translation/108890] Translation mistakes 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108890 --- Comment #4 from Jakub Jelinek --- https://gcc.gnu.org/pipermail/gcc-patches/2023-February/612639.html https://gcc.gnu.org/pipermail/gcc-patches/2023-February/612647.html -- You are receiving this mail because: You are on the CC list for the bug. -- Gcc-rust mailing list Gcc-rust@gcc.gnu.org https://gcc.gnu.org/mailman/listinfo/gcc-rust