[Bug rust/113056] [14 regression] Build failure in libgrust

2023-12-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113056 Richard Biener changed: What|Removed |Added Target Milestone|--- |14.0 -- You are receiving this mail b

[Bug rust/113499] New: crab1 fails to link when configuring with --disable-plugin

2024-01-18 Thread rguenth at gcc dot gnu.org
Priority: P3 Component: rust Assignee: unassigned at gcc dot gnu.org Reporter: rguenth at gcc dot gnu.org CC: dkm at gcc dot gnu.org, gcc-rust at gcc dot gnu.org Target Milestone: --- With --disable-plugin we probably elide -ldl but crab1 calls dlopen

[Bug rust/113499] crab1 fails to link when configuring with --disable-plugin

2024-01-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113499 Richard Biener changed: What|Removed |Added Keywords||build -- You are receiving this mail

[Bug rust/113499] crab1 fails to link when configuring with --disable-plugin

2024-01-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113499 --- Comment #1 from Richard Biener --- Note it might also be because the failing build is using glibc-2.31, IIRC newer glibc might include libdl directly (at least that's the case for libpthreads ...) -- You are receiving this mail because: Yo

[Bug rust/113499] crab1 fails to link when configuring with --disable-plugin

2024-02-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113499 Richard Biener changed: What|Removed |Added Last reconfirmed||2024-02-09 Ever confirmed|0

[Bug rust/113499] crab1 fails to link when configuring with --disable-plugin

2024-02-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113499 --- Comment #3 from Richard Biener --- (In reply to Richard Biener from comment #2) > Re-confirmed. Can be reproduced both on a glibc 2.31 and glibc 2.38 system > with It does work with glibc 2.38, so only glibc 2.31 fails this (and possibly o

[Bug rust/113864] FAIL: rust/debug/chartype.rs scan-assembler 0x10[ \t][^\n\r]* DW_AT_encoding

2024-02-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113864 Richard Biener changed: What|Removed |Added Keywords||testsuite-fail -- You are receiving t

[Bug rust/113865] FAIL: rust/execute/torture/issue-2187.rs -O0 output pattern test

2024-02-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113865 Richard Biener changed: What|Removed |Added Keywords||testsuite-fail -- You are receiving t

[Bug rust/113499] crab1 fails to link when configuring with --disable-plugin

2024-03-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113499 --- Comment #5 from Richard Biener --- (In reply to Thomas Schwinge from comment #4) > If I understood Arthur correctly, GCC/Rust is going to effectively require > 'dlopen' (and therefore '--enable-plugin'?), so that means, if the latter's > not

[Bug rust/114629] rust-ast-resolve-expr contains bloated code for funny_error

2024-04-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114629 --- Comment #3 from Richard Biener --- is that part of the language standard? I don't think we have to copy rustc easter eggs - in fact I'd report this as a bug to them. -- You are receiving this mail because: You are on the CC list for the b

[Bug rust/113499] crab1 fails to link when configuring with --disable-plugin

2024-04-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113499 --- Comment #8 from Richard Biener --- (In reply to Arthur Cohen from comment #6) > (In reply to Richard Biener from comment #5) > > (In reply to Thomas Schwinge from comment #4) > > > If I understood Arthur correctly, GCC/Rust is going to effec

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

2024-05-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113472 Richard Biener changed: What|Removed |Added Target Milestone|14.0|14.2 --- Comment #2 from Richard Biene

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

2024-05-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113477 Richard Biener changed: What|Removed |Added Target Milestone|14.0|14.2 --- Comment #1 from Richard Biene

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

2024-05-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113473 Richard Biener changed: What|Removed |Added Target Milestone|14.0|14.2 --- Comment #2 from Richard Biene

[Bug rust/116187] -Wuninitialized warnings in libgrust/libproc_macro_internal/literal.cc

2024-08-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116187 Richard Biener changed: What|Removed |Added Keywords||internal-improvement -- You are recei

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

2024-08-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116427 Richard Biener changed: What|Removed |Added Keywords||build -- You are receiving this mail

[Bug rust/116561] gcc/testsuite/rust/execute/torture/iter1.rs:350:5: internal compiler error: 'verify_gimple' failed

2024-09-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116561 Richard Biener changed: What|Removed |Added Version|unknown |15.0 -- You are receiving this mail b

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

2025-03-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116427 Richard Biener changed: What|Removed |Added Priority|P3 |P4 -- You are receiving this mail bec

[Bug rust/106072] [13 Regression] -Wnonnull warning breaks rust bootstrap

2022-12-20 Thread rguenth at gcc dot gnu.org via Gcc-rust
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106072 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug rust/108124] Rust: ASAN&UBSAN issues when tests are run

2023-04-26 Thread rguenth at gcc dot gnu.org via Gcc-rust
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108124 Richard Biener changed: What|Removed |Added Target Milestone|13.0|13.2 --- Comment #3 from Richard Biene

[Bug rust/109853] WIN64 is a predefined constant by GCC on MinGW-w64

2023-05-14 Thread rguenth at gcc dot gnu.org via Gcc-rust
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109853 Richard Biener changed: What|Removed |Added Target||mingw-w64 --- Comment #1 from Richard

[Bug rust/108124] Rust: ASAN&UBSAN issues when tests are run

2023-07-27 Thread rguenth at gcc dot gnu.org via Gcc-rust
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108124 Richard Biener changed: What|Removed |Added Target Milestone|13.2|13.3 --- Comment #4 from Richard Biene