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