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

Reid Kleckner <r...@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |r...@google.com
         Resolution|---                         |WONTFIX

--- Comment #1 from Reid Kleckner <r...@google.com> ---
It is our general policy that optimizations should not emit warnings, so even
though the optimizer sees undef, Clang will not emit warnings. That would make
your build success dependent on optimization level, which is widely considered
to be a Bad Thing.

Note that gcc -O0 does not find this bug either.

-- 
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