This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/32015] pointer-plus ICE in extract_range_from_binary_expr, at tree-vrp.c:1755
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 May 2007 01:51:00 -0000
- Subject: [Bug tree-optimization/32015] pointer-plus ICE in extract_range_from_binary_expr, at tree-vrp.c:1755
- References: <bug-32015-10175@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from pinskia at gcc dot gnu dot org 2007-05-22 02:51 -------
Subject: Bug 32015
Author: pinskia
Date: Tue May 22 01:50:42 2007
New Revision: 124935
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124935
Log:
2007-05-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR tree-opt/32015
* tree.c (build2_stat): Make sure that
MULT_EXPR is not used with pointers.
* tree-chrec.c (chrec_apply): Use chrec_convert_rhs
on the argument x instead of chrec_convert.
2007-05-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR tree-opt/32015
* gcc.c-torture/compile/20070520-1.c: New test.
Added:
branches/pointer_plus/gcc/testsuite/gcc.c-torture/compile/20070520-1.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.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32015