www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 23539] New: [REG master] Scope C++ definition out of sync

https://issues.dlang.org/show_bug.cgi?id=23539

          Issue ID: 23539
           Summary: [REG master] Scope C++ definition out of sync with D
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: regression
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: ibuclaw gdcproject.org

flags = 0, userAttribDecl = 0x84.

---
(gdb) p *sc
$4 = {enclosing = 0x7ffff58d3b80, _module = 0x7ffff6d77000, scopesym = 0x0,
func = 0x7ffff6d7b660, parent = 0x0, slabel = 0x7ffff6d7b660, sw = 0x0, tryBody
= 0x0, tf = 0x0, os = 0x0, sbreak = 0x0,
  scontinue = 0x0, fes = 0x0, callsc = 0x0, inunion = 0x0, nofree = false,
inLoop = false, intypeof = 0, lastVar = 0x0, minst = 0x0, tinst =
0x7ffff6d77000, callSuper = 0 '\000', fieldinit = 0x0,
  fieldinit_dim = 0, aligndecl = 0x0, namespace_ = 0x0, linkage =
LINK::default_, cppmangle = CPPMANGLE::def, inlining = 0x1, visibility = {kind
= Visibility::undefined, pkg = 0x5},
  explicitVisibility = 0, stc = 0, depdecl = 0x0, flags = 0, userAttribDecl =
0x84, lastdc = 0x0, anchorCounts = 0x0, prevAnchor = 0x0, aliasAsg = 0x0}

--
Dec 04 2022