This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: target/2760: Error compiling gcc 2.95.3 with HP-UX C compiler
- To: <frediano dot ziglio at omnitel dot it>
- Subject: Re: target/2760: Error compiling gcc 2.95.3 with HP-UX C compiler
- From: Bernd Schmidt <bernds at redhat dot com>
- Date: Thu, 17 May 2001 13:09:41 +0100 (BST)
- cc: <gcc-gnats at gcc dot gnu dot org>, <gcc-prs at gcc dot gnu dot org>, <gcc-bugs at gcc dot gnu dot org>
On 7 May 2001 frediano.ziglio@omnitel.it wrote:
> in gcc/function.c there are an
> #endif
> line (near end). This do not compile with HP-UX C compiler.
> I removed the two spaces before and it run.
I checked in a fix for that on the 2.95 branch.
Bernd