Quick question about your Computational Resources for Linguistic Research page

2021-07-18 Thread Kathleen Gray via Gcc
Hi there, I'm a 3rd-year student from WGU Missouri and I am currently researching for my new project about people with disabilities. Just saw your note on your Computational Resources for Linguistic Research page about new suggestions, so thought I’d check & see if you’re still updating the page.

gcc-12-20210718 is now available

2021-07-18 Thread GCC Administrator via Gcc
Snapshot gcc-12-20210718 is now available on https://gcc.gnu.org/pub/gcc/snapshots/12-20210718/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 12 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

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

2021-07-18 Thread Jason Merrill via Gcc
On Sun, Jul 18, 2021 at 1:13 PM Ian Lance Taylor via Gcc wrote: > 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 determi

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

2021-07-18 Thread Ian Lance Taylor via Gcc
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

rust frontend and UTF-8/unicode processing/properties

2021-07-18 Thread Mark Wielaard
Hi, 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 have any gnulib modules imported, and maybe other frontends