+Sat Apr 18 15:41:16 1998 Jim Wilson <wilson@cygnus.com>
+
+ * regmove.c (fixup_match_1): In three places, in flag_exceptions
+ check, change p to q.
+
Sat Apr 18 15:30:49 1998 Jim Wilson <wilson@cygnus.com>
* gcc.c (lang_specific_driver): Add new parm type to prototype.
it is inside an EH region. There is no easy way to tell,
so we just always break when we see a CALL_INSN if
flag_exceptions is nonzero. */
- if (flag_exceptions && GET_CODE (p) == CALL_INSN)
+ if (flag_exceptions && GET_CODE (q) == CALL_INSN)
{
q = 0;
break;
it is inside an EH region. There is no easy way to tell,
so we just always break when we see a CALL_INSN if
flag_exceptions is nonzero. */
- if (flag_exceptions && GET_CODE (p) == CALL_INSN)
+ if (flag_exceptions && GET_CODE (q) == CALL_INSN)
{
q = 0;
break;
is inside an EH region. There is no easy way to tell so we
just always break when we see a CALL_INSN if flag_exceptions
is nonzero. */
- if (flag_exceptions && GET_CODE (p) == CALL_INSN)
+ if (flag_exceptions && GET_CODE (q) == CALL_INSN)
break;
if (GET_RTX_CLASS (GET_CODE (q)) != 'i')