projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aaafa5
)
re PR middle-end/86631 (missing -Walloc-size-larger-than on ILP32 hosts)
author
Martin Sebor
<msebor@gcc.gnu.org>
Tue, 28 Aug 2018 19:58:02 +0000
(13:58 -0600)
committer
Martin Sebor
<msebor@gcc.gnu.org>
Tue, 28 Aug 2018 19:58:02 +0000
(13:58 -0600)
gcc/testsuite/ChangeLog:
PR middle-end/86631
* g++.dg/Walloca1.C: Adjust.
From-SVN: r263930
gcc/testsuite/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/testsuite/ChangeLog
b/gcc/testsuite/ChangeLog
index 59fedafab537838de5f57249f6049f61327e9b92..3a1b8d5743b57f8b525535773201623278502c4f 100644
(file)
--- a/
gcc/testsuite/ChangeLog
+++ b/
gcc/testsuite/ChangeLog
@@
-1,3
+1,8
@@
+2018-08-28 Martin Sebor <msebor@redhat.com>
+
+ PR middle-end/86631
+ * g++.dg/Walloca1.C: Adjust.
+
2018-08-28 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/86546