This is the mail archive of the gcc-patches@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]

Re: [patch] Fix PR c++/29024


Lee Millward wrote:

2006-09-23 Lee Millward <lee.millward@codesourcery.com>

       PR c++/29024
       * parser.c (cp_parser_set_storage_class): Set
       multiple_storage_classes_p for the input decl
       specifier if a typedef specifier is present.

2006-09-23 Lee Millward <lee.millward@codesourcery.com>

       PR c++/29024
       * g++.dg/parse/typedef8.C: New test.

Does this also fix this test case:


static typedef int a;

?

Thanks,

--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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