[Bug target/33138] [4.3 Regression] rejects valid? assembler, segfaults
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Aug 28 23:57:00 GMT 2007
------- 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 <jakub@redhat.com>
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
More information about the Gcc-bugs
mailing list