This is the mail archive of the gcc-bugs@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]

[Bug c++/52762] Firefox 11 segfault with gcc 4.7 (-O3 -march=corei7-avx)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52762

--- Comment #5 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-03-29 19:12:51 UTC ---
In the future you should add: 
  ac_add_options --disable-install-strip  --disable-strip 
to your .mozconfig file, because otherwise the debug binaries will
be stripped (which results in your broken Comment 2 backtrace).


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