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 middle-end/22524] fold (or the front-ends) produces UNARY (BIT_NOT_EXPR) tree with mismatch types



------- Comment #6 from sayle at gcc dot gnu dot org  2006-03-28 05:01 -------
Subject: Bug 22524

Author: sayle
Date: Tue Mar 28 05:01:27 2006
New Revision: 112438

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112438
Log:

        PR middle-end/22524
        * fold-const.c (fold_binary) <MINUS_EXPR>: Call fold_convert to
        cast BIT_NOT_EXPR operand to the correct type.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/fold-const.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22524


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