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

--- Comment #3 from Steve Kargl <sgk at troutmask dot apl.washington.edu> ---
On Mon, Jul 09, 2018 at 07:33:48PM +0000, sgk at troutmask dot
apl.washington.edu wrote:
> 
> gmake[4]: *** [Makefile:306: check-DEJAGNU] Error 1
> gmake[4]: Leaving directory
> '/safe/sgk/gcc/obj/x86_64-unknown-freebsd12.0/libgomp/testsuite'
> gmake[3]: *** [Makefile:350: check-am] Error 2
> gmake[3]: Leaving directory
> '/safe/sgk/gcc/obj/x86_64-unknown-freebsd12.0/libgomp
> 

If I comment out lines 306-316 in 
./x86_64-unknown-freebsd12.0/libgomp/testsuite/Makefile

check-DEJAGNU: site.exp
#       srcdir='$(srcdir)'; export srcdir; \
#       EXPECT=$(EXPECT); export EXPECT; \
#       runtest=$(RUNTEST); \
#       if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
#         exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
#           if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS)
$(RUNTESTFLAGS); \
#           then :; else exit_status=1; fi; \
#         done; \
#       else echo "WARNING: could not find \`runtest'" 1>&2; :;\
#       fi; \
#       exit $$exit_status

gmake -j6 check-fortran completes with

                === gfortran Summary ===

# of expected passes            8017
# of expected failures          3
# of unsupported tests          24
/safe/sgk/gcc/obj/gcc/gfortran  version 9.0.0 20180709 (experimental) (GCC) 

gmake[2]: Leaving directory '/safe/sgk/gcc/obj/gcc'
gmake[1]: Leaving directory '/safe/sgk/gcc/obj/gcc'

as I expect.  This check is bogus.

Reply via email to