diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2020-04-18 20:53:08 +0200 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gdcproject.org> | 2020-04-18 20:53:08 +0200 |
commit | 1821ae72cae85b22c0bf2d231797e77213df3146 (patch) | |
tree | 2da9037c422437371cec50733d4c3ebefbe0f8fb | |
parent | 261bd78d57d40a03f340cfe4fc78ff9717c9602d (diff) | |
download | gcc-1821ae72cae85b22c0bf2d231797e77213df3146.zip gcc-1821ae72cae85b22c0bf2d231797e77213df3146.tar.gz gcc-1821ae72cae85b22c0bf2d231797e77213df3146.tar.bz2 |
Add missing changelog entries for r10-7790
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | libphobos/ChangeLog | 11 |
2 files changed, 16 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c2b5ddf..fb1a153 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2020-04-18 Iain Buclaw <ibuclaw@gdcproject.org> + + * lib/gdc-utils.exp (gdc-convert-test): Add dg-skip-if for tests that + depending on the phobos standard library. + 2020-04-18 Jeff Law <law@redhat.com> PR debug/94439 diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index 838544e..0721cb0 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,5 +1,16 @@ 2020-04-18 Iain Buclaw <ibuclaw@gdcproject.org> + PR d/94304 + * configure: Regenerate. + * configure.ac: Add --with-libphobos-druntime-only option and the + conditional ENABLE_LIBDRUNTIME_ONLY. + * configure.tgt: Define LIBDRUNTIME_ONLY. + * src/Makefile.am: Add phobos sources if not ENABLE_LIBDRUNTIME_ONLY. + * src/Makefile.in: Regenerate. + * testsuite/testsuite_flags.in: Add phobos path if compiling phobos. + +2020-04-18 Iain Buclaw <ibuclaw@gdcproject.org> + * testsuite/libphobos.phobos/phobos.exp: Skip if effective target is not d_runtime_has_std_library. * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise. |