gcc-9-20190428 is now available

2019-04-28 Thread gccadmin
Snapshot gcc-9-20190428 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/9-20190428/ 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/trunk revision

GCC-9.0.1-RC-20190426 excessive memory usage with -ggdb

2019-04-28 Thread Arvind Sankar
While building clang-8.0.0 or firefox-66.0.3 on a gentoo system (x86_64) gcc 9 release candidate runs out of memory with -O2 -ggdb. Gcc 8.3.0 succeeds without issues. For clang there are about 5-6 compilations where the memory usage seems to grow without bound (I have 128Gb RAM + 128Gb swap and at

Re: GCC-9.0.1-RC-20190426 excessive memory usage with -ggdb

2019-04-28 Thread Arvind Sankar
On Sun, Apr 28, 2019 at 10:59:45PM -0400, Arvind Sankar wrote: > While building clang-8.0.0 or firefox-66.0.3 on a gentoo system (x86_64) > gcc 9 release candidate runs out of memory with -O2 -ggdb. Gcc 8.3.0 > succeeds without issues. For clang there are about 5-6 compilations > where the memory u