This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: BUG: g++ 3.x.x -fomit-frame-pointer: exception handling doesn't work
On Tue, Aug 10, 2004 at 05:20:28PM -0700, James E Wilson wrote:
> On Tue, 2004-08-10 at 15:14, Denis Zaitsev wrote:
> > Can you send to me the output of objdump -d of your binary?
Ok, thanks. But look:
> 08048650 <main>:
> 8048650: 55 push %ebp
> 8048651: 89 e5 mov %esp,%ebp
> ...
> 8048669: 5d pop %ebp
> 804866a: c3 ret
Either this was compiled without frame pointers?
BTW: Wich arch the asm is optimized for?