Commit dc8926ce by Andy Hutchinson

* gcc.dg/tree-ssa/pr33920.c: Remove warning check for 16 bit targets.

From-SVN: r154473
parent 1ba1aa53
2009-11-23 Andy Hutchinson <hutchinsonandy@gcc.gnu.org> 2009-11-23 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
* gcc.dg/tree-ssa/pr33920.c: Remove warning check for 16 bit target.
2009-11-23 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
* gcc-dg/Wtype-limits.c: Remove XFAIL for avr target. * gcc-dg/Wtype-limits.c: Remove XFAIL for avr target.
2009-11-23 Andy Hutchinson <hutchinsonandy@gcc.gnu.org> 2009-11-23 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
......
...@@ -30,7 +30,7 @@ void init_code () ...@@ -30,7 +30,7 @@ void init_code ()
object V658; object V658;
T1240: T1240:
if (V648 >= (intptr_t)V651) /* { dg-warning "cast from pointer to integer of different size" "" { target { ! int32plus } } } */ if (V648 >= (intptr_t)V651)
goto T1243; goto T1243;
V653 = ((char *) V654->v.v_self)[V648]; V653 = ((char *) V654->v.v_self)[V648];
V659 = (object) V654 + V653; V659 = (object) V654 + V653;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment