aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-02-24Avoid infinite loop in field_reference.Ian Lance Taylor2-2/+40
From-SVN: r170457
2011-02-24Don't crash on type switch of untyped value.Ian Lance Taylor1-1/+5
From-SVN: r170456
2011-02-24Don't crash on type switch of nil.Ian Lance Taylor1-2/+5
From-SVN: r170455
2011-02-24Handle an array of pointers to itself.Ian Lance Taylor2-20/+54
From-SVN: r170454
2011-02-24Don't crash if a map index is used outside of a function.Ian Lance Taylor1-9/+37
From-SVN: r170453
2011-02-24Don't crash on bad receiver when building recover thunks.Ian Lance Taylor1-4/+8
From-SVN: r170452
2011-02-24Don't crash if a result variable redefines a parameter.Ian Lance Taylor1-1/+2
From-SVN: r170451
2011-02-24Daily bump.GCC Administrator1-1/+1
From-SVN: r170449
2011-02-23re PR fortran/40850 (double free in nested types with allocatable components)Mikael Morin6-4/+59
2011-02-23 Mikael Morin <mikael@gcc.gnu.org> PR fortran/40850 * trans.c (gfc_prepend_expr_to_block): New function. * trans.h (gfc_prepend_expr_to_block): Declare. * trans-array.c (gfc_conv_array_parameter): Replace gfc_add_expr_to_block with gfc_prepend_expr_to_block. 2011-02-23 Mikael Morin <mikael@gcc.gnu.org> PR fortran/40850 * gfortran.dg/nested_allocatables_1.f90: New. From-SVN: r170445
2011-02-23re PR tree-optimization/47849 (ICE: SIGSEGV in find_edge (cfganal.c:491) ↵Richard Guenther2-0/+7
with -ftree-loop-if-convert -fno-tree-reassoc) 2011-02-23 Richard Guenther <rguenther@suse.de> PR tree-optimization/47849 * tree-if-conv.c (main_tree_if_conversion): Free postdom info. From-SVN: r170441
2011-02-23re PR c++/46868 (ICE: SIGSEGV splay_tree_splay (splay-tree.c:149) on invalid ↵Nathan Froyd6-5/+24
code) fix PR c++/46868 gcc/cp/ PR c++/46868 * parser.c (cp_parser_class_specifier): Require a closing brace to attempt error recovery. gcc/testsuite/ PR c++/46868 * g++.dg/pr46868.C: New test. * g++.dg/parse/parameter-declaration-1.C: Adjust. * g++.dg/parse/error14.C: Adjust. From-SVN: r170440
2011-02-23re PR tree-optimization/47838 (FAIL: gcc.dg/tree-ssa/foldconst-2.c ↵Richard Guenther2-3/+8
scan-tree-dump-not optimized "fundamentals..0") PR tree-optimization/47838 * gcc.dg/tree-ssa/foldconst-2.c: Scan tree-ch dump. From-SVN: r170439
2011-02-23allocate_deferred_char_scalar_1.f03: Fix dg-do syntax.Uros Bizjak149-205/+364
* gfortran.dg/allocate_deferred_char_scalar_1.f03: Fix dg-do syntax. * gfortran.dg/count_init_expr.f03: Ditto. * gfortran.dg/gomp/pr43711.f90: Ditto. * gcc.dg/struct-parse-2.c: Ditto. * gcc.dg/parse-error-3.c: Ditto. * gcc.dg/Wlogical-op-1.c: Ditto. * gcc.dg/Walways-true-1.c: Ditto. * gcc.dg/pr24225.c: Ditto. * gcc.dg/Walways-true-2.c: Ditto. * gcc.dg/tree-ssa/foldcast-1.c: Ditto. * gcc.dg/tree-ssa/struct-aliasing-1.c: Ditto. * gcc.dg/tree-ssa/struct-aliasing-2.c: Ditto. * g++.dg/overload/defarg4.C: Ditto. * g++.dg/inherit/covariant16.C: Ditto. * g++.dg/inherit/virtual7.C: Ditto. * g++.dg/template/canon-type-9.C: Ditto. * g++.dg/template/access19.C: Ditto. * g++.dg/template/call7.C: Ditto. * g++.dg/template/canon-type-2.C: Ditto. * g++.dg/template/init7.C: Ditto. * g++.dg/template/sizeof-template-argument.C: Ditto. * g++.dg/template/const3.C: Ditto. * g++.dg/template/sfinae26.C: Ditto. * g++.dg/template/sfinae26.C: Ditto. * g++.dg/template/canon-type-11.C: Ditto. * g++.dg/template/union2.C: Ditto. * g++.dg/template/canon-type-3.C: Ditto. * g++.dg/template/canon-type-1.C: Ditto. * g++.dg/template/canon-type-5.C: Ditto. * g++.dg/template/canon-type-7.C: Ditto. * g++.dg/template/canon-type-10.C: Ditto. * g++.dg/template/spec36.C: Ditto. * g++.dg/template/typedef38.C: Ditto. * g++.dg/template/canon-type-4.C: Ditto. * g++.dg/template/canon-type-6.C: Ditto. * g++.dg/template/canon-type-13.C: Ditto. * g++.dg/template/instantiate9.C: Ditto. * g++.dg/template/ttp22.C: Ditto. * g++.dg/warn/Wreturn-type-6.C: Ditto. * g++.dg/warn/Walways-true-1.C: Ditto. * g++.dg/warn/Wlogical-op-1.C: Ditto. * g++.dg/warn/Walways-true-2.C: Ditto. * g++.dg/conversion/op4.C: Ditto. * g++.dg/opt/pr19650.C: Ditto. * g++.dg/lookup/friend11.C: Ditto. * g++.dg/other/default2.C: Ditto. * g++.dg/other/default3.C: Ditto. * g++.dg/other/dtor2.C: Ditto. * g++.dg/other/friend5.C: Ditto. * g++.dg/other/default5.C: Ditto. * g++.dg/init/brace6.C: Ditto. * g++.dg/init/aggr5.C: Ditto. * g++.dg/init/error2.C: Ditto. * g++.dg/expr/bound-mem-fun.C: Ditto. * g++.dg/expr/cond6.C: Ditto. * g++.dg/expr/stmt-expr-1.C: Ditto. * g++.dg/cpp0x/constexpr-object2.C: Ditto. * g++.dg/cpp0x/constexpr-data1.C: Ditto. * g++.dg/cpp0x/constexpr-function2.C: Ditto. * g++.dg/cpp0x/bracket1.C: Ditto. * g++.dg/cpp0x/variadic-mem-fn.C: Ditto. * g++.dg/cpp0x/pr38646.C: Ditto. * g++.dg/cpp0x/variadic73.C: Ditto. * g++.dg/cpp0x/constexpr-function1.C: Ditto. * g++.dg/cpp0x/bracket4.C: Ditto. * g++.dg/cpp0x/decltype4.C: Ditto. * g++.dg/cpp0x/constexpr-data2.C: Ditto. * g++.dg/cpp0x/constexpr-object1.C: Ditto. * g++.dg/cpp0x/variadic-crash2.C: Ditto. * g++.dg/cpp0x/variadic-new2.C: Ditto. * g++.dg/cpp0x/decltype2.C: Ditto. * g++.dg/cpp0x/decltype1.C: Ditto. * g++.dg/cpp0x/bracket2.C: Ditto. * g++.dg/cpp0x/decltype5.C: Ditto. * g++.dg/cpp0x/constexpr-function3.C: Ditto. * g++.dg/cpp0x/variadic70.C: Ditto. * g++.dg/cpp0x/decltype6.C: Ditto. * g++.dg/cpp0x/rvo.C: Ditto. * g++.dg/cpp0x/vt-40092.C: Ditto. * g++.dg/cpp0x/variadic-new.C: Ditto. * g++.dg/cpp0x/lambda/lambda-pass.C: Ditto. * g++.dg/cpp0x/lambda/lambda-mixed.C: Ditto. * g++.dg/cpp0x/lambda/lambda-nested.C: Ditto. * g++.dg/cpp0x/lambda/lambda-recursive.C: Ditto. * g++.dg/cpp0x/lambda/lambda-copy.C: Ditto. * g++.dg/cpp0x/lambda/lambda-non-const.C: Ditto. * g++.dg/cpp0x/lambda/lambda-ref-default.C: Ditto. * g++.dg/cpp0x/lambda/lambda-deduce.C: Ditto. * g++.dg/cpp0x/lambda/lambda-copy-default.C: Ditto. * g++.dg/cpp0x/lambda/lambda-nop.C: Ditto. * g++.dg/cpp0x/lambda/lambda-capture-const-ref.C: Ditto. * g++.dg/cpp0x/lambda/lambda-ref.C: Ditto. * g++.dg/cpp0x/lambda/lambda-const.C: Ditto. * g++.dg/cpp0x/lambda/lambda-mutable.C: Ditto. * g++.dg/cpp0x/lambda/lambda-in-class.C: Ditto. * g++.dg/cpp0x/pr39639.C: Ditto. * g++.dg/cpp0x/decltype3.C: Ditto. * g++.dg/cpp0x/variadic68.C: Ditto. * g++.dg/cpp0x/variadic-function.C: Ditto. * g++.dg/cpp0x/constexpr-ex1.C: Ditto. * g++.dg/cpp0x/variadic-bind.C: Ditto. * g++.dg/cpp0x/variadic-tuple.C: Ditto. * g++.dg/cpp0x/constexpr-ex2.C: Ditto. * g++.dg/parse/crash35.C: Ditto. * g++.dg/parse/crash40.C: Ditto. * g++.dg/parse/defarg12.C: Ditto. * g++.dg/parse/crash34.C: Ditto. * g++.dg/parse/constructor3.C: Ditto. * g++.dg/parse/template23.C: Ditto. * g++.dg/parse/crash56.C: Ditto. * g++.dg/parse/dtor13.C: Ditto. * g++.dg/parse/error33.C: Ditto. * g++.dg/parse/ctor9.C: Ditto. * g++.dg/parse/error32.C: Ditto. * g++.dg/parse/error37.C: Ditto. * g++.dg/parse/bitfield3.C: Ditto. * g++.dg/parse/struct-4.C: Ditto. * g++.dg/ext/has_trivial_copy.C: Ditto. * g++.dg/ext/is_polymorphic.C: Ditto. * g++.dg/ext/has_nothrow_copy_odr.C: Ditto. * g++.dg/ext/has_nothrow_copy-4.C: Ditto. * g++.dg/ext/has_nothrow_assign.C: Ditto. * g++.dg/ext/is_union.C: Ditto. * g++.dg/ext/has_nothrow_copy-1.C: Ditto. * g++.dg/ext/is_pod.C: Ditto. * g++.dg/ext/has_virtual_destructor.C: Ditto. * g++.dg/ext/has_trivial_constructor.C: Ditto. * g++.dg/ext/has_nothrow_copy-3.C: Ditto. * g++.dg/ext/has_nothrow_copy-5.C: Ditto. * g++.dg/ext/has_trivial_destructor-1.C: Ditto. * g++.dg/ext/has_nothrow_copy-6.C: Ditto. * g++.dg/ext/is_abstract.C: Ditto. * g++.dg/ext/has_trivial_assign.C: Ditto. * g++.dg/ext/is_class.C: Ditto. * g++.dg/ext/has_nothrow_assign_odr.C: Ditto. * g++.dg/ext/has_nothrow_copy-7.C: Ditto. * g++.dg/ext/is_base_of.C: Ditto. * g++.dg/ext/has_nothrow_copy-2.C: Ditto. * g++.dg/ext/has_nothrow_constructor.C: Ditto. * g++.dg/ext/is_empty.C: Ditto. * g++.dg/ext/is_enum.C: Ditto. * g++.dg/ext/has_nothrow_constructor_odr.C: Ditto. * g++.dg/ext/.C: Ditto. * g++.dg/ext/.C: Ditto. * gnat.dg/opt11.adb: Ditto. * obj-c++.dg/pr45735.mm: Ditto. * obj-c++.dg/pr24393.mm: Ditto. * obj-c++.dg/exceptions-2.cc: Ditto. * objc.dg/pr45735.m: Ditto. * objc.dg/pr24393.m: Ditto. From-SVN: r170438
2011-02-23Removed conflict in usage of TYPE_LANG_SLOT_0 between Objective-C and CNicola Pero5-6/+44
From-SVN: r170436
2011-02-23re PR libgomp/47854 (omp_get_wtime documentation incorrect)Jakub Jelinek2-3/+9
PR libgomp/47854 * libgomp.texi (omp_get_wtime): Don't say time in the past must be Unix Epoch. From-SVN: r170434
2011-02-23Merged with binutils version ...Kai Tietz2-91/+21
From-SVN: r170433
2011-02-23PR 47694 Read from named pipe failsJanne Blomqvist3-20/+30
Co-Authored-By: Jerry DeLisle <jvdelisle@gcc.gnu.org> From-SVN: r170432
2011-02-23Don't crash looking for methods of pointer to error type.Ian Lance Taylor1-0/+2
From-SVN: r170431
2011-02-23Don't crash on Sizeof of bad type.Ian Lance Taylor1-1/+5
From-SVN: r170430
2011-02-23Don't crash on erroneous type descriptor in interface conversion.Ian Lance Taylor1-0/+2
From-SVN: r170429
2011-02-23Traverse erroneous function redefinitions.Ian Lance Taylor1-3/+8
From-SVN: r170428
2011-02-23Fix missing type traversals.Ian Lance Taylor2-0/+16
From-SVN: r170427
2011-02-23opts-common.c (decode_cmdline_option): Print empty string argument as "" in ↵Jie Zhang5-4/+42
decoded->orig_option_with_args_text. * opts-common.c (decode_cmdline_option): Print empty string argument as "" in decoded->orig_option_with_args_text. * gcc.c (execute): Print empty string argument as "" in the verbose output. (do_spec_1): Keep empty string argument. testsuite/ * gcc.dg/cpp/include7.c: New test. From-SVN: r170426
2011-02-23* config.gcc: Declare score-* and crx-* obsolete.Nathan Froyd2-0/+6
From-SVN: r170425
2011-02-23re PR c++/47833 (ICE during GC in gt_ggc_mx_pending_template)Jakub Jelinek3-3/+9
PR c++/47833 * pt.c (struct pending_template): Add chain_next GTY option. * decl.c (struct named_label_use_entry): Likewise. From-SVN: r170424
2011-02-23re PR c++/47242 ([C++0x] ICE: tree check: expected field_decl, have ↵Paolo Carlini4-1/+33
error_mark in build_lambda_object, at cp/semantics.c:7604 on invalid lambda function) /cp 2011-02-22 Paolo Carlini <paolo.carlini@oracle.com> PR c++/47242 * semantics.c (build_lambda_object): Bail out if a field is error_mark_node. /testsuite 2011-02-22 Paolo Carlini <paolo.carlini@oracle.com> PR c++/47242 * g++.dg/cpp0x/lambda/lambda-ice4.C: New. From-SVN: r170423
2011-02-23re PR rtl-optimization/47763 (Useless initialization of register)Jie Zhang4-1/+30
PR rtl-optimization/47763 * web.c (web_main): Ignore naked clobber when replacing register. testsuite/ PR rtl-optimization/47763 * gcc.dg/pr47763.c: New test. From-SVN: r170422
2011-02-23Daily bump.GCC Administrator1-1/+1
From-SVN: r170421
2011-02-23stormy16.h (REG_OK_FOR_BASE_P, [...]): Remove.Anatoly Sokolov2-9/+5
* config/stormy16/stormy16.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P): Remove. From-SVN: r170417
2011-02-22re PR fortran/45743 (gfortran.dg/whole_file_3.f90 ICE: verify_stmts failed: ↵Paul Thomas4-0/+50
invalid conversion in gimple call with -finline-small-functions) 2011-02-22 Paul Thomas <pault@gcc.gnu.org> PR fortran/45743 * trans-decl.c (gfc_get_extern_function_decl): Don't use the gsymbol backend_decl if the procedure has a formal argument that is a procedure. 2011-02-22 Paul Thomas <pault@gcc.gnu.org> PR fortran/45743 * gfortran.dg/whole_file_32.f90 : New test. From-SVN: r170414
2011-02-22re PR c++/47666 (ICE in dfs_walk_once)Dodji Seketeli4-28/+105
Fix PR c++/47666 gcc/cp/ PR c++/47666 * class.c (dfs_declare_virt_assop_and_dtor) (declare_virt_assop_and_dtor): New static functions. (add_implicitly_declared_members): Use declare_virt_assop_and_dtor. gcc/testsuite/ PR c++/47666 * g++.dg/inherit/virtual7.C: New test. From-SVN: r170413
2011-02-22Fixed check for flexible array members used in Objective-C instance variablesNicola Pero6-28/+156
From-SVN: r170412
2011-02-22Fix PR47848: Do not mention -ftree-loop-if-convert-memory-writes.Sebastian Pop2-1/+6
2011-02-22 Sebastian Pop <sebastian.pop@amd.com> PR doc/47848 * doc/invoke.texi: Do not mention -ftree-loop-if-convert-memory-writes. From-SVN: r170411
2011-02-22gnat.exp: Fix comments.Rainer Orth6-137/+111
* lib/gnat.exp: Fix comments. Don't load libgloss.exp. (default_gnat_version): Call $compiler with --version. Adapt regexp for gnatmake output, insert version. (gnat_version): New proc. (gnat_init): Remove gnat_libgcc_s_path. (gnat_target_compile): Likewise. Remove ld_library_path. Log ADA_INCLUDE_PATH, ADA_OBJECTS_PATH. (gnat_pass): Remove. (gnat_pass): Remove. (gnat_finish): Remove. (gnat_exit): Remove. (local_find_gnatmake): Reindent. (runtest_file_p): Remove. (prune_warnings): Remove. (find_gnatclean): New proc. * lib/gnat-dg.exp (lremove): New proc. (gnat-dg-test): Reindent. Remove additional output files. (gnat-dg-runtest): Remove. * gnat.dg/array7.adb: Use cleanup-tree-dump "optimized". * gnat.dg/loop_optimization6.adb: Likewise. * gnat.dg/atomic1.adb: Use cleanup-tree-dump "gimple". From-SVN: r170404
2011-02-22re PR tree-optimization/47835 (FAIL: gcc.dg/pr46909.c scan-tree-dump ↵Jakub Jelinek2-3/+11
ifcombine "optimizing two comparisons to x_[0-9]+\(D\) != 4") PR tree-optimization/47835 * gcc.dg/pr46909.c: Check optimized dump instead of ifcombine. From-SVN: r170399
2011-02-22re PR libfortran/47830 (errors in intrinsics/c99_functions.c)Tobias Burnus2-1/+8
2011-02-22 Tobias Burnus <burnus@net-b.de> Kai-Uwe Eckhardt <kuehro@gmx.de> PR libfortran/47830 * intrinsics/c99_functions.c (roundl): Make C valid for HAVE_NEXTAFTERL. Co-Authored-By: Kai-Uwe Eckhardt <kuehro@gmx.de> From-SVN: r170396
2011-02-22re PR fortran/41359 (Wrong line numbers for debugging/profiling)Tobias Burnus2-0/+16
2011-02-22 Tobias Burnus <burnus@net-b.de> PR fortran/41359 * trans-stmt.c (gfc_trans_if_1): Use correct line for expressions in the if condition. From-SVN: r170394
2011-02-22abstract_type_1.f90: Fix dg-do syntax.Tobias Burnus55-54/+111
2011-02-22 Tobias Burnus <burnus@net-b.de> * abstract_type_1.f90: Fix dg-do syntax. * abstract_type_2.f03: Ditto. * abstract_type_3.f03: Ditto. * abstract_type_4.f03: Ditto. * abstract_type_5.f03: Ditto. * abstract_type_6.f03: Ditto. * alloc_comp_constraint_6.f90: Ditto. * alloc_comp_init_expr.f03: Ditto. * allocatable_scalar_11.f90: Ditto. * allocate_scalar_with_shape.f90: Ditto. * array_function_5.f90: Ditto. * asynchronous_3.f03: Ditto. * char_expr_1.f90: Ditto. * class_14.f03: Ditto. * data_array_6.f: Ditto. * data_invalid.f90: Ditto. * dot_product_1.f03: Ditto. * func_derived_5.f90: Ditto. * func_result_4.f90: Ditto. * implied_do_1.f90: Ditto. * initialization_25.f90: Ditto. * initialization_26.f90: Ditto. * interface_34.f90: Ditto. * iso_c_binding_init_expr.f03: Ditto. * keyword_symbol_1.f90: Ditto. * matmul_8.f03: Ditto. * merge_init_expr.f90: Ditto. * pack_assign_1.f90: Ditto. * pack_vector_1.f90: Ditto. * pointer_check_8.f90: Ditto. * product_init_expr.f03: Ditto. * reshape_order_5.f90: Ditto. * reshape_shape_1.f90: Ditto. * reshape_zerosize_2.f90: Ditto. * same_name_2.f90: Ditto. * selected_real_kind_1.f90: Ditto. * spread_init_expr.f03: Ditto. * stmt_func_1.f90: Ditto. * sum_init_expr.f03: Ditto. * transpose_3.f03: Ditto. * unpack_init_expr.f03: Ditto. * warn_conversion.f90: Ditto. * warn_conversion_2.f90: Ditto. * warn_intent_out_not_set.f90: Ditto. * warn_unused_dummy_argument_1.f90: Ditto. * warn_unused_dummy_argument_2.f90: Ditto. * whole_file_16.f90: Ditto. * whole_file_17.f90: Ditto. * whole_file_18.f90: Ditto. * whole_file_20.f03: Ditto. * whole_file_5.f90: Ditto. * whole_file_6.f90: Ditto. * write_invalid_format.f90: Ditto. * zero_sized_6.f90: Ditto. From-SVN: r170393
2011-02-22acinclude.m4 (gcc_cv_gas_vers): Add -arch ppc for probing darwin assembler.Mike Stump3-0/+13
* acinclude.m4 (gcc_cv_gas_vers): Add -arch ppc for probing darwin assembler. * configure: Regenerate. From-SVN: r170392
2011-02-22* Make-lang.in (check_objc_parallelize): Refine for 4 processor machines.Mike Stump2-2/+5
From-SVN: r170391
2011-02-22Don't permit string index expression to have abstract types.Ian Lance Taylor1-3/+2
From-SVN: r170390
2011-02-22Don't crash import unsafe if "unsafe" was already defined.Ian Lance Taylor1-0/+7
From-SVN: r170389
2011-02-22re PR rtl-optimization/46002 (ICE: in update_copy_costs, at ira-color.c:319 ↵Chung-Lin Tang2-1/+8
with -fira-algorithm=priority) 2011-02-21 Chung-Lin Tang <cltang@codesourcery.com> PR rtl-optimization/46002 * ira-color.c (update_copy_costs): Change class intersection test to reg_class_contents[] test of 'hard_regno'. From-SVN: r170388
2011-02-22Don't crash on attempt to index array type expression.Ian Lance Taylor1-0/+5
From-SVN: r170387
2011-02-22Don't crash on erroneous type switch.Ian Lance Taylor1-4/+7
From-SVN: r170386
2011-02-22Permit comparing non-empty interfaces with empty interfaces.Ian Lance Taylor4-14/+84
From-SVN: r170385
2011-02-22Test shift count for overflow.Ian Lance Taylor1-1/+1
From-SVN: r170384
2011-02-22osf5.opt (mno-mips-tfile): Mark as Target rather than Driver option.Joseph Myers7-8/+18
* config/alpha/osf5.opt (mno-mips-tfile): Mark as Target rather than Driver option. * config/hpux11.opt (mt): Likewise. * config/microblaze/microblaze.opt (mxl-mode-xilkernel): Likewise. * config/rs6000/xilinx.opt (mno-clearbss, mppcperflib): Likewise. * config/vax/elf.opt (mno-asm-pic): Likewise. * config/vms/vms.opt (map, mvms-return-codes): Likewise. From-SVN: r170383
2011-02-22Daily bump.GCC Administrator1-1/+1
From-SVN: r170381
2011-02-21re PR target/47822 (Multiple test suite failures due to revision 170321)Mike Stump7-10/+34
PR target/47822 * config/darwin-protos.h (darwin_init_cfstring_builtins): Return a tree so we can get save the type. * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Reserve builtin slot for CFString instead of trying to use past the end of the builtins. * config/i386/i386.c (IX86_BUILTIN_CFSTRING): Likewise. * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_CFSTRING): Likewise. * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): Likewise. * config/darwin.c (DARWIN_BUILTIN_CFSTRINGMAKECONSTANTSTRING): Rename to darwin_builtin_cfstring. (darwin_init_cfstring_builtins): Return the built type. From-SVN: r170376