gcc-9-20180729 is now available

2018-07-29 Thread gccadmin
Snapshot gcc-9-20180729 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/9-20180729/ 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

c plugin guidance wanted

2018-07-29 Thread Joe Perches
I would like to implement a gcc plugin that can compress an __attribute__((format(printf, x, y))) const char array before storage so that the formats can be size reduced when stored and expanded appropriately before use. As this is the first plugin I am trying to implement, I'm a bit lost in detai

Re: GCC 8 Ada bootstrap failure on mingw-w64

2018-07-29 Thread Liu Hao
It has been long since this was reported. Today Alexey said he had found the reason. He believed that 899af040b0 was causing the failure [1]. After reverting it the x64 bootstrap succeeded, however the x86 bootstrap failed with an ICE [2]. So now we have two issues here. Should we file a new P