Fix up a couple of old ChangeLog entries.

From-SVN: r246065
This commit is contained in:
Martin Sebor 2017-03-11 00:37:40 +00:00 committed by Martin Sebor
parent 66b2754523
commit 1d0cf89ab4
2 changed files with 9 additions and 3 deletions

View File

@ -230,9 +230,8 @@
2016-12-08 Martin Sebor <msebor@redhat.com>
PR c/78165
* c-pretty-print (pp_c_integer_constant): Avoid formatting type
suffix.
gcc/testsuite/ChangeLog:
* c-pretty-print (pp_c_integer_constant): Avoid formatting type
suffix.
2016-12-07 Martin Sebor <msebor@redhat.com>

View File

@ -820,6 +820,13 @@
* gcc.c-torture/execute/pr78726.c: New test.
* gcc.dg/guality/pr78726.c: New test.
2016-12-08 Martin Sebor <msebor@redhat.com>
PR c/78165
* g++.dg/debug/dwarf2/integer-typedef.C: Remove redundant suffix.
* g++.dg/debug/dwarf2/typedef1.C: Same.
* g++.dg/inherit/covariant7.C: Same.
2016-12-08 Martin Sebor <msebor@redhat.com>
PR c/78284