Bug 47395 - the tree code WIDEN_MULT_MINUS_EXPR has a mismatching name
Summary: the tree code WIDEN_MULT_MINUS_EXPR has a mismatching name
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: other (show other bugs)
Version: 4.6.0
: P3 trivial
Target Milestone: ---
Assignee: Richard Biener
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-21 13:09 UTC by Ádám Rák
Modified: 2011-01-21 14:21 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2011-01-21 14:09:55


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ádám Rák 2011-01-21 13:09:19 UTC
the lowercase name has a "plus" where it should be "minus". At least I think, because it breaks my code quite well. 

DEFTREECODE (WIDEN_MULT_MINUS_EXPR, "widen_mult_plus_expr", tcc_expression, 3)

fortunately it is trivial to correct, and doesn't cause real problems in GCC itself.
Comment 1 Richard Biener 2011-01-21 14:09:55 UTC
Mine.
Comment 2 Richard Biener 2011-01-21 14:14:16 UTC
Author: rguenth
Date: Fri Jan 21 14:14:12 2011
New Revision: 169092

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169092
Log:
2011-01-21  Richard Guenther  <rguenther@suse.de>

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

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree.def
Comment 3 Richard Biener 2011-01-21 14:21:24 UTC
Fixed.