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

            Bug ID: 48582
           Summary: Clang crashes compiling the MSVC standard library
           Product: clang
           Version: 11.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++2a
          Assignee: unassignedclangb...@nondot.org
          Reporter: mschellenbergerco...@googlemail.com
                CC: blitzrak...@gmail.com, erik.pilking...@gmail.com,
                    llvm-bugs@lists.llvm.org, richard-l...@metafoo.co.uk

Created attachment 24314
  --> https://bugs.llvm.org/attachment.cgi?id=24314&action=edit
Proprocessed source

Currently we are trying to implement constexpr string / vector for MSVC
standard library.

One of the more difficult bugs we encountered is a hard clang-cl crash.

The interesting part is that the crash starts occuring after introducing some
special MSVC optimization that is `#ifdef`ed out for clang.

Unfortunately I was not able to get the the preprocessed files via -save-temps.
Is there some special command?

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

Reply via email to