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

From-SVN: r154473
This commit is contained in:
Andy Hutchinson 2009-11-23 22:17:21 +00:00
parent 1ba1aa534c
commit dc8926ce36
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -30,7 +30,7 @@ void init_code ()
object V658;
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;
V653 = ((char *) V654->v.v_self)[V648];
V659 = (object) V654 + V653;