Re: End of GCC 4.6 Stage 1: October 27, 2010

2010-09-04 Thread NightStrike
We would like x86_64-w64-mingw32 to become a secondary target for 4.6. What has to be checked off for that to happen? I have an auto-testsuite-thinger running constantly now and posting results to the ML (it takes several days to do a full dl/build/test, so it's not daily, but it's continuous).

gcc-4.6-20100904 is now available

2010-09-04 Thread gccadmin
Snapshot gcc-4.6-20100904 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.6-20100904/ 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: please revert r163815/r163816

2010-09-04 Thread Jack Howarth
On Sat, Sep 04, 2010 at 08:22:24AM -0700, H.J. Lu wrote: > On Fri, Sep 3, 2010 at 8:53 PM, Jack Howarth wrote: > > Paolo, > >   Could you please look over PR45524 and then revert the offending > > r163815/r163816 that has broken decimal float support for all non-linux > > targets. That patch is wr

Re: C++-0x range for loop

2010-09-04 Thread Paolo Carlini
Hi, > Greetings, > > I was wondering if any one was working on the C++-0x range for loop. Didn't you notice the recent patch on the gcc-patches mailing list? As far as I know the last iteration supports also uses in templates and the author is finishing the Copyright Assignment paperwork. Pao

C++-0x range for loop

2010-09-04 Thread Ed Smith-Rowland
Greetings, I was wondering if any one was working on the C++-0x range for loop. I found an implementation in ConceptGCC that looks like it could be modified. The basic strategy was to parse the loop and essentially rewrite it as an old fashioned loop. Of course concepts were used to come up

Re: Broken links on main gcc website.

2010-09-04 Thread Gerald Pfeifer
On Tue, 24 Aug 2010, Gerald Pfeifer wrote: >>> http://www.gnu.org/software/gcc/install/         (Empty directory) >>> http://www.gnu.org/software/gcc/install/specific.html >>> http://www.gnu.org/software/gcc/install/test.html > Thanks for the report, Gareth. I'll have a look how we can address > t

Re: please revert r163815/r163816

2010-09-04 Thread H.J. Lu
On Fri, Sep 3, 2010 at 8:53 PM, Jack Howarth wrote: > Paolo, >   Could you please look over PR45524 and then revert the offending > r163815/r163816 that has broken decimal float support for all non-linux > targets. That patch is wrong in so many ways, it is hard to know where > to start... > > 1)

Re: please revert r163815/r163816

2010-09-04 Thread Paolo Bonzini
On Sat, Sep 4, 2010 at 05:53, Jack Howarth wrote: > Paolo, >   Could you please look over PR45524 and then revert the offending > r163815/r163816 that has broken decimal float support for all non-linux > targets. That patch is wrong in so many ways, it is hard to know where > to start... > > 1) Mo