diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2016-11-22 17:33:43 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2016-11-22 17:33:43 +0100 |
commit | b2b0acbe2bec113381c9925cc29f26a402873350 (patch) | |
tree | 68b7d62c12196c03879cc9079ae32120afa2a61c /libstdc++-v3/ChangeLog | |
parent | dba814afdab05e52f2b0809466d964daf5fb30d2 (diff) | |
download | gcc-b2b0acbe2bec113381c9925cc29f26a402873350.zip gcc-b2b0acbe2bec113381c9925cc29f26a402873350.tar.gz gcc-b2b0acbe2bec113381c9925cc29f26a402873350.tar.bz2 |
Makefile.in ($(lang_checks_parallelized)): Fix detection of -j argument.
gcc/ChangeLog
* Makefile.in ($(lang_checks_parallelized)): Fix detection
of -j argument.
gcc/ada/ChangeLog
* gcc-interface/Make-lang.in (check-acats): Fix detection
of -j argument.
libstdc++-v3/ChangeLog
* testsuite/Makefile.am
(check-DEJAGNU $(check_DEJAGNU_normal_targets)): Fix detection
of -j argument.
* testsuite/Makefile.in: Regenereate.
From-SVN: r242705
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 29d6eb7..70197d9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2016-11-22 Uros Bizjak <ubizjak@gmail.com> + + * testsuite/Makefile.am + (check-DEJAGNU $(check_DEJAGNU_normal_targets)): Fix detection + of -j argument. + * testsuite/Makefile.in: Regenereate. + 2016-11-22 Jonathan Wakely <jwakely@redhat.com> PR libstdc++/78465 @@ -7376,7 +7383,7 @@ (is_assignable_v, is_copy_assignable_v, is_move_assignable_v) (is_destructible_v, is_trivially_constructible_v) (is_trivially_default_constructible_v) - (is_trivially_copy_constructible_v, is_trivially_move_constructible_v) + (is_trivially_copy_constructible_v, is_trivially_move_constructible_v) (is_trivially_assignable_v, is_trivially_copy_assignable_v) (is_trivially_move_assignable_v, is_trivially_destructible_v) (is_nothrow_constructible_v, is_nothrow_default_constructible_v) |