The new gdc.dg/pr89041.d FAILs for the non-default multilib (e.g. on i386-pc-solaris2.11 and x86_64-pc-linux-gnu):
+FAIL: gdc.dg/pr89041.d -O0 (test for excess errors) +UNRESOLVED: gdc.dg/pr89041.d -O0 compilation failed to produce executable Excess errors: Undefined first referenced symbol in file main /usr/lib/amd64/crt1.o ld: fatal: symbol referencing errors As was the case with gdc.dg/pr89042?.d https://gcc.gnu.org/ml/gcc-patches/2019-01/msg01656.html it needs to be marked as compile test. Done as follows, tested on x86_64-pc-linux-gnu, installed on mainline. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University 2019-03-10 Rainer Orth <r...@cebitec.uni-bielefeld.de> * gdc.dg/pr89041.d: Mark as compile test.
# HG changeset patch # Parent 5f3c8a1cef5d6d21a44703bfbfb7b63013d80579 Mark gdc.dg/pr89041.d as compile test diff --git a/gcc/testsuite/gdc.dg/pr89041.d b/gcc/testsuite/gdc.dg/pr89041.d --- a/gcc/testsuite/gdc.dg/pr89041.d +++ b/gcc/testsuite/gdc.dg/pr89041.d @@ -1,4 +1,5 @@ // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89041 +// { dg-do compile } module pr89041; enum dg = delegate {};