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

            Bug ID: 94623
           Summary: ice for ./gdc.test/compilable/interpret3.d
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

For the D source code file in the title line, I get

$ /home/dcb/gcc/results/bin/gdc -c ./gdc.test/compilable/interpret3.d 2>&1 |
more
d21: internal compiler error: in chainExceptions, at d/dmd/dinterpret.c:1661
0x8ac29f Interpreter::chainExceptions(ThrownExceptionExp*, ThrownExceptionExp*)
        ../../trunk.git/gcc/d/dmd/dinterpret.c:1661
0x8ac29f Interpreter::visit(TryFinallyStatement*)
        ../../trunk.git/gcc/d/dmd/dinterpret.c:1725
0x8a2f4d interpret
        ../../trunk.git/gcc/d/dmd/dinterpret.c:6205
0x8a2f4d Interpreter::visit(ScopeStatement*)
        ../../trunk.git/gcc/d/dmd/dinterpret.c:1136

on recent gcc trunk.

Reply via email to