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

            Bug ID: 89756
           Summary: FAIL: gdc.dg/asm4.d   -O0  (internal compiler error)
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: danglin at gcc dot gnu.org
  Target Milestone: ---
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11

spawn /test/gnu/gcc/objdir/gcc/testsuite/gdc/../../gdc
-B/test/gnu/gcc/objdir/gc
c/testsuite/gdc/../../ /test/gnu/gcc/gcc/gcc/testsuite/gdc.dg/asm4.d
-fno-diagno
stics-show-caret -fno-diagnostics-show-line-numbers -fdiagnostics-color=never
-I
/test/gnu/gcc/gcc/gcc/testsuite/../../libphobos/libdruntime
-I/test/gnu/gcc/gcc/
gcc/testsuite/../../libphobos/src
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/l
ibstdc++-v3/include/hppa2.0w-hp-hpux11.11
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpu
x11.11/libstdc++-v3/include -I/test/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I/test/g
nu/gcc/gcc/libstdc++-v3/include/backward
-I/test/gnu/gcc/gcc/libstdc++-v3/testsu
ite/util -O0 -Wall -Wdeprecated -Werror -S -o asm4.s
<no_file>:1: internal compiler error: in register_moduleinfo, at
d/modules.cc:40
2
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.
compiler exited with status 1
output is:
<no_file>:1: internal compiler error: in register_moduleinfo, at
d/modules.cc:40
2
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.

FAIL: gdc.dg/asm4.d   -O0  (internal compiler error)
FAIL: gdc.dg/asm4.d   -O0  (test for excess errors)
Excess errors:
<no_file>:1: internal compiler error: in register_moduleinfo, at
d/modules.cc:402

modules.cc:402 is:
gcc_assert (targetm_common.have_named_sections);

Target doesn't support named sections although special sections can be created.

Reply via email to