>* config/i386/i386.c (ix86_expand_prologue): Tighten assert
>for int_registers_saved.
OK with a small comment addition.
Thanks,
Uros.
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index 2967872..ea29ef3 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/
Internal testing within Red Hat tripped an assert in the x86 target.
The assert wants to verify that the integer registers were saved prior
to probing to deal with a special case where the probe turns into a call
(which occurs on Windows IIUC).
In the case of stack-clash we aren't bound by