aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJozef Lawrynowicz <jozef.l@mittosystems.com>2020-05-20 22:40:10 +0100
committerJozef Lawrynowicz <jozef.l@mittosystems.com>2020-05-20 22:41:42 +0100
commit14984ea1645da45e59872d84401394a759c2659c (patch)
tree9419bdc236082c9dc56a523c9168e714800c8d08
parentedd482f310f4ec46310e7c2c82c88dad64b5a4ff (diff)
downloadgcc-14984ea1645da45e59872d84401394a759c2659c.zip
gcc-14984ea1645da45e59872d84401394a759c2659c.tar.gz
gcc-14984ea1645da45e59872d84401394a759c2659c.tar.bz2
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.
-rw-r--r--gcc/testsuite/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index e9d334d..85f73e4 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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