projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edd482f
)
Fix premature omission of ChangeLog entry in ChangeLog file..
author
Jozef Lawrynowicz
<jozef.l@mittosystems.com>
Wed, 20 May 2020 21:40:10 +0000
(22:40 +0100)
committer
Jozef 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/ChangeLog
b/gcc/testsuite/ChangeLog
index e9d334d3aef9396359153e8fdda1af998ace1601..85f73e486416017f3c46a65287bc5083b64de8c1 100644
(file)
--- 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