r113266 - in /branches/gcc-4_0-branch/gcc: Chan...
sayle@gcc.gnu.org
sayle@gcc.gnu.org
Wed Apr 26 03:20:00 GMT 2006
Author: sayle
Date: Wed Apr 26 03:20:56 2006
New Revision: 113266
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113266
Log:
PR target/26961
* fold-const.c (fold): When converting "A ? B : C" into either
"A op B" or "A op C", we may need to convert A to the type of B and C.
* gcc.dg/fold-cond-1.c: New test case.
* gcc.dg/pr26961-1.c: Likewise.
Added:
branches/gcc-4_0-branch/gcc/testsuite/gcc.dg/fold-cond-1.c
branches/gcc-4_0-branch/gcc/testsuite/gcc.dg/pr26961-1.c
Modified:
branches/gcc-4_0-branch/gcc/ChangeLog
branches/gcc-4_0-branch/gcc/fold-const.c
branches/gcc-4_0-branch/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list