diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/BUG16.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/unsorted/BUG16.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/BUG16.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/BUG16.c new file mode 100755 index 0000000..daeae2c --- /dev/null +++ b/gcc_arm/testsuite/gcc.c-torture/unsorted/BUG16.c @@ -0,0 +1,6 @@ +setgetlen (a) + int *a; +{ + while (*a++ & 0x80000000) + ; +} |