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.
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
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
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