http://bugzilla.gdcproject.org/show_bug.cgi?id=251
Bug ID: 251 Summary: ICE: in dwarf2out_imported_module_or_decl_1, at dwarf2out.c:23802 Product: GDC Version: 6.x Hardware: x86_64 OS: Linux Status: NEW Severity: major Priority: Normal Component: gdc Assignee: ibuc...@gdcproject.org Reporter: matth...@tenstral.net Hi! When compiling AppStream-Generator on Travis with GDC, the compilation terminates with: ``` FAILED: asgen_test@exe/src_asgen_result.d.o gdc '-Iasgen_test@exe' '-fdiagnostics-color=always' '-I.' '-I..' '-I../src/' '-I../src/girepo/' '-I/usr/include/d/mustache-d' '-Wall' '-Wdeprecated' '-Wl,--push-state,-no-as-needed -lcurl -Wl,--pop-state' '-no-pie' '-funittest' '-g' '-O0' '-I/usr/include/glib-2.0' '-I/usr/lib/x86_64-linux-gnu/glib-2.0/include' '-pthread' '-I/usr/include/AppStream' '-I/usr/include/cairo' '-I/usr/include/pixman-1' '-I/usr/include/freetype2' '-I/usr/include/libpng16' '-pthread' '-I/usr/include/gdk-pixbuf-2.0' '-pthread' '-I/usr/include/librsvg-2.0' '-I/usr/include/pango-1.0' -o 'asgen_test@exe/src_asgen_result.d.o' -c ../src/asgen/result.d ../src/asgen/result.d:31:8: internal compiler error: in dwarf2out_imported_module_or_decl_1, at dwarf2out.c:23802 import asgen.backends.interfaces; ^ ``` Unfortunately I don't have time to produce a minimized testcase (too much work prior to the Debian freeze), but at least I can give you the commit which started this and the build output :-) (That's what a CI is for) Commit that started this: https://github.com/ximion/appstream-generator/commit/a28b844e0a446e29859a6f970d4c01dedb55efbf CI Log: https://travis-ci.org/ximion/appstream-generator/jobs/193238117 Thanks! --- Matthias -- You are receiving this mail because: You are watching all bug changes.