1. 26 Jul, 2004 19 commits
    • tinfo1.C: Xfail. · 21db3785
      2004-07-26  Andrew Pinski  <apinski@apple.com>
      
              * g++.dg/rtti/tinfo1.C: Xfail.
      
      From-SVN: r85209
      Andrew Pinski committed
    • i386.c (function_arg): Always treat 8- and 16-byte wide vectors the same, even… · 90d5887b
      i386.c (function_arg): Always treat 8- and 16-byte wide vectors the same, even if MMX/SSE are disabled.
      
              * config/i386/i386.c (function_arg): Always treat 8-
              and 16-byte wide vectors the same, even if MMX/SSE
              are disabled.
              (contains_128bit_aligned_vector_p): Add comment.
      
      From-SVN: r85207
      Paolo Bonzini committed
    • ra.h (enum node_type): Rename to: (enum ra_node_type). · 9c18fb88
      	* ra.h (enum node_type): Rename to:
      	(enum ra_node_type).
      	* ra-colorize.c: Likewise.
      
      From-SVN: r85202
      J"orn Rennecke committed
    • g++spec.c (LIBSTDCXX_PROFILE): Default to LIBSTDCXX. · 4afd7f6c
      	* g++spec.c (LIBSTDCXX_PROFILE): Default to LIBSTDCXX.
      	(lang_specific_driver): If the C++ or math library options don't
      	start with '-l', don't count them as added libraries.
      
      From-SVN: r85201
      Geoffrey Keating committed
    • cfgcleanup.c (try_simplify_condjump): Call update_forwarder_flag after simplifying the jump. · 261139ce
      	* cfgcleanup.c (try_simplify_condjump): Call update_forwarder_flag
      	after simplifying the jump.
      
      From-SVN: r85200
      Richard Sandiford committed
    • calls.c (combine_pending_stack_adjustment_and_call): Make… · 95899b34
      calls.c (combine_pending_stack_adjustment_and_call): Make preferred_unit_stack_boundary argument unsigned.
      
              * calls.c (combine_pending_stack_adjustment_and_call): Make
              preferred_unit_stack_boundary argument unsigned.  Make
              unadjusted_alignment unsigned.
              (expand_call): Make preferred_stack_boundary and
              preferred_unit_stack_boundary variables unsigned.
              * function.c (assign_stack_local_1): Make alignment unsigned.
              * function.h (struct function): Make stack_alignment_needed,
              preferred_stack_boundary unsigned.
              * config/i386/i386.c (ix86_preferred_stack_boundary): Make unsigned.
              (ix86_compute_frame_layout): Make stack_alignment_needed,
              preferred_alignment variables unsigned.
              * config/i386/i386.h (ix86_preferred_stack_boundary): Make unsigned.
      
      From-SVN: r85196
      Richard Henderson committed
    • * tree.h: Fix typo in comment. · 86df8c86
      From-SVN: r85195
      Tom Tromey committed
    • re PR bootstrap/12804 (zone allocator is broken on 64bit) · 02aebac6
      	PR bootstrap/12804
      	* ggc-zone.c (struct alloc_chunk): Remove attribute packed.
      	(MAX_FREE_BIN_SIZE): Increase on 64-bit targets.
      	(ggc_free): Remove incorrect freeing.
      	(sweep_pages): Advance PP for large pages.  Fix indentation.
      
      From-SVN: r85194
      Daniel Jacobowitz committed
    • re PR rtl-optimization/16643 (verify_local_live_at_start ICE after crossjumping & cfgcleanup) · 35b6b437
      	PR rtl-optimization/16643
      	* cfglayout.h (cfg_layout_initialize): Add a flags parameter.
      	* cfglayout.c (cfg_layout_initialize): Pass it to cleanup_cfg.
      	* basic-block.h (reorder_basic_blocks): Add a flags parameter.
      	* cfglayout.c (reorder_basic_blocks): Pass it to cfg_layout_initialize.
      	(partition_hot_cold_basic_blocks): Pass 0 to cfg_layout_initialize.
      	* function.c (thread_prologue_and_epilogue_insns): Likewise.
      	* rtl.h (tracer): Add a flags parameter.
      	* tracer.c (tracer): Pass it to cfg_layout_initialise.
      	* passes.c (rest_of_handle_stack_regs): Pass 0 to reorder_basic_blocks.
      	(rest_of_handle_reorder_blocks): Update calls to tracer and
      	reorder_basic_blocks, passing CLEANUP_UPDATE_LIFE if appropriate.
      	(rest_of_handle_tracer): Pass 0 to tracer.
      	(rest_of_handle_loop2): Pass 0 to cfg_layout_initialize.
      
      From-SVN: r85191
      Richard Sandiford committed
    • rs6000.md (movdi_internal64): Further disparage f->f. · fa0a2ae5
              * config/rs6000/rs6000.md (movdi_internal64): Further disparage
              f->f.
      
      From-SVN: r85190
      David Edelsohn committed
    • parse.y (build_super_invocation): Adjust declaration order to avoid declaration after statement. · 6fd876ac
      	* parse.y (build_super_invocation): Adjust declaration order to
      	avoid declaration after statement.
      
      From-SVN: r85189
      Hans-Peter Nilsson committed
    • [multiple changes] · 615cbd95
      2004-07-26  Arnaud Charlet  <charlet@act-europe.fr>
      
      	* sem_util.adb (Requires_Transient_Scope): Temporarily disable
      	optimization, not supported by the tree-ssa back-end.
      
      2004-07-26  Olivier Hainque  <hainque@act-europe.fr>
      
      	* s-mastop-irix.adb: Update comments.
      
      	* a-except.adb (Exception_Information): Raise Constraint_Error if
      	exception Id is Null_Id.
      	This is required behavior, which is more reliably and clearly checked
      	at the top level interface level.
      
      2004-07-26  Javier Miranda  <miranda@gnat.com>
      
      	* exp_aggr.adb (Build_Array_Aggr_Code): Do not build the initialization
      	call if a component has no default_expression and the box is used.
      
      	* sem_aggr.adb (Resolve_Array_Aggregate): If a component has no
      	default_expression and you use box, it behaves as if you had declared a
      	stand-alone object.
      	(Resolve_Record_Aggregate): If a component has no default_expression and
      	you use box, it behaves as if you had declared a stand-alone object.
      
      	* sem_ch10.adb (Install_Siblings): Do not make visible the private
      	entities of private-with siblings.
      
      2004-07-26  Ed Schonberg  <schonberg@gnat.com>
      
      	* sem_ch3.adb (Build_Underlying_Full_View): If this is the full view
      	for a component of an itype, set the parent pointer for analysis,
      	there is no list in which to insert it.
      
      	* sem_res.adb (Resolve): Call Rewrite_Renamed_Operator only for
      	bona-fide renamings, not for inherited operations.
      
      	* exp_ch4.adb (Expand_Allocator_Expression): If the allocator is an
      	actual for a formal that is an access parameter, create local
      	finalization list even if the expression is not an aggregate.
      
      2004-07-26  Ed Schonberg  <schonberg@gnat.com>
      
      	PR ada/16213
      	* sem_ch8.adb (Attribute_Renaming, Check_Library_Level_Renaming):
      	Diagnose properly illegal subprogram renamings that are library units.
      
      2004-07-26  Ed Schonberg  <schonberg@gnat.com>
      
      	PR ada/15588
      	* sem_util.adb (Is_OK_Variable_For_Out_Formal): If actual is a type
      	conversion rewritten as an unchecked conversion, check that original
      	expression is a variable.
      
      	* exp_ch4.adb (Expand_N_Type_Conversion): If rewriting as an
      	unchecked_conversion, create new node rather than rewriting in place,
      	to preserve original construct.
      
      2004-07-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
      
      	* gigi.h (gnat_expand_body): Deleted.
      
      	* Make-lang.in: (trans.o): Depends on function.h.
      
      	* misc.c: (gnat_expand_body): Moved to here.
      
      	* trans.c (gnat_expand_body_1): Deleted.
      	(gnat_expand_body): Moved from here.
      	(gnat_to_gnu): N_Implicit_Label_Declaration forces being in elab proc.
      	(add_stmt): Check for marked visited with global_bindings_p.
      	(gnat_gimplify_expr, case COMPONENT_REF): New case.
      	(gnat_gimplify_expr, case NULL_EXPR): Set TREE_NO_WARNING for temp.
      
      	* utils2.c (build_binary_op, case MODIFY_EXPR): Put LHS in a
      	VIEW_CONVERT_EXPR if not operation type.
      
      	* utils.c (update_pointer_to): Set DECL_ORIGINAL_FIELD for
      	fat pointer.
      
      	* decl.c, cuintp.c, gigi.h, misc.c, trans.c, utils.c, utils2.c: Minor
      	changes: reformatting of negation operators, removing unneeded
      	inequality comparison with zero, converting equality comparisons with
      	zero to negations, changing int/0/1 to bool/false/true, replace calls
      	to gigi_abort with abort, and various other similar changes.
      
      2004-07-26  Vincent Celier  <celier@gnat.com>
      
      	* gnatcmd.adb (GNATCmd): Add processing for new built-in command
      	"setup".
      
      	* make.adb (Gnatmake): Fail when a library is not present and there is
      	no object directory.
      
      	* mlib-prj.adb (Check_Library): No need to check if the library needs
      	to be rebuilt if there is no object directory, hence no object files
      	to build the library.
      
      	* opt.ads (Setup_Projects): New Boolean flag.
      
      	* prj-nmsc.adb (Locate_Directory): New parameter Project, Kind and
      	Location.
      	Create directory when Kind /= "" and in "gnat setup". Report error if
      	directory cannot be created.
      	(Ada_Check): Create library interface copy dir if it does not exist
      	and we are in "gnat setup".
      	(Find_Sources): No error if in "gnat setup" and no Ada sources were
      	found.
      	(Language_Independent_Check): Create object directory, exec directory
      	and/or library directory if they do not exist and we are in
      	"gnat setup".
      
      	* vms_conv.ads: (Command_Type): New command Setup.
      
      	* vms_conv.adb (Initialize): Add Setup component of Cammand_List.
      
      	* vms_data.ads: Add qualifiers/switches for new built-in command
      	"setup".
      
      From-SVN: r85188
      Arnaud Charlet committed
    • tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree). · 63d1c7b3
      .:	* tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree).
      	(BINFO_BASE_ACCESS): Adjust.
      	(BINFO_BASE_ACCESS_APPEND): New.
      	(struct tree_binfo): Make base_accesses a VEC(tree) pointer.
      	* dbxout.c (dbxout_type): Adjust binfo access accessing.
      	* dwarf2out.c (gen_member_die): Likewise.
      	* tree-dump.c (deque_and_dump): Likewise.
      cp:
      	* decl.c (xref_basetypes): Adjust base access vector creation.
      	* rtti.c (get_pseudo_ti_init, get_pseudo_ti_desc): Adjust base
      	access accesses.
      	* search.c (dynamic_cast_base_recurse, dfs_access_in_type): Likewise.
      
      From-SVN: r85187
      Nathan Sidwell committed
    • alpha.c (alpha_rtx_cost_data): Tweak int_div costs. · 9b4f6a07
      	* config/alpha/alpha.c (alpha_rtx_cost_data): Tweak int_div
      	costs.
      
      From-SVN: r85186
      Falk Hueffner committed
    • i386.c (output_fp_compare): Use ffreep to pop top value off of the stack if TARGET_USE_FFREEP. · fb364dc4
      
      	* config/i386/i386.c (output_fp_compare): Use ffreep to pop top
      	value off of the stack if TARGET_USE_FFREEP.
      
      From-SVN: r85178
      Roger Sayle committed
    • gengtype.c (oprintf): Replace xrealloc () with XRESIZEVEC (). · cca8ead2
      	* gengtype.c (oprintf): Replace xrealloc () with XRESIZEVEC ().
      	* gengtype-yacc.y: Likewise.  Replace free() with XDELETE ().
      	* c-typeck.c (PUSH_SPELLING): Remove redundant NULL-pointer
      	check on invocation of XRESIZEVEC ().
      
      From-SVN: r85177
      Bernardo Innocenti committed
    • c-common.c (disable_builtin_function): Rename variable n to new_disabled_builtin. · 1ad463f4
      	* c-common.c (disable_builtin_function): Rename variable n to
      	new_disabled_builtin.
      	* c-decl.c (duplicate_decls): Rename parameter decl to new_decl.
      	Rename local variable old to old_decl.
      	* gensupport.c (shift_output_template): Rename parameter old to src.
      	* simplify-rtx.c (simplify_replace_rtx): Rename parameter oldx to
      	old_rtx and newx to new_rtx.
      
      From-SVN: r85175
      Bernardo Innocenti committed
    • Makefile.in (C_PRAGMA_H): New variable to track dependencies of c-pragma.h. · f4086145
      	* Makefile.in (C_PRAGMA_H): New variable to track dependencies
      	of c-pragma.h.
      	* c-pragma.h (c_lex, c_lex_with_flags): Change returntype to
      	enum cpp_ttype.
      	* c-lex.c: Likewise.
      
      From-SVN: r85174
      Bernardo Innocenti committed
    • Daily bump. · 7d07a70e
      From-SVN: r85172
      GCC Administrator committed
  2. 25 Jul, 2004 21 commits
    • fold-const.c (constant_boolean_node): Make extern. · e9ea8bd5
      
      	* fold-const.c (constant_boolean_node): Make extern.
      	(make_range): Wrap long lines.
      	(fold_cond_expr_with_comparison): Remove unnecessary call to
      	pedantic_non_lvalue.  Add missing calls to fold_convert.
      	(fold_truthop): Add missing calls to fold_convert.
      	(fold): Likewise.
      	* tree.h (constant_boolean_node): Add prototype here.
      	* builtins.c (expand_builtin_strncmp): Add missing calls to
      	fold_convert.
      	* tree-ssa-dom.c (record_equivalences_from_incoming_edge):
      	Call fold_convert and constant_boolean_node to correct types.
      	* tree-ssa-forwprop.c (substitute_single_use_vars): Add
      	missing call to fold_convert to correct types.
      
      From-SVN: r85169
      Roger Sayle committed
    • Remove DOS line endings · 70502b2c
      From-SVN: r85168
      Giovanni Bajo committed
    • re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for class/struct) · d7afec4b
      	PR c++/9283
      	PR c++/15000
      	* c-common.c (c_common_attribute_table): Allow
      	handle_visibility_attribute to be called for types.
      	(handle_visibility_attribute) When given a type, set the visibility
      	bits on the TYPE_NAME.  When given a decl, don't set no_add_attrs
      	so that we can check later whether the attribute was present. Added
      	warning if attribute applied to non class type.
      	* c-decl.c (diagnose_mismatched_decls): Updated rules for merging
      	decls and checking that they are consistent.
      	* common.opt: Added -fvisibility.
      	* c.opt, c-opts.c: Added -fvisibility-inlines-hidden.
      	* c-pragma.h, c-pragma.c: Added handle_pragma_visibility().
      	* flags.h, tree.h: Added assorted support defines for overall patch
      	* opts.c: Added parsing support for -fvisibility.
      	* tree.c (build_decl): Set visibility for all decls to be whatever
      	is in force at that time.
      	* varasm.c (default_binds_local_p_1): Reworked logic determining
      	when to make a symbol locally bound.
      	* doc/invoke.texi: Added documentation for -fvisibility and
      	-fvisibility-inlines-hidden.
      
      	PR c++/15000
      	PR c++/9283
      	* class.c (check_field_decls): Apply hidden visibility if
      	-fvisibility-inlines-hidden and inlined unless otherwise specified
      	(build_vtable): Set vtable visibility to class visibility.
      	(check_field_decls): Default static member visibility to class
      	visibility.
      	(check_methods): Default method visibility to class visibility.
      	* cp-tree.h: Added CLASSTYPE_VISIBILITY and
      	CLASSTYPE_VISIBILITY_SPECIFIED macro.
      	* decl.c (duplicate_decls): New logic for merging definition decls
      	with declaration decls. Added ignore & warning when non default
      	applied to global operator new or delete.
      	* method.c, optimize.c, rtti.c: Added setting of VISIBILITY_SPECIFIED
      	wherever VISIBILITY was changed
      	* rtti.c (get_tinfo_decl): Set typeinfo visibility to class
      	visibility.
      	(tinfo_base_init): Set typeinfo name visibility to class visibility.
      
      	PR c++/9283
      	PR c++/15000
      	* gcc.dg/visibility-9.c, gcc.dg/visibility-a.c: New tests.
      	* g++.dg/ext/visibility/: New directory.
      	* g++.dg/ext/visibility-1.C, g++.dg/ext/visibility-2.C
      	g++.dg/ext/visibility-3.C, g++.dg/ext/visibility-4.C,
      	g++.dg/ext/visibility-5.C, g++.dg/ext/visibility-6.C,
      	g++.dg/ext/visibility-7.C: Move to g++.dg/ext/visibility/.
      	* g++.dg/ext/visibility/fvisibility.C,
      	g++.dg/ext/visibility/fvisibility-inlines-hidden.C,
      	g++.dg/ext/visibility/fvisibility-override1.C
      	g++.dg/ext/visibility/fvisibility-override2.C
      	g++.dg/ext/visibility/memfuncts.C
      	g++.dg/ext/visibility/noPLT.C
      	g++.dg/ext/visibility/pragma.C
      	g++.dg/ext/visibility/pragma-override1.C
      	g++.dg/ext/visibility/pragma-override2.C
      	g++.dg/ext/visibility/staticmemfuncts.C
      	g++.dg/ext/visibility/virtual.C: New tests.
      
      Co-Authored-By: Brian Ryner <bryner@brianryner.com>
      
      From-SVN: r85167
      Niall Douglas committed
    • basic-block.h (reorder_block_def): Rename to reorder_block_def_p. · 28dab132
      	* basic-block.h (reorder_block_def): Rename to reorder_block_def_p.
      	* c-common.c: Add missing casts from void * to other types.
      	* c-decl.c: Likewise.
      	* c-format.c: Likewise.
      	* c-lex.c: Likewise.
      	* c-pragma.c: Likewise.
      	* c-typeck.c: Likewise.
      	* defaults.h: Likewise.
      	* genconstants.c: Likewise.
      	* gengtype-lex.l: Likewise.
      	* genmodes.c: Likewise.
      	* read-rtl.c: Likewise.
      	* rtl.c: Likewise.
      
      From-SVN: r85166
      Bernardo Innocenti committed
    • Add a few missing items to a ChangeLog entry of mine. · 4f3d87d6
      From-SVN: r85164
      Bernardo Innocenti committed
    • bitmap.c: Use type-safe memory allocation macros from libiberty. · 5d038c4c
      	* bitmap.c: Use type-safe memory allocation macros from libiberty.
      	* c-common.c: Likewise.
      	* c-decl.c: Likewise.
      	* c-lang.c: Likewise.
      	* c-lex.c: Likewise.
      	* c-opts.c: Likewise.
      	* c-parse.in: Likewise.
      	* c-typeck.c: Likewise.
      	* genconditions.c: Likewise.
      	* gengtype-lex.l: Likewise.
      	* gengtype-yacc.y: Likewise.
      	* gengtype.c: Likewise.
      	* genmodes.c: Likewise.
      	* gensupport.c: Likewise.
      	* read-rtl.c: Likewise.
      	* read-rtl.c (read_constants): Use INSERT instead of TRUE in call to
      	htab_find_slot().
      
      From-SVN: r85163
      Bernardo Innocenti committed
    • Fix a ChangeLog entry. · b12a6482
      From-SVN: r85162
      Bernardo Innocenti committed
    • c-decl.c (groktypename, [...]): Rename variable typename to type_name. · 89658955
      	* c-decl.c (groktypename, groktypename_in_param_context): Rename
      	variable typename to type_name.
      	* c-lex.c (interpret_float): Likewise.
      
      From-SVN: r85161
      Bernardo Innocenti committed
    • convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN. · 3244e67d
      
      	* convert.c (convert_to_real, convert_to_integer,
      	convert_to_complex): Replace calls to build with calls to buildN.
      	* coverage.c (tree_coverage_counter_ref): Likewise.
      	* dojump.c (do_jump): Likewise.
      	* dwarf2out.c (loc_descriptor_from_tree): Likewise.
      	* emit-rtl.c (component_ref_for_mem_expr,
      	set_mem_attributes_minus_bitpos): Likewise.
      	* explow.c (update_nonlocal_goto_save_area): Likewise.
      	* expmed.c (expand_shift, make_tree, const_mult_add_overflow_p,
      	expand_mult_add): Likewise.
      	* expr.c (emit_block_move_via_libcall, clear_storage_via_libcall,
      	store_constructor, get_inner_reference, expand_expr_real_1,
      	try_casesi, try_tablejump): Likewise.
      	* function.c (expand_function_start): Likewise.
      	* stmt.c (emit_case_bit_tests, expand_end_case_type,
      	node_has_low_bound, node_has_high_bound, emit_case_nodes): Likewise.
      	* stor-layout.c (place_union_field, layout_type): Likewise.
      	* tree.c (substitute_in_expr, tree_fold_gcd): Likewise.
      	* varasm.c (copy_constant): Likewise.
      
      From-SVN: r85160
      Roger Sayle committed
    • c-common.c: Rename all identifiers named `new'. · 53ed1a12
      	* c-common.c: Rename all identifiers named `new'.
      	* c-decl.c: Likewise.
      	* gensupport.c: Likewise.
      	* simplify-rtx.c: Likewise.
      
      From-SVN: r85159
      Bernardo Innocenti committed
    • re PR c/15360 (c99: extern w/initializer; extern w/internal linkage) · bbbcb2e1
      	PR c/15360
      	* c-decl.c (start_decl): Do not set DECL_EXTERNAL for initialized
      	declarations until after calling pushdecl.
      	(grokdeclarator): Set DECL_EXTERNAL for variables based on use of
      	"extern" and not on whether the declaration is initialized.
      
      testsuite:
      	* gcc.dg/pr15360-1.c: New test.
      
      From-SVN: r85156
      Joseph Myers committed
    • * config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*) · 07a43492
      	(sparc-*-solaris2*): Include sol2.o and sol2-protos.h.
      	* config/sol2-c.c: Include "tm.h", "tm_p.h", "toplev.h",
      	"cpplib.h", "c-pragma.h", "c-common.h".
      	(solaris_pragma_align, solaris_pragma_init, solaris_pragma_fini)
      	(solaris_register_pragmas): New functions.
      	* config/sol2-protos.h: New file.
      	* config/sol2.c: New file.
      	* config/sol2.h (SOLARIS_ATTRIBUTE_TABLE, ASM_DECLARE_FUNCTION_SIZE)
      	(REGISTER_TARGET_PRAGMAS): New macros.
      	(solaris_pending_aligns, solaris_pending_inits)
      	(solaris_pending_finis): New variables.
      	* config/t-sol2 (sol2-c.o): Update dependencies.
      	(sol2.o): New rule.
      	* config/i386/i386.c (TARGET_INSERT_ATTRIBUTES): Define in terms of
      	SUBTARGET_INSERT_ATTRIBUTES.
      	(ix86_attribute_table): Include SUBTARGET_ATTRIBUTE_TABLE.
      	* config/i386/sol2.h (SUBTARGET_INSERT_ATTRIBUTES)
      	(SUBTARGET_ATTRIBUTE_TABLE, ASM_OUTPUT_CALL): Define.
      	* config/sparc/elf.h (ASM_DECLARE_FUNCTION_SIZE): Redefine.
      	* config/sparc/sp64-elf.h (ASM_DECLARE_FUNCTION_SIZE): Redefine.
      	* config/sparc/sol2.h (SUBTARGET_INSERT_ATTRIBUTES)
      	(SUBTARGET_ATTRIBUTE_TABLE, ASM_OUTPUT_CALL): Define.
      	* config/sparc/sparc.c (sparc_attribute_table): New.
      	(TARGET_INSERT_ATTRIBUTES): Define in terms of
      	SUBTARGET_INSERT_ATTRIBUTES.
      	(TARGET_ATTRIBUTE_TABLE): Define if SUBTARGET_ATTRIBUTE_TABLE
      	is defined.
      	* doc/extend.texi (Solaris Pragmas): New section.
      
      From-SVN: r85155
      Daniel Jacobowitz committed
    • pragma-align-2.c: New test. · dfe79cab
      	* gcc.dg/pragma-align-2.c: New test.
      	* gcc.dg/pragma-init-fini.c: New test.
      	* gcc.dg/pragma-align.c: Change from compile to run.  Run on Solaris
      	targets.
      
      From-SVN: r85154
      Daniel Jacobowitz committed
    • c-common.c: Rename all identifiers named `class' to `cl'. · e3a64162
      	* c-common.c: Rename all identifiers named `class' to `cl'.
      	* c-decl.c: Likewise.
      	* c-common.h: Likewise.
      	* c-parse.in: Likewise.
      	* c-typeck.c: Likewise.
      	* genmodes.c: Likewise.
      	* real.c: Likewise.
      	* real.h: Likewise.
      	* recog.c: Likewise.
      	* recog.h: Likewise.
      	* regrename.c: Likewise.
      	* tree.h: Likewise.
      
      From-SVN: r85153
      Bernardo Innocenti committed
    • decl.c: Rename all identifiers named `class' to `cl'. · eab03d5a
      	* decl.c: Rename all identifiers named `class' to `cl'.
      	* cp-tree.h: Likewise.
      
      From-SVN: r85151
      Bernardo Innocenti committed
    • cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW. · 99dd239f
              * cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.
              * typeck2.c (abstract_virtuals_error): Use GGC_NEW.
              * name-lookup.c (binding_entry_make): Use GGC_NEW.
              (binding_table_construct): Use GGC_CNEWVEC.
              (binding_table_new): Use GGC_NEW.
              (cxx_binding_make): Likewise.
              (begin_scope): Likewise.
              (push_to_top_level): Use GCC_CNEW.
              * parser.c (cp_token_cache_new): Likewise.
              (cp_token_cache_push_token): Likewise.
              (cp_lexer_new_main): Likewise.
              (cp_lexer_new_from_tokens): Likewise.
              (cp_parser_context_new): Likewise.
              (cp_parser_new): Likewise.
              (cp_lexer_new_from_tokens): Use GGC_NEWVEC.
              * lex.c (cxx_make_type): Use GGC_CNEW.
              (retrofit_lang_decl): Use GGC_NEWVAR.
              (cxx_dup_lang_specific_decl): Likewise.
              (copy_lang_type): Likewise.
              * decl.c (use_label): Use GGC_NEW instead of ggc_alloc.
              (save_function_data): Likewise.
              (lookup_label): Use GGC_CNEW instead of ggc_alloc_cleared.
              (cxx_push_function_context): Likewise.
      
      From-SVN: r85150
      Gabriel Dos Reis committed
    • regmove.c (optimize_reg_copy_1): Don't try to replace call-used hard registers. · 97b69e51
      	* regmove.c (optimize_reg_copy_1): Don't try to replace call-used
      	hard registers.
      
      From-SVN: r85149
      Daniel Jacobowitz committed
    • tree-ssa-operands.c (get_stmt_operands, [...]): Handle ARRAY_RANGE_REF like ARRAY_REF. · a9315f66
      	* tree-ssa-operands.c (get_stmt_operands, get_expr_operands):
      	Handle ARRAY_RANGE_REF like ARRAY_REF.
      
      From-SVN: r85148
      Richard Kenner committed
    • Remove obsolete text in comment. · a3546141
      From-SVN: r85147
      Richard Kenner committed
    • c-typeck.c (digest_init): Don't allow arrays of signed or unsigned variants of… · 197463ae
      c-typeck.c (digest_init): Don't allow arrays of signed or unsigned variants of wchar_t to be initialized...
      
      	* c-typeck.c (digest_init): Don't allow arrays of signed or
      	unsigned variants of wchar_t to be initialized by wide string
      	constants.  Do allow arrays of enumerated types compatible with
      	wchar_t to be initialized by wide string constants.  Refine tests
      	distinguishing wide and narrow strings and arrays.  Give specific
      	error for arrays of other integer types initialized by string
      	constants.
      	(output_init_element, process_init_element): Check for
      	INTEGRAL_TYPE_P rather than just for INTEGER_TYPE when
      	initializing with string constants.
      
      testsuite:
      	* gcc.dg/init-string-2.c: New test.
      
      From-SVN: r85146
      Joseph Myers committed