This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: assembler debug_line support (was Re: [v3] -pedantic-errors vs. extern template)
- From: Gabriel Dos Reis <gdr at codesourcery dot com>
- To: Jason Merrill <jason at redhat dot com>
- Cc: Gabriel Dos Reis <gdr at codesourcery dot com>, David Edelsohn <dje at watson dot ibm dot com>, bkoz at redhat dot com, gcc at gcc dot gnu dot org
- Date: 18 Feb 2002 15:59:28 +0100
- Subject: Re: assembler debug_line support (was Re: [v3] -pedantic-errors vs. extern template)
- Organization: CodeSourcery, LLC
- 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> <wvl4rkf7xqw.fsf_-_@prospero.cambridge.redhat.com> <flg03y7u1v.fsf@jambon.cmla.ens-cachan.fr> <wvlvgcu7sng.fsf@prospero.cambridge.redhat.com>
Jason Merrill <jason@redhat.com> writes:
| >>>>> "Gabriel" == Gabriel Dos Reis <gdr@codesourcery.com> writes:
|
| > a) Shouldn't xgcc use the assembler found by configure?
|
| Probably.
|
| > b) Why are xgcc and configure finding different assembler to use?
|
| Because xgcc checks your path earlier than configure, which only checks it
| if it can't find it in one of the standard paths.
Thanks for your detailled explanation.
-- Gaby