diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/or386.c')
-rwxr-xr-x | gcc/testsuite/gcc.c-torture/unsorted/or386.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/or386.c b/gcc/testsuite/gcc.c-torture/unsorted/or386.c deleted file mode 100755 index ad49f35..0000000 --- a/gcc/testsuite/gcc.c-torture/unsorted/or386.c +++ /dev/null @@ -1,13 +0,0 @@ -typedef int xtype; - -xtype -foo (a) - xtype a; -{ - return a | 0x7f; -} - -main () -{ - printf ("%08x\n", foo (-1)); -} |