diff options
author | Jakub Jelinek <jakub@redhat.com> | 2019-11-17 07:12:01 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-11-17 07:12:01 +0100 |
commit | cfe871e3ec6a28f5fb7602ab44407613b6787ef2 (patch) | |
tree | 5a205f355fa894711302726a5b8792dbcf6fae3d /gcc/testsuite/ChangeLog | |
parent | f6e86b330363306d772ed69dfb864532bf5de5b6 (diff) | |
download | gcc-cfe871e3ec6a28f5fb7602ab44407613b6787ef2.zip gcc-cfe871e3ec6a28f5fb7602ab44407613b6787ef2.tar.gz gcc-cfe871e3ec6a28f5fb7602ab44407613b6787ef2.tar.bz2 |
method.c (lookup_comparison_result): Use %qD instead of %<%T::%D%> to print the decl.
* method.c (lookup_comparison_result): Use %qD instead of %<%T::%D%>
to print the decl.
(lookup_comparison_category): Use %qD instead of %<std::%D%> to print
the decl.
* g++.dg/cpp2a/spaceship-err3.C: New test.
From-SVN: r278375
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ef5bd71..0a4ce6d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2019-11-17 Jakub Jelinek <jakub@redhat.com> + + * g++.dg/cpp2a/spaceship-err3.C: New test. + 2019-11-16 Richard Sandiford <richard.sandiford@arm.com> * gcc.dg/vect/vect-alias-check-18.c: New test. |