This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r155002 - in /trunk/gcc: cp/ChangeLog cp/semant...


Author: jason
Date: Fri Dec  4 22:51:12 2009
New Revision: 155002

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155002
Log:
	PR c++/42277
	* semantics.c (finish_decltype_type): Don't assume that op1 of a
	COMPONENT_REF is always the field.
	* g++.dg/cpp0x/decltype20.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/decltype20.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/semantics.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]