gcc-10-20190804 is now available

2019-08-04 Thread gccadmin
Snapshot gcc-10-20190804 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/10-20190804/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 10 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision

Indirect memory addresses vs. lra

2019-08-04 Thread John Darrington
I'm trying to write a back-end for an architecture (s12z - the ISA you can download from [1]). This arch accepts indirect memory addresses. That is to say, those of the form (mem (mem (...))) and although my TARGET_LEGITIMATE_ADDRESS function returns true for such addresses, LRA insists on

Parallelize GCC with Threads project

2019-08-04 Thread Mustafa GÜNDOĞDU
I want to work Parallelize GCC with Threads project. How should I start?