gcc 25% slower than clang 3.5 for adding complex numbers

2014-12-25 Thread Conrad S
gcc 4.9.2 has worse performance than clang 3.5 when dealing with complex numbers. See bug 64410: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64410 For adding two arrays with complex numbers, clang's vectoriser is better able to exploit the layout of complex numbers. Inner loop produced by gcc:

Re: Localized write permission for OS maintainers

2014-12-25 Thread Gerald Pfeifer
On Thursday 2014-12-18 10:05, Sebastian Huber wrote: > I have a question regarding the localized write permission for OS > maintainers. In > > https://www.gnu.org/software/gcc/svnwrite.html > > we have > > "Localized write permission. > >This is for people who have primary responsibility f

Re: 404 @ https://gcc.gnu.org/gcc-5/

2014-12-25 Thread Jonathan Wakely
On 25 December 2014 at 16:28, Olaf van der Spek wrote: > Hi, > > https://gcc.gnu.org/ links to https://gcc.gnu.org/gcc-5/ (GCC 5 C++14 > language feature-complete [2014-12-23]) which doesn't exist. It should probably be https://gcc.gnu.org/gcc-5/status.html >> Important: Because the final ISO C++

gcc-4.8-20141225 is now available

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

404 @ https://gcc.gnu.org/gcc-5/

2014-12-25 Thread Olaf van der Spek
Hi, https://gcc.gnu.org/ links to https://gcc.gnu.org/gcc-5/ (GCC 5 C++14 language feature-complete [2014-12-23]) which doesn't exist. > Important: Because the final ISO C++14 standard was only recently published, GCC's support is experimental. Is C++11 support no longer experimental? Is C+