https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94623
ibuclaw at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ibuclaw at gcc dot gnu.org --- Comment #17 from ibuclaw at gcc dot gnu.org --- (In reply to David Binderman from comment #16) > > I am struggling to understand what this output means: > > binary > /home/dcb/gcc/results.20200420.d5/libexec/gcc/x86_64-pc-linux-gnu/10.0.1/d21 > version v2.076.1 > predefs GNU D_Version2 LittleEndian GNU_DWARF2_Exceptions > GNU_StackGrowsDown GNU_InlineAsm D_LP64 assert D_ModuleInfo D_Exceptions > D_TypeInfo all X86_64 D_HardFloat Posix linux CRuntime_Glibc CppRuntime_Gcc > parse interpret3 > importall interpret3 > import object (/usr/include/d/object.d) > import core.internal.hash (/usr/include/d/core/internal/hash.d) > import core.internal.traits (/usr/include/d/core/internal/traits.d) > import core.internal.convert (/usr/include/d/core/internal/convert.d) > semantic interpret3 > import core.stdc.string (/usr/include/d/core/stdc/string.d) It's picking up the modules from a system location. These most certainly don't belong to the gdc compiler. Which bad package maintainer is installing compiler-specific modules in a common location? LDC?