This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: fortran regression [was Re: Results for egcs-971207 on m68k-next-nextstep3]
- To: egcs at cygnus dot com
- Subject: Re: fortran regression [was Re: Results for egcs-971207 on m68k-next-nextstep3]
- From: Jason Merrill <jason at cygnus dot com>
- Date: 12 Dec 1997 15:28:13 -0800
- References: <199712112353.SAA07152@melange.gnu.org><rzqd8j2zb5m.fsf.cygnus.egcs@djlvig.dl.ac.uk>
- Reply-To: egcs at cygnus dot com
>>>>> Dave Love <d.love@dl.ac.uk> writes:
> At least on the x86 linux, only stabs works at all for fortran. gdb
> gets an internal error if you try it with dwarf. (-gdwarf-2 on this
> redhat box produces an assembler error; I suppose I need a different
> binutils.)
I don't think anyone's added specific fortran support to gcc/dwarf2out.c.
The dwarf 2 spec can be found in
ftp://sgigate.sgi.com/pub/dwarf
if anyone's interested in doing that work.
Jason