]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/20020118-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / 20020118-1.c
diff --git a/gcc/testsuite/gcc.dg/20020118-1.c b/gcc/testsuite/gcc.dg/20020118-1.c
deleted file mode 100644 (file)
index f00db68..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/* { dg-do run { target powerpc*-*-* } }*/
-
-/* Test local alignment.  Test new target macro STARTING_FRAME_PHASE.  */
-/* Origin: Aldy Hernandez <aldyh@redhat.com>.  */
-
-int main ()
-{       
-  int darisa[4] __attribute__((aligned(16))) ;
-  int *stephanie = (int *) darisa;
-
-  if ((unsigned long) stephanie % 16 != 0)
-    abort ();
-
-  return 0;
-}