Re: Build problems on s390 & hppa (compiler/assembler bugs?)

2002-12-04 Thread John David Anglin
> >>I believe that you have hit a compilation limit in the pa backend. You > >>have an unconditional branch that can't reach its target. The only work > >>around at the moment is to compile without optimization. See the comments > >>in pa/pa.md for the "jump" insn. We need a scratch register to

Re: Build problems on s390 & hppa (compiler/assembler bugs?)

2002-12-04 Thread Xavier Roche
>>I believe that you have hit a compilation limit in the pa backend. You >>have an unconditional branch that can't reach its target. The only work >>around at the moment is to compile without optimization. See the comments >>in pa/pa.md for the "jump" insn. We need a scratch register to load t

Re: Build problems on s390 & hppa (compiler/assembler bugs?)

2002-12-04 Thread John David Anglin
> > The second problem is an internal compiler error on hppa: > > ... > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -DINET6 -DPREFIX=\"/usr\" > > -DSYSCONFDIR=\"/etc\" -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib\" -O -g3 > > -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes > > -Wmissing-decla

Re: Build problems on s390 & hppa (compiler/assembler bugs?)

2002-12-03 Thread Carlos O'Donell
> The second problem is an internal compiler error on hppa: > ... > gcc -DHAVE_CONFIG_H -I. -I. -I.. -DINET6 -DPREFIX=\"/usr\" > -DSYSCONFDIR=\"/etc\" -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib\" -O -g3 > -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes > -Wmissing-declarations -Wpo

Re: Build problems on s390 & hppa (compiler/assembler bugs?)

2002-12-03 Thread Xavier Roche
>>No, you don't have to patch configure.in. Simply doing >>CFLAGS=-O0 -Whatever_you_want ./configure >>should do it. Of course, you want to put that in a make if-statement, so >>that it's only executed on the specific failing architectures... Yes, that's what I was thinking about. I suppose I'll

Re: Build problems on s390 & hppa (compiler/assembler bugs?)

2002-12-03 Thread Joop Stakenborg
On Tue, 03 Dec 2002 18:46:29 +0100 Xavier Roche <[EMAIL PROTECTED]> wrote: > The first problem is a weird assembler message, on s390 & mipsel, it seems > that gcc is producing invalid assembly instructions (range error): > > ... > gcc -DHAVE_CONFIG_H -I. -I. -I.. -DINET6 -DPREFIX=\"/usr\" > -DS

Re: Build problems on s390 & hppa (compiler/assembler bugs?)

2002-12-03 Thread Wouter Verhelst
On Tue, Dec 03, 2002 at 06:46:29PM +0100, Xavier Roche wrote: > Hi, > > I am currently in "new maintainer phase", and my package was sponsored by > Christian Marillat, and uploaded to the autobuilder. (I am also the author of > the original package) > > I have two build problems ; one on s390,

Build problems on s390 & hppa (compiler/assembler bugs?)

2002-12-03 Thread Xavier Roche
Hi, I am currently in "new maintainer phase", and my package was sponsored by Christian Marillat, and uploaded to the autobuilder. (I am also the author of the original package) I have two build problems ; one on s390, mips & mipsel architectures, and one on hppa architecture. (see http://buil