From: Jozef Lawrynowicz Date: Wed, 20 May 2020 21:40:10 +0000 (+0100) Subject: Fix premature omission of ChangeLog entry in ChangeLog file.. X-Git-Tag: misc/first-auto-changelog~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14984ea1645da45e59872d84401394a759c2659c;p=thirdparty%2Fgcc.git Fix premature omission of ChangeLog entry in ChangeLog file.. * g++.dg/warn/Wconversion-null-2.C: Add explicit declarations for l() and g() with int, long, long long and __int20 arguments. * g++.dg/warn/Wconversion-null.C: Likewise. --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e9d334d3aef9..85f73e486416 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2020-05-20 Jozef Lawrynowicz + + * g++.dg/warn/Wconversion-null-2.C: Add explicit declarations for l() + and g() with int, long, long long and __int20 arguments. + * g++.dg/warn/Wconversion-null.C: Likewise. + 2020-05-20 Marek Polacek DR 2237