Fix premature omission of ChangeLog entry in ChangeLog file..
authorJozef Lawrynowicz <jozef.l@mittosystems.com>
Wed, 20 May 2020 21:40:10 +0000 (22:40 +0100)
committerJozef Lawrynowicz <jozef.l@mittosystems.com>
Wed, 20 May 2020 21:41:42 +0000 (22:41 +0100)
* 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.

gcc/testsuite/ChangeLog

index e9d334d..85f73e4 100644 (file)
@@ -1,3 +1,9 @@
+2020-05-20  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
+
+       * 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  <polacek@redhat.com>
 
        DR 2237