Re: GCC 4.7 compiles with llvm-gcc-4.2 but not with GCC 4.6.2

2012-01-17 Thread Hans Aberg
On 17 Jan 2012, at 13:35, Jonathan Wakely wrote: When looking at http://gcc.gnu.org/, there are some large links to the versions, but none for 4.7. >>> >>> GCC 4.7 has not been released yet. >> >> There is a development version. You might compare with the layout at >> http://lilypond

Re: GCC 4.7 compiles with llvm-gcc-4.2 but not with GCC 4.6.2

2012-01-17 Thread Jonathan Wakely
On 17 January 2012 09:12, Hans Aberg wrote: > On 17 Jan 2012, at 08:30, Ian Lance Taylor wrote: > >> > When looking at http://gcc.gnu.org/, there are some large links to the >> > versions, but none for 4.7. >> >> GCC 4.7 has not been released yet. > > There is a development version. You might comp

Re: GCC 4.7 compiles with llvm-gcc-4.2 but not with GCC 4.6.2

2012-01-17 Thread Hans Aberg
On 17 Jan 2012, at 08:30, Ian Lance Taylor wrote: > > When looking at http://gcc.gnu.org/, there are some large links to the > > versions, but none for 4.7. > > GCC 4.7 has not been released yet. There is a development version. You might compare with the layout at http://lilypond.org/ A confu

Re: GCC 4.7 compiles with llvm-gcc-4.2 but not with GCC 4.6.2

2012-01-16 Thread Hans Aberg
On 16 Jan 2012, at 18:52, Jonathan Wakely wrote: >> Bison puts up snapshots at ftp://alpha.gnu.org/gnu/bison/, an alternative to >> those that do not need the latest bleeding-edge version. > > So does GCC, the front page says "Our sources are readily and freely > available via SVN and weekly sna

Re: GCC 4.7 compiles with llvm-gcc-4.2 but not with GCC 4.6.2

2012-01-16 Thread Jonathan Wakely
On 16 January 2012 17:31, Hans Aberg wrote: > Bison puts up snapshots at ftp://alpha.gnu.org/gnu/bison/, an alternative to > those that do not need the latest bleeding-edge version. So does GCC, the front page says "Our sources are readily and freely available via SVN and weekly snapshots" and li

Re: GCC 4.7 compiles with llvm-gcc-4.2 but not with GCC 4.6.2

2012-01-16 Thread Hans Aberg
On 16 Jan 2012, at 18:01, Jonathan Wakely wrote: The config.log of this directory just indicates a program doing the check that will fail (now overwritten by new ./configure && make). >>> >>> Do not run ./configure, see http://gcc.gnu.org/wiki/InstallingGCC and >>> http://gcc.gnu.org/w

Re: GCC 4.7 compiles with llvm-gcc-4.2 but not with GCC 4.6.2

2012-01-16 Thread Jonathan Wakely
On 16 January 2012 14:49, Hans Aberg wrote: > On 16 Jan 2012, at 15:31, Jonathan Wakely wrote: > >>> The config.log of this directory just indicates a program doing the check >>> that will fail (now overwritten by new ./configure && make). >> >> Do not run ./configure, see http://gcc.gnu.org/wiki/

Re: GCC 4.7 compiles with llvm-gcc-4.2 but not with GCC 4.6.2

2012-01-16 Thread Hans Aberg
On 16 Jan 2012, at 15:31, Jonathan Wakely wrote: > On 16 January 2012 13:55, Hans Aberg wrote: >> [I am not on this list, so please cc me.] >> >> On OS X 10.7.2, gcc (GCC) 4.7.0 20120115 from SVN compiles using the >> /usr/bin/gcc -> llvm-gcc-4.2 that is installed

Re: GCC 4.7 compiles with llvm-gcc-4.2 but not with GCC 4.6.2

2012-01-16 Thread Jonathan Wakely
On 16 January 2012 13:55, Hans Aberg wrote: > [I am not on this list, so please cc me.] > > On OS X 10.7.2, gcc (GCC) 4.7.0 20120115 from SVN compiles using the > /usr/bin/gcc -> llvm-gcc-4.2 that is installed by Xcode 4.2.1. > > But if one first compiles GCC 4.6.2 using th

GCC 4.7 compiles with llvm-gcc-4.2 but not with GCC 4.6.2

2012-01-16 Thread Hans Aberg
[I am not on this list, so please cc me.] On OS X 10.7.2, gcc (GCC) 4.7.0 20120115 from SVN compiles using the /usr/bin/gcc -> llvm-gcc-4.2 that is installed by Xcode 4.2.1. But if one first compiles GCC 4.6.2 using the same LLVM-GCC, then this GCC 4.7 will not compile; there is a config

