]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - contrib/reghunt/examples/29478.c
Imported gcc-4.4.3
[msp430-gcc.git] / contrib / reghunt / examples / 29478.c
diff --git a/contrib/reghunt/examples/29478.c b/contrib/reghunt/examples/29478.c
new file mode 100644 (file)
index 0000000..0490f4d
--- /dev/null
@@ -0,0 +1,12 @@
+struct block;
+
+static int
+remove_out_of_scope_renamings (struct block *current_block)
+{
+  return 1;
+}
+int
+ada_lookup_symbol_list (const struct block *block0)
+{
+  return remove_out_of_scope_renamings ((struct block *) block0);
+}