Andrew Koenig <[EMAIL PROTECTED]> writes: > I was going to suggest a binary-search approach to finding the > problem, but of course that might not work if the optimization problem > shows up in more than one translation unit. But what should work is > to compile everything with -O0, then recompiling source files one at a > time with -O1 until the failure reappears.
Yeah, another approach is to just run the thing in the debugger and trace the segfault back to where the optimization screwed us. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile
