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

2024-08-05 Thread sjames at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116192 Sam James changed: What|Removed |Added See Also||https://github.com/Rust-GCC

Inline 'gcc/rust/Make-lang.in:RUST_LIBDEPS' (was: [PATCH 006/125] gccrs: Add 'gcc/rust/Make-lang.in:LIBFORMAT_PARSER')

2024-08-05 Thread Thomas Schwinge
Hi! On 2024-08-01T16:56:02+0200, Arthur Cohen wrote: > --- a/gcc/rust/Make-lang.in > +++ b/gcc/rust/Make-lang.in > @@ -212,6 +212,9 @@ RUST_ALL_OBJS = $(GRS_OBJS) $(RUST_TARGET_OBJS) > rust_OBJS = $(RUST_ALL_OBJS) rust/rustspec.o > > LIBPROC_MACRO_INTERNAL = > ../libgrust/libproc_macro_inter

Don't override 'LIBS' if '--enable-languages=rust'; use 'CRAB1_LIBS' (was: [PATCH 005/125] gccrs: libgrust: Add format_parser library)

2024-08-05 Thread Thomas Schwinge
Hi! On 2024-08-01T16:56:01+0200, Arthur Cohen wrote: > Compile libformat_parser and link to it. > --- a/gcc/rust/Make-lang.in > +++ b/gcc/rust/Make-lang.in > +LIBS += -ldl -lpthread That's still not correct. I've pushed to trunk branch commit 816c4de4d062c89f5b7a68f68f29b2b033f5b136 "Don't ov

[Bug middle-end/108102] rust bootstrap comparison failure on s390x-linux-gnu

2024-08-05 Thread sjames at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108102 Sam James changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---