https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106977

Iain Sandoe <iains at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |ice-on-valid-code
     Ever confirmed|0                           |1
             Target|i386-apple-darwin11.4.2     |i?86-apple-darwin*
   Last reconfirmed|                            |2023-02-22

--- Comment #5 from Iain Sandoe <iains at gcc dot gnu.org> ---
with the latest D updates (as of 2023-02-22) this seems to be still present:

* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS
(code=1, address=0x43)
    frame #0: 0x00054e38 d21`Declaration::visible(this=0x00000007) at
declaration.d:562
   559  
   560      override final Visibility visible() pure nothrow @nogc @safe
   561      {
-> 562          return visibility;
   563      }
   564  
   565      override final inout(Declaration) isDeclaration() inout pure
nothrow @nogc @safe
Target 0: (d21) stopped.
(lldb) bt
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS
(code=1, address=0x43)
  * frame #0: 0x00054e38 d21`Declaration::visible(this=0x00000007) at
declaration.d:562
    frame #1: 0x00200841 d21`get_symbol_decl(Declaration*) (.part.0) + 849
    frame #2: 0x00203b27 d21`DeclVisitor::visit(FuncDeclaration*) + 775
    frame #3: 0x001fdf0c d21`DeclVisitor::visit(AttribDeclaration*) + 92
    frame #4: 0x001fed8c d21`build_decl_tree(Dsymbol*) + 92
    frame #5: 0x00212a39 d21`build_module_tree(Module*) + 137
    frame #6: 0x001fcaa7 d21`DeclVisitor::visit(Module*) + 23
    frame #7: 0x001fed8c d21`build_decl_tree(Dsymbol*) + 92
    frame #8: 0x001f9469 d21`d_parse_file() + 3897
    frame #9: 0x01420234 d21`compile_file() + 36
    frame #10: 0x01c5f870 d21`toplev::main(int, char**) + 5696
    frame #11: 0x01c60cc4 d21`main + 36
    frame #12: 0xa7273611 libdyld.dylib`start + 1

Reply via email to