[Bug other/47395] New: the tree code WIDEN_MULT_MINUS_EXPR has a mismatching name
adam.rak at streamnovation dot com
gcc-bugzilla@gcc.gnu.org
Fri Jan 21 13:38:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47395
Summary: the tree code WIDEN_MULT_MINUS_EXPR has a mismatching
name
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: other
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: adam.rak@streamnovation.com
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.
More information about the Gcc-bugs
mailing list