gcc-9-20181014 is now available

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

Re: RFC: allowing compound assignment operators with designated initializers

2018-10-14 Thread Florian Weimer
* Rasmus Villemoes: > This is something I've sometimes found myself wishing was supported. The > idea being that one can say > > unsigned a[] = { [0] = 1, [1] = 3, [0] |= 4, ...} > > which would end up initializing a[0] to 5. As a somewhat realistic > example, suppose one is trying to build a bitm

Re: GCC 6.5 Status Report (2018-10-12)

2018-10-14 Thread Jakub Jelinek
On Sun, Oct 14, 2018 at 08:24:35AM +0200, Gerald Pfeifer wrote: > Hi Jakub, > > On Fri, 12 Oct 2018, Jakub Jelinek wrote: > > If you have regression bugfixes or documentation fixes that should be > > still backported to the branch, please test them and check them in > > before Friday, October 19th

progress on PR85804?

2018-10-14 Thread Bin.Cheng
Hi, Is there any progress on PR85804? There were some discussion about the old path at below address, but looks like no further attentions. https://gcc.gnu.org/ml/gcc-patches/2018-05/msg01026.html Thanks, bin