]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/noncompile/990416-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / noncompile / 990416-1.c
diff --git a/gcc/testsuite/gcc.dg/noncompile/990416-1.c b/gcc/testsuite/gcc.dg/noncompile/990416-1.c
deleted file mode 100644 (file)
index 6b69ead..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-typedef int word_type;
-   
-static void
-copy_reg (unsigned int reg, frame_state *udata,        /* { dg-error "parse|syntax" } */
-         frame_state *target_udata)
-{  
-  word_type *preg = get_reg_addr (reg, udata, 0);      /* { dg-error "undeclared|function|without a cast" } */
-  word_type *ptreg = get_reg_addr (reg, target_udata, 0); /* { dg-error "undeclared|without a cast" } */
-   
-  memcpy (ptreg, preg, __builtin_dwarf_reg_size (reg));
-}