Re: Fwd: gcc-4.2-20090304 is now available

2009-04-04 Thread Gerald Pfeifer
On Thu, 5 Mar 2009, H.J. Lu wrote: >>> Maybe we can remove DATESTAMP and updating it now that >>> gcc_update understands to extract the SVN revision number? >> Anyway, removing DATESTAMP would change the issue to new snapshots with no >> changes rather than with just DATESTAMP changes. > My regress

gcc-4.2-20090325 is now available

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

gcc-4.2-20090318 is now available

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

gcc-4.2-20090311 is now available

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

Re: Fwd: gcc-4.2-20090304 is now available

2009-03-05 Thread H.J. Lu
On Thu, Mar 5, 2009 at 5:47 AM, Joseph S. Myers wrote: > On Thu, 5 Mar 2009, Richard Guenther wrote: > >> On Thu, Mar 5, 2009 at 2:35 AM, Joseph S. Myers >> wrote: >> > On Wed, 4 Mar 2009, H.J. Lu wrote: >> > >> >> Do we really need a new snapshot when only DATESTAMP is updated? I >> >> think it

Re: Fwd: gcc-4.2-20090304 is now available

2009-03-05 Thread Richard Guenther
On Thu, Mar 5, 2009 at 2:47 PM, Joseph S. Myers wrote: > - Show quoted text - > On Thu, 5 Mar 2009, Richard Guenther wrote: > >> On Thu, Mar 5, 2009 at 2:35 AM, Joseph S. Myers >> wrote: >> > On Wed, 4 Mar 2009, H.J. Lu wrote: >> > >> >> Do we really need a new snapshot when only DATESTAMP is up

Re: Fwd: gcc-4.2-20090304 is now available

2009-03-05 Thread Joseph S. Myers
On Thu, 5 Mar 2009, Richard Guenther wrote: > On Thu, Mar 5, 2009 at 2:35 AM, Joseph S. Myers > wrote: > > On Wed, 4 Mar 2009, H.J. Lu wrote: > > > >> Do we really need a new snapshot when only DATESTAMP is updated? I > >> think it is a waste > >> of resources. > > It is. > > > When 4.4 has br

Re: Fwd: gcc-4.2-20090304 is now available

2009-03-05 Thread Richard Guenther
On Thu, Mar 5, 2009 at 2:35 AM, Joseph S. Myers wrote: > On Wed, 4 Mar 2009, H.J. Lu wrote: > >> Do we really need a new snapshot when only DATESTAMP is updated? I >> think it is a waste >> of resources. It is. > When 4.4 has branched I plan to close 4.2 branch. Maybe we can remove DATESTAMP an

Re: Fwd: gcc-4.2-20090304 is now available

2009-03-04 Thread Joseph S. Myers
On Wed, 4 Mar 2009, H.J. Lu wrote: > Do we really need a new snapshot when only DATESTAMP is updated? I > think it is a waste > of resources. When 4.4 has branched I plan to close 4.2 branch. -- Joseph S. Myers jos...@codesourcery.com

Fwd: gcc-4.2-20090304 is now available

2009-03-04 Thread H.J. Lu
Do we really need a new snapshot when only DATESTAMP is updated? I think it is a waste of resources. H.J. -- Forwarded message -- From: Date: Wed, Mar 4, 2009 at 2:42 PM Subject: gcc-4.2-20090304 is now available To: gcc@gcc.gnu.org Snapshot gcc-4.2-20090304 is now available

gcc-4.2-20090304 is now available

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

gcc-4.2-20090225 is now available

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

gcc-4.2-20090218 is now available

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

gcc-4.2-20090211 is now available

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

gcc-4.2-20090204 is now available

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

gcc-4.2-20090128 is now available

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

gcc-4.2-20090121 is now available

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

gcc-4.2-20090114 is now available

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

gcc-4.2-20090107 is now available

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

gcc-4.2-20081231 is now available

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

gcc-4.2-20081224 is now available

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

gcc-4.2-20081217 is now available

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

gcc-4.2-20081210 is now available

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

gcc-4.2-20081203 is now available

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

gcc-4.2-20081126 is now available

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

gcc-4.2-20081119 is now available

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

gcc-4.2-20081112 is now available

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

gcc-4.2-20081105 is now available

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

gcc-4.2-20081029 is now available

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

gcc-4.2-20081022 is now available

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

gcc-4.2-20081015 is now available

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

gcc-4.2-20081008 is now available

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

gcc-4.2-20081001 is now available

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

gcc-4.2-20080924 is now available

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

