This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix PR47395


Committed as obvious.

Richard.

2011-01-21  Richard Guenther  <rguenther@suse.de>

	PR middle-end/47395
	* tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name.

Index: gcc/tree.def
===================================================================
*** gcc/tree.def	(revision 169088)
--- gcc/tree.def	(working copy)
*************** DEFTREECODE (WIDEN_MULT_EXPR, "widen_mul
*** 1090,1096 ****
  DEFTREECODE (WIDEN_MULT_PLUS_EXPR, "widen_mult_plus_expr", tcc_expression, 3)
  /* This is like the above, except in the final expression the multiply result
     is subtracted from t3.  */
! DEFTREECODE (WIDEN_MULT_MINUS_EXPR, "widen_mult_plus_expr", tcc_expression, 3)
  
  /* Fused multiply-add.
     All operands and the result are of the same type.  No intermediate
--- 1090,1096 ----
  DEFTREECODE (WIDEN_MULT_PLUS_EXPR, "widen_mult_plus_expr", tcc_expression, 3)
  /* This is like the above, except in the final expression the multiply result
     is subtracted from t3.  */
! DEFTREECODE (WIDEN_MULT_MINUS_EXPR, "widen_mult_minus_expr", tcc_expression, 3)
  
  /* Fused multiply-add.
     All operands and the result are of the same type.  No intermediate


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]