Hello- May I please ping this one? Is there something maybe sub-optimal about how I organized it? I can adjust or break it into two maybe if that's helpful. Or else, if it's just that #pragma push_macro is not widely used or cared about... I think it's still worth fixing clear gaps in the support for UTF-8 input, and this is I think the last one, or at least, the last obvious one. Thanks!
https://gcc.gnu.org/pipermail/gcc-patches/2024-January/642926.html -Lewis On Sun, Aug 25, 2024 at 11:45 AM Lewis Hyatt <lhy...@gmail.com> wrote: > > Hello- > > https://gcc.gnu.org/pipermail/gcc-patches/2024-January/642926.html > > Monthly ping for this one please :). Thanks... > > -Lewis > > On Sat, Jul 27, 2024 at 3:09 PM Lewis Hyatt <lhy...@gmail.com> wrote: > > > > Hello- > > > > https://gcc.gnu.org/pipermail/gcc-patches/2024-January/642926.html > > > > Ping please? Jakub + Jason, hope you don't mind that I CCed you, I saw > > you had your attention on extended character identifiers a bit now :). > > Thanks! > > > > -Lewis > > > > On Fri, Jul 5, 2024 at 4:23 PM Lewis Hyatt <lhy...@gmail.com> wrote: > > > > > > Hello- > > > > > > https://gcc.gnu.org/pipermail/gcc-patches/2024-January/642926.html > > > > > > May I please ping this one again? It's the largest remaining gap in > > > UTF-8 support for libcpp that I know of. Thanks! > > > > > > -Lewis > > > > > > On Tue, May 28, 2024 at 7:46 PM Lewis Hyatt <lhy...@gmail.com> wrote: > > > > > > > > Hello- > > > > > > > > May I please ping this one (now for GCC 15)? Thanks! > > > > https://gcc.gnu.org/pipermail/gcc-patches/2024-January/642926.html > > > > > > > > -Lewis > > > > > > > > On Sat, Feb 10, 2024 at 9:02 AM Lewis Hyatt <lhy...@gmail.com> wrote: > > > > > > > > > > Hello- > > > > > > > > > > https://gcc.gnu.org/pipermail/gcc-patches/2024-January/642926.html > > > > > > > > > > May I please ping this one? Thanks! > > > > > > > > > > On Sat, Jan 13, 2024 at 5:12 PM Lewis Hyatt <lhy...@gmail.com> wrote: > > > > > > > > > > > > Hello- > > > > > > > > > > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109704 > > > > > > > > > > > > The below patch fixes the issue noted in the PR that extended > > > > > > characters > > > > > > cannot appear in the identifier passed to a #pragma push_macro or > > > > > > #pragma > > > > > > pop_macro. Bootstrap + regtest all languages on x86-64 Linux. Is it > > > > > > OK for > > > > > > GCC 13 please?