Subject: Re: toolchain/33820: internal compiler error in pch_init
To: None <toolchain-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Johan =?iso-8859-1?Q?Wall=E9n?= <johan.wallen@tkk.fi>
List: netbsd-bugs
Date: 06/28/2006 07:40:01
The following reply was made to PR toolchain/33820; it has been noted by GNATS.
From: johan.wallen@tkk.fi (Johan =?iso-8859-1?Q?Wall=E9n?=)
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: toolchain/33820: internal compiler error in pch_init
Date: Wed, 28 Jun 2006 10:39:06 +0300
There is a simpler way to reproduce the error (with the same gcc
version): simply try to precompile any header. For
example, compiling the following header (without any options) fails
with the same internal compiler error (on 3.99.21/macppc):
extern int foo[8];