This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Internal Compiler Error
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: Internal Compiler Error
- From: J Bacher <jb at jbacher dot com>
- Date: Thu, 3 Aug 2000 07:20:57 -0500 (CDT)
- cc: gcc-bugs at gcc dot gnu dot org
> On Aug 1, 2000, Jan Bacher <jb@jbacher.com> wrote:
>
> > Current CC: Dec Alpha, Tru64 5.0
> > GCC Version: 2.95.2
>
> GCC 2.95.* doesn't support Tru64 5.0. However, the failure mode is
> not the one you got. Did you make any changes to the source tree?
> Which compiler did you use for stage1? Did you try `bootstrap-lean'
> in a clean build tree?
Changes: in ../gcc/tm.h I added an include for "alpha/osf.h"
Compiler: stage1, Dec's CC
I tried: make, make bootstrap, make bootstrap-lean
What I need to do is pass the cflag "-arch ev64" to the Dec compiler
during stage1 but not have it passed to the gcc compiler in successive
stages. I have found that passing that flag results in no internal
compiler message except that it fails when the same cflags are passed to
gcc.
Apologies if my bug-complaint is premature.