Snapshot gcc-9-20191019 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/9-20191019/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 9 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-9
On October 19, 2019 9:11:52 AM GMT+02:00, The Other
wrote:
>Hi,
>
>I'm currently working on a branch of gccrs aiming to create some kind
>of
>Rust frontend within GCC. I've advanced to the stage where attempting
>to
>use pre-C++11 features is becoming inconvenient, particularly in the
>unique_ptr
Hello!
For anyone who isn't aware of it yet, there is an ongoing BountySource campaign
for gcc PR/91851 [1] which seeks to convert the m68k backend to MODE_CC so that
it can be kept in gcc versions beyond version 11.
The campaign is currently at $3,290 and can be found at [2].
Thanks,
Adrian
>
Hi,
I'm currently working on a branch of gccrs aiming to create some kind of
Rust frontend within GCC. I've advanced to the stage where attempting to
use pre-C++11 features is becoming inconvenient, particularly in the
unique_ptr department. Part of the frontend AST is best expressed as
vectors of