This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
assembler debug_line support (was Re: [v3] -pedantic-errors vs.extern template)
- From: Jason Merrill <jason at redhat dot com>
- To: Gabriel Dos Reis <gdr at codesourcery dot com>
- Cc: David Edelsohn <dje at watson dot ibm dot com>, bkoz at redhat dot com,gcc at gcc dot gnu dot org
- Date: Mon, 18 Feb 2002 12:58:15 +0000
- Subject: assembler debug_line support (was Re: [v3] -pedantic-errors vs.extern template)
- References: <200202180151.UAA26664@makai.watson.ibm.com><fllmdr8jnr.fsf@jambon.cmla.ens-cachan.fr><wvlg03z84dl.fsf@prospero.cambridge.redhat.com><flsn7z6md7.fsf@jambon.cmla.ens-cachan.fr>
>>>>> "Gabriel" == Gabriel Dos Reis <gdr@codesourcery.com> writes:
> Jason Merrill <jason@redhat.com> writes:
> | What does the bad assembly look like?
> .file 1 "/home/gdr/work/egcs/gcc/libgcc2.c"
Looks like your assembler doesn't support the dwarf2 directives. configure
checks for this with 'assembler dwarf2 debug_line support'; can you
investigate why that test succeeds?
(redirected to gcc, since this is no longer related to a patch)
Jason