r125213 - in /branches/pointer_plus/gcc: Change...
pinskia@gcc.gnu.org
pinskia@gcc.gnu.org
Thu May 31 02:19:00 GMT 2007
Author: pinskia
Date: Thu May 31 02:19:03 2007
New Revision: 125213
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125213
Log:
2007-05-30 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR tree-op/32145
* tree-vrp.c (extract_range_from_assert): Create
POINTER_PLUS_EXPR for pointer types.
PR tree-opt/32144
* tree-chrec.c (chrec_fold_plus_poly_poly): If the
first chrec is a pointer type, then the second should
be sizetype and not the first's type.
2007-05-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR tree-opt/32144
* gcc.c-torture/compile/20070529-1.c: New test.
PR tree-opt/32145
* gcc.c-torture/compile/20070529-2.c: New test.
Added:
branches/pointer_plus/gcc/testsuite/gcc.c-torture/compile/20070529-1.c
branches/pointer_plus/gcc/testsuite/gcc.c-torture/compile/20070529-2.c
Modified:
branches/pointer_plus/gcc/ChangeLog.ptr
branches/pointer_plus/gcc/testsuite/ChangeLog.ptr
branches/pointer_plus/gcc/tree-chrec.c
branches/pointer_plus/gcc/tree-vrp.c
More information about the Gcc-cvs
mailing list