------- Comment #4 from lmillward at gcc dot gnu dot org 2006-08-04 20:04 ------- Subject: Bug 28347
Author: lmillward Date: Fri Aug 4 20:03:59 2006 New Revision: 115933 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115933 Log: PR c++/28347 * decl.c (start_decl): Return error_mark_node if a diagnostic was issed for an invalid typedef initialization. * g++.dg/ext/typedef-init.C: Add new test for typedef initialization inside templates. Adjust existing error markers. Modified: branches/gcc-4_1-branch/gcc/cp/ChangeLog branches/gcc-4_1-branch/gcc/cp/decl.c branches/gcc-4_1-branch/gcc/testsuite/ChangeLog branches/gcc-4_1-branch/gcc/testsuite/g++.dg/ext/typedef-init.C -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28347