------- Comment #3 from pinskia at gcc dot gnu dot org 2007-08-28 23:57 ------- The seg fault was fixed by: 2007-08-28 Jakub Jelinek <[EMAIL PROTECTED]>
PR middle-end/32370 * passes.c (init_optimization_passes): Move pass_df_finish after pass_postreload sublist. Also I don't think there is enough registers to do anything with this inline-asm. I count 10 "r" constraints (or "+r"). Plus 7 clobbers. That does not leave any registers for GCC to fill the 10 constraints. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33138