* gcc.c-torture/compile/
20001009-1.c: Move from here ....
* gcc.c-torture/execute/
20001009-2.c: ... to here.
From-SVN: r36818
+Mon Oct 9 23:32:06 MET DST 2000 Jan Hubicka <jh@suse.cz>
+
+ * gcc.c-torture/compile/20001009-1.c: Move from here ....
+ * gcc.c-torture/execute/20001009-2.c: ... to here.
+
2000-10-09 Geoff Keating <geoffk@cygnus.com>
* gcc.c-torture/compile/20001009-1.c: New testcase.
+++ /dev/null
-int b=1;
-main()
-{
- int a;
- int c;
- a=0xff;
- for (;b;b--)
- {
- c=1;
- asm(""::"r"(c));
- c=(char)a;
- }
- if (c!=-1)
- abort();
- return c;
-}
--- /dev/null
+int b=1;
+main()
+{
+ int a;
+ int c;
+ a=0xff;
+ for (;b;b--)
+ {
+ c=1;
+ asm(""::"r"(c));
+ c=(char)a;
+ }
+ if (c!=-1)
+ abort();
+ return c;
+}