This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Third prerelease of gcc-2.95.3 available
- To: John Wehle <john at feith dot com>
- Subject: Re: Third prerelease of gcc-2.95.3 available
- From: Bernd Schmidt <bernds at cambridge dot redhat dot com>
- Date: Mon, 5 Feb 2001 13:08:21 +0000 (GMT)
- Cc: <gcc at gcc dot gnu dot org>, <dje at watson dot ibm dot com>
On Tue, 30 Jan 2001, John Wehle wrote:
> > Are they all failures in build_insn_chain?
> > I think I know how to fix 990801-1.c, but I'm also considering reverting
> > the change. The only target that seemed to be affected by the bug it
> > fixed was hpux with native gas, and neiter 2.95.2 nor 2.95.3 bootstraps
> > on it anyway - we might as well declare it unsupported.
>
> Ummm:
>
> almond$ uname -a
> HP-UX almond B.10.20 E 9000/817 1799083141 8-user license
>
> almond$ gcc --version
> 2.95.2
>
> almond$ cat config.status
> #!/bin/sh
> # This file was generated automatically by configure. Do not edit.
> # This directory was configured as follows:
> ./configure --with-gcc-version-trigger=/usr/local/src/GNU/gcc/gcc/version.c --host=hppa1.1-hp-hpux10.20 --with-gnu-as --norecursion
> # using "mh-frag"
>
> I'm confused by the statement that 2.95.2 doesn't bootstrap on hpux with gas.
Sorry. I meant to say "as".
Bernd