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

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.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.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 packaging. > Therefore,

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 to me is packaging. > Therefor