This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Internal Compiler Error



> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]