This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] Cleanup DW_CFA_GNU_args_size handling


On 08/23/2011 03:42 PM, Gerald Pfeifer wrote:
> On Tue, 23 Aug 2011, Richard Henderson wrote:
>> I've been trying for 2 days to replicate this with various
>> configurations and none have failed.
> 
> Thanks for investigating, and sorry that this proves a worthy opponent!
> 
> 
> On my testers, the system compiler used for bootstrap is GCC 4.2.
> Could that make a difference?

I wouldn't think so.

> Also, comparing stage2-libiberty/fnmatch.o  and stage3-libiberty/fnmatch.o
> I noticed that the latter is more than three times the size.
> 
> objdump -d does not show any difference.  objdump -W, however, shows
> lots of additional DWARF debugging information.  I am attaching a diff 
> between the two.
> 
> Does that help?

Not really.  This is an obvious and expected difference, since
stage2 is normally compiled *without* debug information, so that
we can verify that -g0 vs -g2 doesn't alter code generation.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]