diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-03-26 19:27:02 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-03-26 19:27:02 +0000 |
commit | 72b0dfe12228baef053adb954dbb7f6d66830e59 (patch) | |
tree | 0a4d02dfca4ad37d7803167584a05155c2092b28 /libstdc++-v3/ChangeLog | |
parent | 9f9cf8975a6aa692d5b03b7eda6496f1a012b466 (diff) | |
download | gcc-72b0dfe12228baef053adb954dbb7f6d66830e59.tar.gz |
PR libstdc++/62259
PR libstdc++/65147
* include/std/atomic (atomic<T>): Increase alignment for types with
the same size as one of the integral types.
* testsuite/29_atomics/atomic/60695.cc: Adjust dg-error line number.
* testsuite/29_atomics/atomic/62259.cc: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221703 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cd4640a39e3..3021c74e381 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,12 @@ +2015-03-26 Jonathan Wakely <jwakely@redhat.com> + + PR libstdc++/62259 + PR libstdc++/65147 + * include/std/atomic (atomic<T>): Increase alignment for types with + the same size as one of the integral types. + * testsuite/29_atomics/atomic/60695.cc: Adjust dg-error line number. + * testsuite/29_atomics/atomic/62259.cc: New. + 2015-03-26 Richard Henderson <rth@redhat.com> PR libstdc++/65033 |