[LLVMbugs] [Bug 23216] New: Regression: "llvm.frameescape used outside of entry block" with -Os for some __try blocks

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Apr 13 12:26:11 PDT 2015


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

            Bug ID: 23216
           Summary: Regression: "llvm.frameescape used outside of entry
                    block" with -Os for some __try blocks
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 14198
  --> https://llvm.org/bugs/attachment.cgi?id=14198&action=edit
repro

clang "-cc1" "-triple" "x86_64-pc-windows-msvc" "-emit-obj" "-Os" "-w"
"-std=c++11" "-fms-extensions" "-fms-compatibility"
"-fms-compatibility-version=18.0" "-fdelayed-template-parsing" "-x" "c++"
"repro.ii.ok"

Half-reduced test case attached.

-- 
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/20150413/e3de690f/attachment.html>


More information about the llvm-bugs mailing list