This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: native gdb.sum gdb.base/interrupt.exp
- To: Richard Henderson <rth at redhat dot com>, jh at suse dot cz, gcc-bugs at gcc dot gnu dot org
- Subject: Re: native gdb.sum gdb.base/interrupt.exp
- From: Jan Hubicka <jh at suse dot cz>
- Date: Fri, 3 Aug 2001 19:56:55 +0200
- References: <20010803094648.A7461@redhat.com>
> What if we attack the unaligned stack problem in main
> by making main appear use alloca to align the frame?
This sounds like good idea, modulo the pesimization of
code in main. I am not sure how important it is except
for trivial benchmarks.
BTW I believee that the current aligna code keeps stack missaligned and alignes
the returned poitner. I will check.
>
> You'd not get an aligned frame for main itself, but
> you would for everything called by it. That seems a
> lot less likely to confuse gdb...
Yup...
I am going to track the confusion soon, once I hit the
missoptimizations reported, that are more serious
and I am receiving bugreports (especially because of
profiling) few times a day.
Hope it is tracked down by the 5 patches waiting in
queue now.
Honza
>
>
>
> r~