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

Davide Italiano <dav...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #3 from Davide Italiano <dav...@freebsd.org> ---
The examples don't crash anymore (at any optimization level)

[davide@localhost bin]$ ./clang -O3 small.c
[davide@localhost bin]$ ./clang -O2 small.c
[davide@localhost bin]$ ./clang -O1 small.c
[davide@localhost bin]$ ./clang -O0 small.c
[davide@localhost bin]$ ./clang -Os small.c

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

Reply via email to