This is the mail archive of the gcc-bugs@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]

[Bug other/47395] New: the tree code WIDEN_MULT_MINUS_EXPR has a mismatching name


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.


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