]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c++/87175
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Feb 2019 08:42:01 +0000 (08:42 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Feb 2019 08:42:01 +0000 (08:42 +0000)
commit5ab8180e9ddac25ce14f0090faf51b61cec01e02
tree12365b9b864bb20c5d56120cf37481149f9ccf66
parent0338fcd3be4f6ae7de4591656abc98e0643a3b94
PR c++/87175
* parser.c (cp_parser_gnu_attributes_opt): Set ok to false
if require_open failed.

* g++.dg/ext/attrib57.C: New test.

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