Re: [Obj-C++] Found a small paste-o in parser.c?

2012-11-11 Thread Jason Merrill
OK. Jason

Re: [Obj-C++] Found a small paste-o in parser.c?

2012-11-11 Thread Ed Smith-Rowland
On 11/12/2012 12:05 AM, Jason Merrill wrote: OK. Jason Committed. 2012-11-12 Ed Smith-Rowland 3dw...@verizon.net * parser.c (cp_parser_objc_class_ivars): Index declspecs.locations by ds_typedef rather than ds_thread. Index: parser.c

[Obj-C++] Found a small paste-o in parser.c?

2012-11-10 Thread Ed Smith-Rowland
I found this suspicious looking line in cp/parser.c () while looking at __thread and thread_local. Look at the patterns of the if blocks above the line in question to verify. Built and tested on x86_64-linux. Ed 2012-11-11 Ed Smith-Rowland 3dw...@verizon.net * parser.c