]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/testsuite/ChangeLog
cp_parser_range_for: use safe_push instead of quick_push (PR
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Nov 2016 11:26:12 +0000 (11:26 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Nov 2016 11:26:12 +0000 (11:26 +0000)
commit894f7f2519db7402a91a6e2375081eda71b088e3
treed7ecca64a0d573aae0f2467ce321f213a81c21be
parent7bbc1b4a6da08602825ca5a45cdcc12bcb3a14d8
cp_parser_range_for: use safe_push instead of quick_push (PR

PR bootstrap/78493
* parser.c (cp_parser_range_for): Use safe_push instead of quick_push.
PR bootstrap/78493
* g++.dg/cpp1z/decomp18.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242828 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp1z/decomp18.C [new file with mode: 0644]