Commit cc3dea85 by Richard Earnshaw Committed by Richard Earnshaw

recog.c (preproces_constraints): Zero recog_op_alt before processing the constraints.

* recog.c (preproces_constraints): Zero recog_op_alt before
processing the constraints.

From-SVN: r28497
parent f0ce07b8
Wed Aug 4 09:06:14 1999 Richard Earnshaw (rearnsha@arm.com)
* recog.c (preproces_constraints): Zero recog_op_alt before
processing the constraints.
Mon Aug 2 19:18:44 1999 Jason Merrill <jason@yorick.cygnus.com> Mon Aug 2 19:18:44 1999 Jason Merrill <jason@yorick.cygnus.com>
* linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. * linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
......
...@@ -2093,6 +2093,7 @@ preprocess_constraints () ...@@ -2093,6 +2093,7 @@ preprocess_constraints ()
{ {
int i; int i;
bzero (recog_op_alt, sizeof recog_op_alt);
for (i = 0; i < recog_n_operands; i++) for (i = 0; i < recog_n_operands; i++)
{ {
int j; int j;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment