gcc-4.6-20100814 is now available

2010-08-14 Thread gccadmin
Snapshot gcc-4.6-20100814 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.6-20100814/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk

Re: gcc-4.4-20080725 is now available

2010-08-14 Thread Gerald Pfeifer
On Sat, 26 Jul 2008, Dennis Clarke wrote: > Would be nice to have md5 sums there also > > $ /opt/csw/bin/openssl md5 gcc-4.4-20080725.tar.bz2 > MD5(gcc-4.4-20080725.tar.bz2)= 865deaea79c12635f9a9b92937df8d41 > > etc etc This is an excellent idea. I just implemented a change to that effect and t

gcc-4.6-20100814 is now available

2010-08-14 Thread gccadmin
Snapshot gcc-4.6-20100814 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.6-20100814/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk

[wwwdocs PATCH] re: mirror site http://gcc-ca.internet.bs

2010-08-14 Thread Gerald Pfeifer
On Sun, 8 Aug 2010, Gerald Pfeifer wrote: >> this mirror seems to be stuck at versions around late 2009. > Thanks for letting us know, Mark. I understand this may being addressed by the admins who I contacted, but since that has not happened for nearly a week, I am applying the patch below for now

Re: g++ Long compile times

2010-08-14 Thread Jonathan Wakely
On 14 August 2010 14:48, Brad Bell wrote: > When I compile the program below with EXTRA_CLASS_OBJECTS equal to 0, the > compile time is about 3 seconds. When EXTRA_CLASS_OBJECTS is 1, the compile > time is about 12 seconds. This isn't really suitable for this mailing list. If you have a question

g++ Long compile times

2010-08-14 Thread Brad Bell
When I compile the program below with EXTRA_CLASS_OBJECTS equal to 0, the compile time is about 3 seconds. When EXTRA_CLASS_OBJECTS is 1, the compile time is about 12 seconds. The program is not very smart and repeats a pattern over and over (actually it is a simplification of a program that i