This is the mail archive of the gcc@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: Interesting build failure on trunk


Ismail DÃnmez wrote:
On Tuesday 30 January 2007 21:44:15 Eric Botcazou wrote:
make STAGE1_CFLAGS="-O"
BOOT_CFLAGS="-march=i686 -O2 -pipe -fomit-frame-pointer
-U_FORTIFY_SOURCE" profiledbootstrap
Do not set STAGE1_CFLAGS, you may run into bugs of the bootstrap compiler.

And I am still getting floating point exception even with a bare make. Any way to debug this?



Paste the failing gcc invocation from your make output into the shell but add -v so you can see the commands passed to the various compiler components.


Then run the failing component in gdb with a command similar to that reported by gcc -v.

At least that is the way I would do it.

David Daney.


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