[Bug bootstrap/5915] [HP-UX] gcc-3.0.4/64
h dot m dot brand at hccnet dot nl
gcc-bugzilla@gcc.gnu.org
Wed Aug 27 05:42:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5915
------- Additional Comments From h dot m dot brand at hccnet dot nl 2003-08-27 05:41 -------
Subject: Re: [HP-UX] gcc-3.0.4/64
On Wed 27 Aug 2003 04:45, "pinskia at physics dot uc dot edu" <gcc-bugzilla@gcc.gnu.org> wrote:
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
OK.
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5915
>
> ------- Additional Comments From pinskia at physics dot uc dot edu 2003-08-27 02:45 -------
> Subject: [HP-UX] gcc-3.0.4/64
>
> On Tuesday, Aug 26, 2003, at 13:45 US/Eastern, H.Merijn Brand wrote:
> > But there are several other problems nowadays. What's the best way to
> > address these?
> File new one bugs but ...
>
> > 1. 3.4-20030820 does not build on HP-UX 11.11 (grengtype needs
> > missing parse_line)
>
> John David Anglin just bootstrapped and tested on hppa2.0w-hp-hpux11.11:
> <http://gcc.gnu.org/ml/gcc-testresults/2003-08/msg01427.html>.
> Also parse_line does not exist at all in the sources did you mean
> parse_file,
> it is defined in gengtype-lex.l/ gengtype-lex.c?
> Also grengtype, I assume is gengtype.
Yes. That was of top of my head. I've mailed this to John:
gcc -B/usr/local/pa20_32/bin -mpa-risc-2-0 -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengtype \
gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (gengtype.o) was detected. The linked output may not run on a PA 1.x system.
/usr/ccs/bin/ld: Unsatisfied symbols:
parse_file (code)
lexer_line (data)
yylex (code)
lexer_toplevel_done (data)
yyerror (code)
collect2: ld returned 1 exit status
> > 2. long doubles cause the gcc compiler to crash on AIX-4.3
> > Easy to reproduce:
> >
> > # mkdir perl-current
> > # cd perl-current
> > # rsync -avz --delete
> > rsync://ftp.linux.activestate.com/perl-current/ .
> > # ./Configure -Duselongdouble -des
> > ... gcc will crash pretty soon
>
> File this one separately but I have never seen this before.
Before I get back on this, I'm following Dara's link to try and rebuild gcc
from scratch *without* GNU as and GNU ld, which it was using. I'll be back on
this.
More information about the Gcc-bugs
mailing list