projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53214bd
)
re PR c++/80805 (ICE in sufficiently complex code with -g (dump_aggr_type))
author
Paolo Carlini
<paolo@gcc.gnu.org>
Sat, 7 Oct 2017 16:10:21 +0000
(16:10 +0000)
committer
Paolo Carlini
<paolo@gcc.gnu.org>
Sat, 7 Oct 2017 16:10:21 +0000
(16:10 +0000)
2017-10-07 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/80805
* g++.dg/cpp0x/pr80805.C: New.
From-SVN: r253511
gcc/testsuite/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/testsuite/ChangeLog
b/gcc/testsuite/ChangeLog
index 319518c6e8a0b073f13cb71335f58ea5f7f14882..aaf2e60c51bb46b8fac677c42e74ce2cd71fed6b 100644
(file)
--- a/
gcc/testsuite/ChangeLog
+++ b/
gcc/testsuite/ChangeLog
@@
-1,3
+1,8
@@
+2017-10-07 Paolo Carlini <paolo.carlini@oracle.com>
+
+ PR c++/80805
+ * g++.dg/cpp0x/pr80805.C: New.
+
2017-10-07 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/49232