Re: Rust Compatibility

2021-09-05 Thread Ian Lance Taylor via Gcc-rust
On Thu, Sep 2, 2021 at 7:06 AM Philip Herron wrote: > > Yesterday this issue was posted to us on GitHub > https://github.com/Rust-GCC/gccrs/issues/653, which revolves around > strict-aliasing rules. > > The conversation was focused on what level of compatibility we are aiming for > in the Rust

Re: rust frontend and UTF-8/unicode processing/properties

2021-07-18 Thread Ian Lance Taylor via Gcc-rust
On Sun, Jul 18, 2021 at 6:23 AM Mark Wielaard wrote: > > For the gcc rust frontend I was thinking of importing a couple of > gnulib modules to help with UTF-8 processing, conversion to/from > unicode codepoints and determining various properties of those > codepoints. But it seems gcc doesn't yet