Initialize the X_md field.

2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>

	* expr.c (expr): Initialize the X_md field.
This commit is contained in:
H.J. Lu 2010-04-21 17:10:44 +00:00
parent 85fdf9067f
commit 34a7d6c6d3
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
* expr.c (expr): Initialize the X_md field.
2010-04-20 Joseph Myers <joseph@codesourcery.com>
* config/tc-tic6x.c (OPTION_MGENERATE_REL): New.

View File

@ -1740,6 +1740,7 @@ expr (int rankarg, /* Larger # is higher rank. */
input_line_pointer += op_chars; /* -> after operator. */
right.X_md = 0;
rightseg = expr (op_rank[(int) op_left], &right, mode);
if (right.X_op == O_absent)
{