This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: g++.dg/other/static11.C regression
Richard Henderson <rth@twiddle.net> writes:
> On Sun, Oct 19, 2003 at 02:31:53PM -0700, Zack Weinberg wrote:
>> Zack Weinberg <zack@codesourcery.com> writes:
>>
>> > What do you think of having print_reg alter its behavior depending on
>> > whether file == asm_out_file? That lets us restore the abort for the
>> > case where it matters; we could also restore the printout of the
>> > internal register number.
>>
>> I'm bootstrapping this patch, which is based on that concept, now. It
>> leaves the text printed alone; as I said, I kinda like not showing the
>> internal register number for hard regs.
>
> Thanks.
So you're happy with this change? I can see file == asm_out_file
being too much magic.
zw