GCC 5 Branch is frozen

2016-05-26 Thread Richard Biener
Hi, The GCC 5 branch is frozen now in preparation for a GCC 5.4 release candidate. All changes require release manager approval until after the GCC 5.4 release. Thanks, Richard.

gcc-6-20160526 is now available

2016-05-26 Thread gccadmin
Snapshot gcc-6-20160526 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/6-20160526/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-6

Re: Implicit conversion to a generic vector type

2016-05-26 Thread Marc Glisse
On Thu, 26 May 2016, martin krastev wrote: Thank you for the reply. So it's a known g++ issue with a candidate patch. Looking at the patch, I was wondering, what precludes the generic vector types form being proper arithmetic types? In some cases vectors act like arithmetic types (operator+, e

Re: Implicit conversion to a generic vector type

2016-05-26 Thread martin krastev
Hi Marc, Thank you for the reply. So it's a known g++ issue with a candidate patch. Looking at the patch, I was wondering, what precludes the generic vector types form being proper arithmetic types? Regards, Martin On 26 May 2016 at 09:02, Marc Glisse wrote: > On Thu, 26 May 2016, martin kraste