This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/47395] New: the tree code WIDEN_MULT_MINUS_EXPR has a mismatching name
- From: "adam.rak at streamnovation dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 21 Jan 2011 13:09:24 +0000
- Subject: [Bug other/47395] New: the tree code WIDEN_MULT_MINUS_EXPR has a mismatching name
- Auto-submitted: auto-generated
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.