r238136 - in /branches/gcc-4_9-branch/gcc: cp/C...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Thu Jul 7 21:46:00 GMT 2016


Author: jakub
Date: Thu Jul  7 21:46:54 2016
New Revision: 238136

URL: https://gcc.gnu.org/viewcvs?rev=238136&root=gcc&view=rev
Log:
	Backported from mainline
	2016-02-19  Jakub Jelinek  <jakub@redhat.com>

	PR c++/67767
	* parser.c (cp_parser_std_attribute_spec_seq): Don't assume
	attr_spec is always single element chain, chain all the attributes
	properly together in the right order.

	* g++.dg/cpp0x/pr67767.C: New test.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/pr67767.C
Modified:
    branches/gcc-4_9-branch/gcc/cp/ChangeLog
    branches/gcc-4_9-branch/gcc/cp/parser.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list