diff options
Diffstat (limited to 'test/torture-s/pr59413.c.s')
-rw-r--r-- | test/torture-s/pr59413.c.s | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/test/torture-s/pr59413.c.s b/test/torture-s/pr59413.c.s new file mode 100644 index 000000000..14f316917 --- /dev/null +++ b/test/torture-s/pr59413.c.s @@ -0,0 +1,33 @@ + .text + .file "/b/build/slave/linux/build/src/buildbot/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59413.c" + .globl main + .type main,@function +main: # @main + .result i32 + .local i32 +# BB#0: # %if.end + i32.const $0=, 0 + i32.const $push0=, 7 + i32.store $discard=, a($0), $pop0 + return $0 +func_end0: + .size main, func_end0-main + + .type a,@object # @a + .bss + .globl a + .align 2 +a: + .int32 0 # 0x0 + .size a, 4 + + .type b,@object # @b + .globl b + .align 2 +b: + .int32 0 # 0x0 + .size b, 4 + + + .ident "clang version 3.8.0 " + .section ".note.GNU-stack","",@progbits |