+2001-01-25 Bernd Schmidt <bernds@redhat.co.uk>
+
+ * varasm.c (force_const_mem): When putting a LABEL_REF into the
+ constant pool, also put it on forced_labels list so that it won't
+ be deleted.
+
2001-01-12 Bernd Schmidt <bernds@redhat.co.uk>
* version.c: Bump.
pop_obstacks ();
}
+ if (GET_CODE (x) == LABEL_REF)
+ {
+ extern rtx forced_labels;
+
+ push_obstacks_nochange ();
+ rtl_in_saveable_obstack ();
+
+ forced_labels = gen_rtx_EXPR_LIST (VOIDmode,
+ XEXP (x, 0),
+ forced_labels);
+ pop_obstacks ();
+ }
/* Allocate a pool constant descriptor, fill it in, and chain it in. */