gcc-4.2-20080903 is now available

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

gcc-4.2-20080827 is now available

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

gcc-4.2-20080820 is now available

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

gcc-4.2-20080813 is now available

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

gcc-4.2-20080806 is now available

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

gcc-4.2-20080730 is now available

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

gcc-4.2-20080723 is now available

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

gcc-4.2-20080716 is now available

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

gcc-4.2-20080709 is now available

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

gcc-4.2-20080702 is now available

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

gcc-4.2-20080625 is now available

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

gcc-4.2-20080618 is now available

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

gcc-4.2-20080611 is now available

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

gcc-4.2-20080604 is now available

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

gcc-4.2-20080528 is now available

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

gcc-4.2-20080521 is now available

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

gcc-4.2-20080514 is now available

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

gcc-4.2-20080507 is now available

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

gcc-4.2-20080430 is now available

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

gcc-4.2-20080423 is now available

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

gcc-4.2-20080416 is now available

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

gcc-4.2-20080409 is now available

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

gcc-4.2-20080402 is now available

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

gcc-4.2-20080326 is now available

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

gcc-4.2-20080319 is now available

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

gcc-4.2-20080312 is now available

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

gcc-4.2-20080305 is now available

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

gcc-4.2-20080227 is now available

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

gcc-4.2-20080220 is now available

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

gcc-4.2-20080213 is now available

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

gcc-4.2-20080206 is now available

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

gcc-4.2-20080130 is now available

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

