Re: gcc-4.1.2 RC1 build problem

2007-02-06 Thread Ralf Wildenhues
Hello Paolo, all, * Paolo Bonzini wrote on Mon, Feb 05, 2007 at 10:30:41AM CET: > > >The macro $(SYSTEM_HEADER_DIR) is used in a double-quoted context, > >leading to nonportable "...`..."..."...`...", [...] > >Proposed untested patch. (I also haven't checked whether there are > >other instances

Re: gcc-4.1.2 RC1 build problem

2007-02-05 Thread Paolo Bonzini
The macro $(SYSTEM_HEADER_DIR) is used in a double-quoted context, leading to nonportable "...`..."..."...`...", see . Proposed untested patch. (I also haven't checked whether there are other instances of this iss

Re: gcc-4.1.2 RC1 build problem

2007-02-02 Thread Ralf Wildenhues
Hello Kate, all, * Kate Minola wrote on Fri, Feb 02, 2007 at 03:37:05PM CET: > > echo 'SYSTEM_HEADER_DIR="'"`echo /usr/include | sed -e :a -e > "s,[^/]*/\.\.\/,," > -e ta`"'"' \ >> >/home/kate/gcc-4.1.2-20070128/alpha-OSF1-V4/lib/gcc/alphaev56- > dec-osf4.0f/4.1.

Re: gcc-4.1.2 RC1 build problem

2007-02-02 Thread Joe Buck
On Fri, Feb 02, 2007 at 04:15:05PM -0800, Mark Mitchell wrote: > Joe Buck wrote: > > On Fri, Feb 02, 2007 at 05:23:01PM +0100, Eric Botcazou wrote: > >>> dec-osf4.0f/4.1.2/install-tools/mkheaders.conf > >>> /bin/sh: : cannot execute > >>> /bin/sh: /]*/../,, -e ta: not found > >>> sed: Function s,[

Re: gcc-4.1.2 RC1 build problem

2007-02-02 Thread Mark Mitchell
Joe Buck wrote: > On Fri, Feb 02, 2007 at 05:23:01PM +0100, Eric Botcazou wrote: >>> dec-osf4.0f/4.1.2/install-tools/mkheaders.conf >>> /bin/sh: : cannot execute >>> /bin/sh: /]*/../,, -e ta: not found >>> sed: Function s,[ cannot be parsed. >> That should not happen on Solaris if you set CONFIG_SH

Re: gcc-4.1.2 RC1 build problem

2007-02-02 Thread Joe Buck
On Fri, Feb 02, 2007 at 05:23:01PM +0100, Eric Botcazou wrote: > > dec-osf4.0f/4.1.2/install-tools/mkheaders.conf > > /bin/sh: : cannot execute > > /bin/sh: /]*/../,, -e ta: not found > > sed: Function s,[ cannot be parsed. > > That should not happen on Solaris if you set CONFIG_SHELL=/bin/ksh as

Re: gcc-4.1.2 RC1 build problem

2007-02-02 Thread Eric Botcazou
> however during 'make install' on the following architectures > > alphaev56-dec-osf4.0f > alphaev68-dec-osf5.1b > sparc-sun-solaris2.8 > i386-pc-solaris2.10 > i386-pc-solaris2.9 > > I ran into the following problem > > echo 'SYSTEM_HEADER_DIR="'"`echo /usr/include | sed -e

gcc-4.1.2 RC1 build problem

2007-02-02 Thread Kate Minola
I was able to successfully build gcc-4.1.2-20070128 on alphaev56-unknown-linux-gnu ia64-unknown-linux-gnu powerpc64-unknown-linux-gnu x86_64-unknown-linux-gnu i686-pc-linux-gnu however during 'make install' on the following architectures alphaev56-dec-osf4.0f alphaev

Re: GCC 4.1.2 RC1

2007-01-31 Thread Richard Earnshaw
On Tue, 2007-01-30 at 17:26 -0800, Mark Mitchell wrote: > Robert Schwebel wrote: > > > What about PR28516, would it be acceptable for 4.1.2? > > There are two issues: > > (1) it's not marked as a 4.1 regression, let alone a regression from > 4.1.x. Did this test case work with older versions of

Re: GCC 4.1.2 RC1

2007-01-30 Thread Mark Mitchell
Paul Brook wrote: > On Wednesday 31 January 2007 01:26, Mark Mitchell wrote: >> Robert Schwebel wrote: >>> What about PR28516, would it be acceptable for 4.1.2? >> There are two issues: >> >> (1) it's not marked as a 4.1 regression, let alone a regression from >> 4.1.x. Did this test case work wit

Re: GCC 4.1 Branch Frozen in Preparation for GCC 4.1.2 RC1

2007-01-30 Thread Mark Mitchell
Joseph S. Myers wrote: > On Tue, 30 Jan 2007, Mark Mitchell wrote: > >>>PR target/30370 (powerpc-unknown-eabispe can't build libgcc2) is a >>> regression from 4.1.1. A patch was posted earlier this month at >>> http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00600.html>. I have >>> regrettably fo

Re: GCC 4.1.2 RC1

2007-01-30 Thread Paul Brook
On Wednesday 31 January 2007 01:26, Mark Mitchell wrote: > Robert Schwebel wrote: > > What about PR28516, would it be acceptable for 4.1.2? > > There are two issues: > > (1) it's not marked as a 4.1 regression, let alone a regression from > 4.1.x. Did this test case work with older versions of GCC

Re: GCC 4.1.2 RC1

2007-01-30 Thread Mark Mitchell
Robert Schwebel wrote: > What about PR28516, would it be acceptable for 4.1.2? There are two issues: (1) it's not marked as a 4.1 regression, let alone a regression from 4.1.x. Did this test case work with older versions of GCC? (2) Richard Earnshaw objected to applying the patch to 4.1 becaus

Re: GCC 4.1 Branch Frozen in Preparation for GCC 4.1.2 RC1

2007-01-30 Thread Joseph S. Myers
On Tue, 30 Jan 2007, Mark Mitchell wrote: > >PR target/30370 (powerpc-unknown-eabispe can't build libgcc2) is a > > regression from 4.1.1. A patch was posted earlier this month at > > http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00600.html>. I have > > regrettably forgotten to ping this patch

Re: GCC 4.1 Branch Frozen in Preparation for GCC 4.1.2 RC1

2007-01-30 Thread Mark Mitchell
Rask Ingemann Lambertsen wrote: > On Sun, Jan 28, 2007 at 11:53:41AM -0800, Mark Mitchell wrote: >> I plan to create GCC 4.1.2 RC1 sometime this afternoon, US/Pacific time. >> >> Therefore, please do not make any checkins to the 4.1 branch after 2PM >> PST. Once RC1 i

Re: GCC 4.1 Branch Frozen in Preparation for GCC 4.1.2 RC1

2007-01-30 Thread Rask Ingemann Lambertsen
On Sun, Jan 28, 2007 at 11:53:41AM -0800, Mark Mitchell wrote: > I plan to create GCC 4.1.2 RC1 sometime this afternoon, US/Pacific time. > > Therefore, please do not make any checkins to the 4.1 branch after 2PM > PST. Once RC1 is uploaded, the branch will be open only for changes

Re: GCC 4.1.2 RC1

2007-01-30 Thread Paul Brook
On Tuesday 30 January 2007 11:44, Robert Schwebel wrote: > On Mon, Jan 29, 2007 at 07:06:36PM -0800, Mark Mitchell wrote: > > If you do encounter problems, please file a Bugzilla PR, and add me to > > the CC: list for the issue. Please do not send me reports without first > > filing a PR, as I am

Re: GCC 4.1.2 RC1

2007-01-30 Thread Robert Schwebel
On Mon, Jan 29, 2007 at 07:06:36PM -0800, Mark Mitchell wrote: > If you do encounter problems, please file a Bugzilla PR, and add me to > the CC: list for the issue. Please do not send me reports without first > filing a PR, as I am unable to keep track of all the issues if they are > not in the d

Re: GCC 4.1.2 RC1

2007-01-30 Thread Rene Rebe
Hi, On Tuesday 30 January 2007 04:06:36 Mark Mitchell wrote: > GCC 4.1.2 RC1 is now on ftp://gcc.gnu.org and its mirrors. The > canonical location is: > > ftp://gcc.gnu.org/pub/gcc/prerelease-4.1.2-20070128 > > As with all prereleases, the issue of most concern to me is pack

Re: GCC 4.1.2 RC1

2007-01-30 Thread Robert Schwebel
On Mon, Jan 29, 2007 at 07:06:36PM -0800, Mark Mitchell wrote: > GCC 4.1.2 RC1 is now on ftp://gcc.gnu.org and its mirrors. The > canonical location is: > > ftp://gcc.gnu.org/pub/gcc/prerelease-4.1.2-20070128 > > As with all prereleases, the issue of most concern

GCC 4.1.2 RC1

2007-01-29 Thread Mark Mitchell
GCC 4.1.2 RC1 is now on ftp://gcc.gnu.org and its mirrors. The canonical location is: ftp://gcc.gnu.org/pub/gcc/prerelease-4.1.2-20070128 As with all prereleases, the issue of most concern to me is packaging. Therefore, please test the actual pre-release tarballs, rather than sources from SVN

GCC 4.1 Branch Frozen in Preparation for GCC 4.1.2 RC1

2007-01-28 Thread Mark Mitchell
I plan to create GCC 4.1.2 RC1 sometime this afternoon, US/Pacific time. Therefore, please do not make any checkins to the 4.1 branch after 2PM PST. Once RC1 is uploaded, the branch will be open only for changes which have my explicit approval, until the release. Remember that the primary