diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-16 21:58:29 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-16 21:58:29 +0000 |
commit | 9a24276ff9d72d77b7f1190753e23073a93e7fc6 (patch) | |
tree | 691bffada06ae0b5f5aa0e7ff8465cb387dda6d5 /gcc/cp/ChangeLog | |
parent | 7e9e01e4618ac2709ae325f50a2c8ac99b5c2aa3 (diff) | |
download | gcc-9a24276ff9d72d77b7f1190753e23073a93e7fc6.tar.gz |
* error.c (dump_exception_spec): Print "noexcept" rather than
"noexcept (true)".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203726 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 2852f1f1c75..2091b9fc595 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,8 @@ 2013-10-16 Jason Merrill <jason@redhat.com> + * error.c (dump_exception_spec): Print "noexcept" rather than + "noexcept (true)". + Core 1591 * pt.c (unify_array_domain): Split out from unify. (unify): Use it for list deduction, too. |