OSDN Git Service

* gcc.dg/tree-ssa/pr33920.c: Remove warning check for 16 bit targets.
authorhutchinsonandy <hutchinsonandy@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Nov 2009 22:17:21 +0000 (22:17 +0000)
committerhutchinsonandy <hutchinsonandy@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Nov 2009 22:17:21 +0000 (22:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154473 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr33920.c

index 12e548d..68bd7ba 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2009-11-23  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
index 0b91dae..e6a9e71 100644 (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;