Re: toplevel *again* out of sync

2010-10-03 Thread DJ Delorie
> DJ, can you amend your scripts so that the head of gcc/ChangeLog and > src/ChangeLog is included? This will make it easier to bug relevant > people. Done.

Problem in bootstrapping on mingw

2010-10-03 Thread FX
Hi all, I'm trying to bootstrap trunk on i686-pc-mingw32. I configure with --disable-werror --enable-threads --disable-nls --build=i686-pc-mingw32 --enable-libgomp --with-dwarf2 --disable-sjlj-exceptions During stage 1, bootstrap fails when comparing trunk tm.texi and the version regenerated f

Re: Problem in bootstrapping on mingw

2010-10-03 Thread Kai Tietz
2010/10/3 FX : > Hi all, > > I'm trying to bootstrap trunk on i686-pc-mingw32. I configure with > --disable-werror --enable-threads --disable-nls --build=i686-pc-mingw32 > --enable-libgomp --with-dwarf2 --disable-sjlj-exceptions > > During stage 1, bootstrap fails when comparing trunk tm.texi and

Re: Problem in bootstrapping on mingw

2010-10-03 Thread FX
> This is a known issue and related to timestamps of those generated > .texi files. By touching generated .texi it can be solved. This test > in make is here a bit broken IMHO, as a content check would satisfy > needs for validity-check alone. I'm wondering about this part of the Makefile:

Re: Problem in bootstrapping on mingw

2010-10-03 Thread FX
> This is a known issue and related to timestamps of those generated > .texi files. By touching generated .texi it can be solved. This test > in make is here a bit broken IMHO, as a content check would satisfy > needs for validity-check alone. Actually, it doesn't solve it. If "cpmd -s" returns fa

Who owns config.rpath?

2010-10-03 Thread Dave Korn
Hi all, I can't find any mention of it at the usual place for external sources (http://gcc.gnu.org/codingconventions.html#upstream), so is our version forked, or is that just an oversight? cheers, DaveK

Re: Who owns config.rpath?

2010-10-03 Thread Ralf Wildenhues
[ adding bug-gnulib ] Hi Dave, * Dave Korn wrote on Sun, Oct 03, 2010 at 01:42:15PM CEST: > I can't find any mention of it at the usual place for external sources > (http://gcc.gnu.org/codingconventions.html#upstream), so is our version > forked, or is that just an oversight? It comes original

Re: Who owns config.rpath?

2010-10-03 Thread Dave Korn
On 03/10/2010 12:24, Ralf Wildenhues wrote: > [ adding bug-gnulib ] > > Hi Dave, > > * Dave Korn wrote on Sun, Oct 03, 2010 at 01:42:15PM CEST: >> I can't find any mention of it at the usual place for external sources >> (http://gcc.gnu.org/codingconventions.html#upstream), so is our version >>

GCC 4.4.5 Released

2010-10-03 Thread Jakub Jelinek
The GNU Compiler Collection version 4.4.5 has been released. GCC 4.4.5 is a bug-fix release containing fixes for regressions and serious bugs in GCC 4.4.4. This release is available from the FTP servers listed at: http://www.gnu.org/order/ftp.html Please do not contact me directly regarding q

RFE: 'enable checking' as a GCC compilation switch?

2010-10-03 Thread Gary Funck
Recently, I ran into a couple of bugs/regessions that show up only if checking is enabled. This led me to the observation that it might be useful if checking can be enabled at runtime via a gcc command line switch. If this capability can be enabled by default, then regression tests could depend u

Re: RFE: 'enable checking' as a GCC compilation switch?

2010-10-03 Thread Ian Lance Taylor
Gary Funck writes: > Recently, I ran into a couple of bugs/regessions that show up > only if checking is enabled. This led me to the observation that > it might be useful if checking can be enabled at runtime via a > gcc command line switch. If this capability can be enabled by > default, then

gcc-4.3-20101003 is now available

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

Re: Problem in bootstrapping on mingw

2010-10-03 Thread NightStrike
On Sun, Oct 3, 2010 at 6:05 AM, FX wrote: >> This is a known issue and related to timestamps of those generated >> .texi files. By touching generated .texi it can be solved. This test >> in make is here a bit broken IMHO, as a content check would satisfy >> needs for validity-check alone. > > Actu