This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: dwarf2 compiling problem
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: Nemanja Popov <nemanja dot popov at micronasnit dot com>
- Cc: gcc at gnu dot org
- Date: Tue, 2 May 2006 12:15:27 +1000
- Subject: Re: dwarf2 compiling problem
- References: <44511C54.6040807@brenda-arkle.demon.co.uk> <01fc01c66abb$f01b08d0$b200a8c0@niit.micronasnit.com>
> gcc: version 4.02
> target: DLX CPU (port in progress)
>
> Does anyone have an idea what can cause this?
> Is this a bug in gcc or in target cpu files?
It's almost certainly a bug in your target files. The quickest course
of action would be to run cc1 under gdb, feed it with the same source
file (preprocessed first, of course) and see if you can infer the
cause of the crash from the backtrack and variables in that stack
frame.
Ben