[llvm-bugs] [Bug 50814] New: Several tests fail with GCC as LLDB can't properly call constructors from expressions

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jun 23 01:39:19 PDT 2021


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

            Bug ID: 50814
           Summary: Several tests fail with GCC as LLDB can't properly
                    call constructors from expressions
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: teemperor at gmail.com
                CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org

Several tests are failing with errors or incorrect results after trying to call
a ctor:

```
error: expression failed to parse:
error: Couldn't lookup symbols:
  Foo::MyClass::MyClass()
```

TestCppConstructors
TestNamespaceDefinitions
TestDeletingImplicitCopyConstructor
TestCppOperators (this one can be evaluated but doesn't end up calling the
correct ctor as the side effect of calling the ctor can't be observed).

-- 
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/20210623/1080cb7a/attachment.html>


More information about the llvm-bugs mailing list