mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 20:17:25 +08:00
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
This commit is contained in:
parent
f0ce07b87a
commit
cc3dea85a8
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
|
||||
|
@ -2093,6 +2093,7 @@ preprocess_constraints ()
|
||||
{
|
||||
int i;
|
||||
|
||||
bzero (recog_op_alt, sizeof recog_op_alt);
|
||||
for (i = 0; i < recog_n_operands; i++)
|
||||
{
|
||||
int j;
|
||||
|
Loading…
Reference in New Issue
Block a user