gcc-4.2-20080123 is now available

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

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression? (filed bug 34903)[Emcraft #11717]

2008-01-21 Thread Sergei Poselenov
Hello all, I've filed bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34903 Regards, Sergei Andrew Haley wrote: David Edelsohn wrote: Andrew Haley writes: Andrew> I suspect that the real reason for the change in save/restore is because Andrew> not using lmw/stmw is faster. That's just a

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression? [Emcraft #11717]

2008-01-19 Thread David Edelsohn
> Andrew Haley writes: Andrew> Err, why not? Because the fixed register means it no longer is a continuous sequence of registers. And the PowerPC port does not break it up into two sequences. And fixed registers in that range are not part of any standard ABI. David

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression? [Emcraft #11717]

2008-01-19 Thread Andrew Haley
David Edelsohn wrote: Andrew Haley writes: Andrew> I suspect that the real reason for the change in save/restore is because Andrew> not using lmw/stmw is faster. That's just a guess though. gcc could probably Andrew> be fixed to use ldmw/stmw if -Os is used. Andrew> Anyway, now we've found

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression? [Emcraft #11717]

2008-01-19 Thread David Edelsohn
> Andrew Haley writes: Andrew> I suspect that the real reason for the change in save/restore is because Andrew> not using lmw/stmw is faster. That's just a guess though. gcc could probably Andrew> be fixed to use ldmw/stmw if -Os is used. Andrew> Anyway, now we've found something specific

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression? [Emcraft #11717]

2008-01-19 Thread Andrew Haley
Gabriel Paubert wrote: On Thu, Jan 17, 2008 at 05:48:10PM +0300, Sergei Poselenov wrote: Hello Andrew, Preprocessed and assembler code generated by the GCC 4.2.2 ppc-linux cross-compiler: http://www.emcraft.com/codesize/gcc-4.2.2/interrupts.i http://www.emcraft.com/codesize/gcc-4.2.2/interrup

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression? [Emcraft #11717]

2008-01-17 Thread Gabriel Paubert
On Thu, Jan 17, 2008 at 05:48:10PM +0300, Sergei Poselenov wrote: > Hello Andrew, > > Andrew Haley wrote: > >Sergei Poselenov writes: > > > Hello Andrew, > > > > > > > Now, I sympathize that in your particular case you have a code size > > > > regression. This happens: when we do optimization in

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression? [Emcraft #11717]

2008-01-17 Thread Richard Guenther
On Jan 17, 2008 3:48 PM, Sergei Poselenov <[EMAIL PROTECTED]> wrote: > Hello Andrew, > > I agree. Actually, the CSiBE results are impressive: I've built the > bzip2 library for powerpc and got similar results. > > I wonder why GCC maintainers are ignoring the -Os regression for > most of their case

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression? [Emcraft #11717]

2008-01-17 Thread Sergei Poselenov
Hello Andrew, Andrew Haley wrote: Sergei Poselenov writes: > Hello Andrew, > > > Now, I sympathize that in your particular case you have a code size > > regression. This happens: when we do optimization in gcc, some code > > bases will lose out. All that we can promise is that we try no

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression?

2008-01-17 Thread Gabriel Paubert
Hello Sergei, On Thu, Jan 17, 2008 at 03:13:59PM +0300, Sergei Poselenov wrote: > I don't know now, actually, this is what I'm asking. As for the > target processor - as I stated in the initial message: > > ... > Currently, it builds as following: > ppc-linux-gcc -g -Os -fPIC -ffixed-r14

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression?

2008-01-17 Thread Sergei Poselenov
Hello Gabriel, Gabriel Paubert wrote: On Wed, Jan 16, 2008 at 04:55:19PM +0300, Sergei Poselenov wrote: Hello, I've just noted an error in my calculations: not 40%, but 10% regression (used gdb to do the calculations and forgot to convert inputs to float). Sorry. But the problem still persist

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression?

2008-01-17 Thread Gabriel Paubert
On Wed, Jan 16, 2008 at 04:55:19PM +0300, Sergei Poselenov wrote: > Hello, > > I've just noted an error in my calculations: not 40%, but 10% > regression (used gdb to do the calculations and forgot to convert > inputs to float). Sorry. > > But the problem still persists for me - I'm building an e

gcc-4.2-20080116 is now available

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

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression?

2008-01-16 Thread Andrew Haley
Sergei Poselenov writes: > Hello Andrew, > > > Now, I sympathize that in your particular case you have a code size > > regression. This happens: when we do optimization in gcc, some code > > bases will lose out. All that we can promise is that we try not to > > make it worse for most users

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression?

2008-01-16 Thread Sergei Poselenov
Hello Andrew, Now, I sympathize that in your particular case you have a code size regression. This happens: when we do optimization in gcc, some code bases will lose out. All that we can promise is that we try not to make it worse for most users. What we can do is compare your code that has g

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression?

2008-01-16 Thread Andrew Haley
Sergei Poselenov writes: > Hello, > > I've just noted an error in my calculations: not 40%, but 10% > regression (used gdb to do the calculations and forgot to convert > inputs to float). Sorry. > > But the problem still persists for me - I'm building an embedded > firmware (U-Boot) and i

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression?

2008-01-16 Thread Sergei Poselenov
Hello, I've just noted an error in my calculations: not 40%, but 10% regression (used gdb to do the calculations and forgot to convert inputs to float). Sorry. But the problem still persists for me - I'm building an embedded firmware (U-Boot) and it doesn't fit into the reserved space anymore.

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression?

2008-01-16 Thread Andrew Haley
Sergei Poselenov writes: > > No, all results are for the GCC project. "Mainline" here means the > current development version of GCC. For it, the sum of the test code > size is 3503061, vs. 3542052 for the gcc_4_0_0 branch. But again, > this performance is achieved by the significant regressi

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression?

2008-01-16 Thread Andrew Haley
Sergei Poselenov writes: > Hello all, > > I'm using the ppc-linux gcc-4.2.2 compiler and noted the code > size have increased significantly (about 40%!), comparing with > old 4.0.0 when using the -Os option. Same code, same compile- > and configuration-time options. Binutils are differ > (2

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression?

2008-01-16 Thread Duncan Sands
> LLVM? From what I know llvm-gcc is an alternative for gcc. Are any > parts of LLVM used in current GCC? None of what I know. Sorry, I confused my mailing lists and thought you had asked on the LLVM mailing list. This explains why I didn't understand your questions :) Sorry about the noise, Du

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression?

2008-01-16 Thread Sergei Poselenov
Hi Duncan, Duncan Sands wrote: Hi, I'm using the ppc-linux gcc-4.2.2 compiler and noted the code size have increased significantly (about 40%!), comparing with old 4.0.0 when using the -Os option. Same code, same compile- and configuration-time options. Binutils are differ (2.16.1 vs 2.17.50),

Re: powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression?

2008-01-16 Thread Duncan Sands
Hi, > I'm using the ppc-linux gcc-4.2.2 compiler and noted the code > size have increased significantly (about 40%!), comparing with > old 4.0.0 when using the -Os option. Same code, same compile- > and configuration-time options. Binutils are differ > (2.16.1 vs 2.17.50), though. what LLVM versi

powercp-linux cross GCC 4.2 vs GCC 4.0.0: -Os code size regression?

2008-01-16 Thread Sergei Poselenov
Hello all, I'm using the ppc-linux gcc-4.2.2 compiler and noted the code size have increased significantly (about 40%!), comparing with old 4.0.0 when using the -Os option. Same code, same compile- and configuration-time options. Binutils are differ (2.16.1 vs 2.17.50), though. I've looked at th

gcc-4.2-20080109 is now available

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

  1   2   3   4   5   >