https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24867
Eric Gallager <egallager at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution|--- |FIXED --- Comment #7 from Eric Gallager <egallager at gcc dot gnu.org> --- (In reply to Eric Gallager from comment #6) > (In reply to Nathan Froyd from comment #5) > > Subject: Bug 24867 > > > > Author: froydnj > > Date: Sat Jul 3 19:00:52 2010 > > New Revision: 161777 > > > > URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161777 > > Log: > > PR objc/24867 > > * objc-act.c (build_sized_array_type): New function. > > (add_objc_string): Use it. > > (generate_protocol_list): Likewise. > > (generate_objc_image_info): Likewise. > > (add_field_decl): New function. > > (objc_build_struct): Use a VEC rather than building a TREE_LIST. > > (generate_struct_by_value_array): Use add_field_decl. > > (build_objc_symtab_template): Likewise. > > (build_module_descriptor): Likewise. > > (build_objc_exception_stuff): Likewise. > > (build_protocol_template): Likewise. > > (build_method_prototype_list_template): Likewise. > > (build_method_prototype_template): Likewise. > > (build_category_template): Likewise. > > (build_selector_template): Likewise. > > (build_class_template): Likewise. > > (build_super_template): Likewise. > > (build_ivar_template): Likewise. > > (build_ivar_list_template): Likewise. > > (build_method_list_template): Likewise. > > (build_method_template): Likewise. > > > > Modified: > > trunk/gcc/objc/ChangeLog > > trunk/gcc/objc/objc-act.c > > Did this fix it? Since there's been no response, I'm going to assume that it did fix it.