]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c++/91304 - prefix attributes ignored in condition.
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Aug 2019 00:06:25 +0000 (00:06 +0000)
committermpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Aug 2019 00:06:25 +0000 (00:06 +0000)
commit4bd51903bb2d8a8835ff7c262a530a5dc51b0d07
tree2fb865d84e0ea2aa36a38159cb785b1dad1b159f
parent63813d100692b1ee425fb37b417202735692d737
PR c++/91304 - prefix attributes ignored in condition.
* parser.c (cp_parser_condition): Handle prefix attributes.

* g++.dg/cpp0x/gen-attrs-70.C: New test.

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