[LLVMbugs] [Bug 19070] Invalid promotion from automatic to static storage

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Mar 6 12:53:07 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=19070

Hans Wennborg <hans at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |hans at chromium.org
         Resolution|---                         |WONTFIX

--- Comment #1 from Hans Wennborg <hans at chromium.org> ---
This is because of -fmerge-all-constants, which is on in Clang by default.

If you want strict standards complicance here, use -fno-merge-all-constants.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140306/55dc3a13/attachment.html>


More information about the llvm-bugs mailing list