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]

r111380 - in /branches/gcc-4_0-branch/gcc: cp/C...


Author: reichelt
Date: Thu Feb 23 02:39:24 2006
New Revision: 111380

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111380
Log:
	PR c++/26291
	* decl.c (grok_op_properties): Check for ellipsis in arguments of
	operators.

	* g++.dg/other/ellipsis1.C: New test.
	* g++.dg/parse/operator4.C: Adjust error marker.

Added:
    branches/gcc-4_0-branch/gcc/testsuite/g++.dg/other/ellipsis1.C
Modified:
    branches/gcc-4_0-branch/gcc/cp/ChangeLog
    branches/gcc-4_0-branch/gcc/cp/decl.c
    branches/gcc-4_0-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_0-branch/gcc/testsuite/g++.dg/parse/operator4.C


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