public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug d/97644] New: FAIL: gdc.dg/gdc204.d due to ICE in finish_thunk
@ 2020-10-30 18:55 msebor at gcc dot gnu.org
  2020-10-30 18:56 ` [Bug d/97644] " msebor at gcc dot gnu.org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: msebor at gcc dot gnu.org @ 2020-10-30 18:55 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 97644
           Summary: FAIL: gdc.dg/gdc204.d due to ICE in finish_thunk
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: msebor at gcc dot gnu.org
  Target Milestone: ---

While testing my patch for an unrelated bug I see the gdc.dg/gdc204.d test fail
with the following ICE:

Executing on host: /ssd/test/build/gcc-97556/gcc/testsuite/gdc/../../gdc
-B/ssd/test/build/gcc-97556/gcc/testsuite/gdc/../../
/ssd/test/src/gcc/97556/gcc/testsuite/gdc.dg/gdc204.d  
-fdiagnostics-plain-output 
-I/ssd/test/build/gcc-97556/x86_64-pc-linux-gnu/./libphobos/libdruntime
-I/ssd/test/src/gcc/97556/gcc/testsuite/../../libphobos/libdruntime
-I/ssd/test/src/gcc/97556/gcc/testsuite/../../libphobos/src     -S -o gdc204.s 
  (timeout = 300)
spawn -ignore SIGHUP /ssd/test/build/gcc-97556/gcc/testsuite/gdc/../../gdc
-B/ssd/test/build/gcc-97556/gcc/testsuite/gdc/../../
/ssd/test/src/gcc/97556/gcc/testsuite/gdc.dg/gdc204.d
-fdiagnostics-plain-output
-I/ssd/test/build/gcc-97556/x86_64-pc-linux-gnu/./libphobos/libdruntime
-I/ssd/test/src/gcc/97556/gcc/testsuite/../../libphobos/libdruntime
-I/ssd/test/src/gcc/97556/gcc/testsuite/../../libphobos/src -S -o gdc204.s
/ssd/test/src/gcc/97556/gcc/testsuite/gdc.dg/gdc204.d:9:1: internal compiler
error: Segmentation fault
0xe979da crash_signal
        /ssd/test/src/gcc/97556/gcc/toplev.c:330
0x66e57a expand_thunk(cgraph_node*, bool, bool)
        /ssd/test/src/gcc/97556/gcc/symtab-thunks.cc:334
0x9965c8 finish_thunk
        /ssd/test/src/gcc/97556/gcc/d/decl.cc:1708
0x9965c8 make_thunk(FuncDeclaration*, int)
        /ssd/test/src/gcc/97556/gcc/d/decl.cc:1820
0x9b5026 TypeInfoVisitor::layout_base_vtable(ClassDeclaration*,
ClassDeclaration*, unsigned long)
        /ssd/test/src/gcc/97556/gcc/d/typeinfo.cc:509
0x9b5690 TypeInfoVisitor::visit(TypeInfoClassDeclaration*)
        /ssd/test/src/gcc/97556/gcc/d/typeinfo.cc:972
0x9ae5ef TypeInfoClassDeclaration::accept(Visitor*)
        /ssd/test/src/gcc/97556/gcc/d/dmd/declaration.h:343
0x9ae5ef layout_classinfo(ClassDeclaration*)
        /ssd/test/src/gcc/97556/gcc/d/typeinfo.cc:1172
0x998a1b DeclVisitor::visit(ClassDeclaration*)
        /ssd/test/src/gcc/97556/gcc/d/decl.cc:513
0x99397f DeclVisitor::build_dsymbol(Dsymbol*)
        /ssd/test/src/gcc/97556/gcc/d/decl.cc:145
0x99397f build_decl_tree(Dsymbol*)
        /ssd/test/src/gcc/97556/gcc/d/decl.cc:1015
0x9a5f50 build_module_tree(Module*)
        /ssd/test/src/gcc/97556/gcc/d/modules.cc:729
0x996ecb DeclVisitor::visit(Module*)
        /ssd/test/src/gcc/97556/gcc/d/decl.cc:162
0x99397f DeclVisitor::build_dsymbol(Dsymbol*)
        /ssd/test/src/gcc/97556/gcc/d/decl.cc:145
0x99397f build_decl_tree(Dsymbol*)
        /ssd/test/src/gcc/97556/gcc/d/decl.cc:1015
0x990952 d_parse_file
        /ssd/test/src/gcc/97556/gcc/d/d-lang.cc:1236
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.
compiler exited with status 1
FAIL: gdc.dg/gdc204.d   (internal compiler error)
FAIL: gdc.dg/gdc204.d   (test for excess errors)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-11-13 14:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-30 18:55 [Bug d/97644] New: FAIL: gdc.dg/gdc204.d due to ICE in finish_thunk msebor at gcc dot gnu.org
2020-10-30 18:56 ` [Bug d/97644] " msebor at gcc dot gnu.org
2020-10-30 19:01 ` msebor at gcc dot gnu.org
2020-10-30 20:13 ` ibuclaw at gdcproject dot org
2020-10-30 20:21 ` ibuclaw at gdcproject dot org
2020-10-30 20:40 ` ibuclaw at gdcproject dot org
2020-11-01  5:39 ` ibuclaw at gdcproject dot org
2020-11-02  9:50 ` ibuclaw at gdcproject dot org
2020-11-02 11:24 ` hubicka at ucw dot cz
2020-11-02 12:18 ` ibuclaw at gdcproject dot org
2020-11-02 12:36 ` hubicka at ucw dot cz
2020-11-07 13:53 ` ibuclaw at gdcproject dot org
2020-11-13 14:05 ` cvs-commit at gcc dot gnu.org
2020-11-13 14:07 ` ibuclaw at gdcproject dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).