Go to file
Thomas Schwinge 9ac60f77d2 [LIBPHOBOS] Fix multi-lib RUNTESTFLAGS handling
Testing libphobos fails for multi-lib configs:

$ make check-target-libphobos RUNTESTFLAGS="--target_board=unix\{-m32,\}"

fails for every 32bit execution, because the host libgcc_s.so is used which
is not the correct version:

spawn [open ...]
./test_aa.exe: /lib/i386-linux-gnu/libgcc_s.so.1: version `GCC_7.0.0' not found (required by ./test_aa.exe)
FAIL: libphobos.aa/test_aa.d execution test

This can be fixed by adding a few lines from libstdc++/testsuite/lib/libstdc++.exp
to libphobos/testsuite/lib/libphobos.exp

Backport trunk r275332:

	libphobos/
	2019-09-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>

	* testsuite/lib/libphobos.exp (libphobos_init): Add multi-lib libgcc
	dirs to the ld_library_path var.

From-SVN: r277611
2019-10-30 12:51:15 +01:00
INSTALL
config Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
contrib test_summary: Do not escape "=". 2019-08-16 14:03:09 +02:00
fixincludes [Darwin, fixincludes] Backport fix for PR83531 2019-08-21 19:18:14 +00:00
gcc Avoid '-Wmaybe-uninitialized' diagnostic in 'gcc/dwarf2out.c' 2019-10-30 11:50:58 +01:00
gnattools Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
gotools Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
include Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
intl Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libada Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libatomic Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libbacktrace Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libcc1 Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libcpp Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libdecnumber Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libffi Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libgcc fptr.c (_dl_read_access_allowed): Change argument to unsigned int. 2019-10-15 22:20:12 +00:00
libgfortran PR fortran/91414 Correctly fill master_state from os_seed. 2019-08-13 12:02:25 +03:00
libgo re PR go/91621 (libgo/mksysinfo.sh: please avoid test ==) 2019-09-10 20:32:42 +00:00
libgomp backport: re PR fortran/91424 (Extend warnings about DO loops) 2019-08-13 10:05:44 +00:00
libhsail-rt Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libiberty Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libitm Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libobjc Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
liboffloadmic Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libphobos [LIBPHOBOS] Fix multi-lib RUNTESTFLAGS handling 2019-10-30 12:51:15 +01:00
libquadmath backport: quadmath.h (M_Eq, [...]): Use two more decimal places. 2019-10-21 13:34:04 +02:00
libsanitizer Darwin, libsanitizer - remove reference to __cxa_rethrow_primary_exception. 2019-08-18 19:11:29 +00:00
libssp Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libstdc++-v3 baseline_symbols.txt: Update. 2019-10-28 11:40:08 +00:00
libvtv Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
lto-plugin Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
maintainer-scripts Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
zlib Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
.dir-locals.el
.gitattributes
.gitignore
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
ChangeLog.jit
ChangeLog.tree-ssa
MAINTAINERS Add myself to MAINTAINERS 2019-04-22 16:05:36 +00:00
Makefile.def
Makefile.in Come up with bootstrap-lto-lean config. 2019-04-09 08:49:14 +00:00
Makefile.tpl Come up with bootstrap-lto-lean config. 2019-04-09 08:49:14 +00:00
README
ar-lib
compile
config-ml.in
config.guess Update config.guess, config.sub (PR target/88535) 2019-01-03 11:28:27 +00:00
config.rpath
config.sub Update config.guess, config.sub (PR target/88535) 2019-01-03 11:28:27 +00:00
configure PR d/87799 Fix D build on windows hosts 2019-04-14 09:52:22 +00:00
configure.ac PR d/87799 Fix D build on windows hosts 2019-04-14 09:52:22 +00:00
depcomp
install-sh
libtool-ldflags
libtool.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
missing
mkdep
mkinstalldirs
move-if-change
multilib.am
symlink-tree
test-driver
ylwrap

README

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.