https://bugs.llvm.org/show_bug.cgi?id=24481

Davide Italiano <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Davide Italiano <[email protected]> ---
Can't repro

[davide@localhost bin]$ ./clang bug.c -o ./bug && ./bug
[davide@localhost bin]$ ./clang -O3 bug.c -o ./bug && ./bug
[davide@localhost bin]$ ./clang -O2 bug.c -o ./bug && ./bug
[davide@localhost bin]$ ./clang -O1 bug.c -o ./bug && ./bug
[davide@localhost bin]$ ./clang -Os bug.c -o ./bug && ./bug
[davide@localhost bin]$

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to