This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: fix -fcompare-debug regression in asm locators
- From: Richard Henderson <rth at redhat dot com>
- To: Alexandre Oliva <aoliva at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 13 Nov 2009 09:35:46 -0800
- Subject: Re: fix -fcompare-debug regression in asm locators
- References: <orljjbg57g.fsf@livre.localdomain> <or4opycuyh.fsf@livre.localdomain>
* stmt.c (expand_asm_stmt): Get locus from stmt.
This is ok.
Longer term, I don't see any point to retaining a locus for each asm
operand; it would seem like the locus for the INSN containing the asm
should be good enough.
r~