------- Comment #6 from reichelt at gcc dot gnu dot org 2006-02-23 11:06 ------- Subject: Bug 26291
Author: reichelt Date: Thu Feb 23 11:06:55 2006 New Revision: 111385 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111385 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-3_4-branch/gcc/testsuite/g++.dg/other/ellipsis1.C Modified: branches/gcc-3_4-branch/gcc/cp/ChangeLog branches/gcc-3_4-branch/gcc/cp/decl.c branches/gcc-3_4-branch/gcc/testsuite/ChangeLog branches/gcc-3_4-branch/gcc/testsuite/g++.dg/parse/operator4.C -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26291