Re: [PATCHSET] Reintroduce targetrustm hooks

2023-09-21 Thread Arthur Cohen via Gcc-rust
Pushed the patches to trunk. Thank you both for the review. Kindly, Arthur On 9/14/23 12:12, Richard Biener via Gcc-rust wrote: On Wed, Sep 13, 2023 at 10:14 PM Iain Buclaw via Gcc-patches wrote: Excerpts from Arthur Cohen's message of September 7, 2023 3:41 pm: Alright, was not expecting

Updated invitation: gccrs February monthly call @ lun. 13 févr. 2023 11am - 12pm (CET) (gcc-rust@gcc.gnu.org)

2023-01-19 Thread Arthur Cohen via Gcc-rust
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VTIMEZONE TZID:Europe/Paris X-LIC-LOCATION:Europe/Paris BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T02 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU

Invitation: February monthly call @ lun. 13 févr. 2023 11am - 12pm (CET) (gcc-rust@gcc.gnu.org)

2023-01-19 Thread Arthur Cohen via Gcc-rust
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VTIMEZONE TZID:Europe/Paris X-LIC-LOCATION:Europe/Paris BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T02 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU

Re: [PATCH] Fix byte char and byte string lexing code

2021-09-23 Thread Arthur Cohen via Gcc-rust
> Something I was thinking about outside of the scope of that patch was about the utf8 how do they get represented? Is it some kind of wchar_t? Do you mean in C++ or in rustc? In rustc, they are represented as Unicode Scalar Values which are 4 bytes wide. >From the docs over here: [https://doc.ru