diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/special/951130-1.c')
-rwxr-xr-x | gcc/testsuite/gcc.c-torture/special/951130-1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.c-torture/special/951130-1.c b/gcc/testsuite/gcc.c-torture/special/951130-1.c deleted file mode 100755 index c06ba07..0000000 --- a/gcc/testsuite/gcc.c-torture/special/951130-1.c +++ /dev/null @@ -1,2 +0,0 @@ -unsigned long long x = -(unsigned long long)(-(long long)(((unsigned long -long)0 - 1) >> 1) - 1); |