1. 29 Jun, 2004 2 commits
  2. 28 Jun, 2004 38 commits
    • bryce's avatar
      * jcf-write.c (get_classfile_modifiers): Formatting fixes. · 4cb802f4
      bryce authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83831 138bc75d-0d04-0410-961f-82ee72b054a4
      4cb802f4
    • steven's avatar
      * config/m32r/m32r.c (m32r_sched_odd_word_p, m32r_adjust_cost, · 4fa61ced
      steven authored
      	m32r_sched_init, m32r_sched_reorder, m32r_variable_issue): Remove.
      	(TARGET_SCHED_ADJUST_COST, TARGET_SCHED_VARIABLE_ISSUE,
      	TARGET_SCHED_INIT, TARGET_SCHED_REORDER): Don't define.
      	* config/m32r/m32r.md: Rewrite the pipeline description as a DFA.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83829 138bc75d-0d04-0410-961f-82ee72b054a4
      4fa61ced
    • rth's avatar
      * tree.def (REALPART_EXPR, IMAGPART_EXPR): Change class to 'r'. · b25de375
      rth authored
              * fold-const.c (operand_equal_p <case 'r'>): Add REALPART_EXPR,
              IMAGPART_EXPR.
              * tree-dump.c (dequeue_and_dump): Handle REALPART_EXPR and
              IMAGPART_EXPR explicitly.
              * tree-inline.c (estimate_num_insns_1): Don't handle REALPART_EXPR
              and IMAGPART_EXPR specially.
              * tree.c (build1_stat): Copy TREE_THIS_VOLATILE into class 'r'.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83825 138bc75d-0d04-0410-961f-82ee72b054a4
      b25de375
    • amylaar's avatar
      Typo fix. · 3e3c5aa9
      amylaar authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83819 138bc75d-0d04-0410-961f-82ee72b054a4
      3e3c5aa9
    • amylaar's avatar
      * config.gcc (sh*-*elf*): Remove dead assignment of sh_multilibs. · eb4e5153
      amylaar authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83818 138bc75d-0d04-0410-961f-82ee72b054a4
      eb4e5153
    • jsm28's avatar
      * builtins.def (execl, execlp, execle, execv, execvp, execve, · 919f2f04
      jsm28 authored
      	fork): Change to DEF_EXT_LIB_BUILTIN.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83817 138bc75d-0d04-0410-961f-82ee72b054a4
      919f2f04
    • kenner's avatar
      * decl.c: Remove calls to add_decl_expr, pushdecl, rest_of_compilation, · ff72c1db
      kenner authored
      	and rest_of_type_compilation; add arg to create_*_decl.
       	(annotate_decl_with_node): Deleted.
      	(gnat_to_gnu_entity, case E_Array_Type): Set location of fields.
      	* gigi.h (get_decls, block_has_vars, pushdecl): Deleted.
      	(get_current_block_context, gnat_pushdecl): New declarations.
      	(gnat_init_stmt_group): Likewise.
      	(create_var_decl, create_type_decl, create_subprog_decl): Add new arg.
      	* misc.c (LANG_HOOKS_CLEAR_BINDING_STACK): Deleted.
      	(LANG_HOOKS_GETDECLS, LANG_HOOKS_PUSHDECL): Deleted.
      	(gnat_init): Call gnat_init_stmt_group.
      	* trans.c (global_stmt_group, gnu_elab_proc_decl): New variables.
      	(gnu_pending_elaboration_list): Deleted.
      	(mark_visited, mark_unvisited, gnat_init_stmt_group): New functions.
      	(gigi): Rearrange initialization calls and move some to last above.
      	(gnat_to_gnu): If statement and not in procedure, go into elab proc.
      	Delete calls to add_decl_expr; add arg to create_*_decl.
      	(gnat_to_gnu, case N_Loop): Recalculate side effects on COND_EXPR.
      	(gnat_to_gnu, case N_Subprogram_Body): Move some code to
      	begin_subprog_body and call it.
      	Don't push and pop ggc context.
      	(gnat_to_gnu, case N_Compilation_Unit): Rework to support elab proc.
      	(add_stmt): Remove handling of DECL_EXPR from here.
      	If not in function, mark visited.
      	(add_decl_expr): Put global at top level.
      	Check for cases of DECL_INITIAL we have to handle here.
      	(process_type): Add extra arg to create_type_decl.
      	(build_unit_elab): Rework to just gimplify.
      	* utils.c (pending_elaborations, elist_stack, getdecls): Deleted.
      	(block_has_vars, mark_visited, add_pending_elaborations): Likewise.
      	(get_pending_elaborations, pending_elaborations_p): Likewise.
      	(push_pending_elaborations, pop_pending_elaborations): Likewise.
      	(get_elaboration_location, insert_elaboration_list): Likewise.
      	(gnat_binding_level): Renamed from ada_binding_level.
      	(init_gnat_to_gnu): Don't clear pending_elaborations.
      	(global_bindings_p): Treat as global if no current_binding_level.
      	(set_current_block_context): New function.
      	(gnat_pushdecl): Renamed from pushdecl; major rework.
      	All callers changed.
      	(create_type_decl, create_var_decl, create_subprog_decl): Add new arg.
      	(finish_record_type): Call call pushdecl for stub decl.
      	(function_nesting_depth): Deleted.
      	(begin_subprog_body): Delete obsolete code.
      	* utils2.c (build_call_alloc_dealloc): Add new arg to create_var_decl.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83816 138bc75d-0d04-0410-961f-82ee72b054a4
      ff72c1db
    • sayle's avatar
      · 41323e11
      sayle authored
      	* expmed.c (expand_smod_pow2): New function to expand signed
      	remainder by a constant power of 2, such as "x % 16".
      	(expand_divmod): Call new expand_smod_pow2 when appropriate.
      	Minor corrections to comments, e.g. wrapping long lines.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83815 138bc75d-0d04-0410-961f-82ee72b054a4
      41323e11
    • pinskia's avatar
      2004-06-28 Andrew Pinski <apinski@apple.com> · a542e26e
      pinskia authored
              * g++.dg/opt/ptrmem4.C: Change to compile only test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83808 138bc75d-0d04-0410-961f-82ee72b054a4
      a542e26e
    • kenner's avatar
      Check-in change to this file that got left out of last check-in · ba2e89ae
      kenner authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83807 138bc75d-0d04-0410-961f-82ee72b054a4
      ba2e89ae
    • paolo's avatar
      2004-06-28 Paolo Carlini <pcarlini@suse.de> · 59b3976c
      paolo authored
      	* include/bits/cpp_type_traits.h: Move the additions to
      	namespace __gnu_internal outside of namespace std; trivial
      	formatting fixes.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83806 138bc75d-0d04-0410-961f-82ee72b054a4
      59b3976c
    • bkoz's avatar
      · 3051cb26
      bkoz authored
      2004-06-28  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/debug/safe_base.h (__gnu_debug::_Safe_sequence_base):
      	Revert -Weffc++ changes that defined copy ctory and or assignment
      	operator.
      	* libsupc++/tinfo.cc (__upcast_result): Same.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83804 138bc75d-0d04-0410-961f-82ee72b054a4
      3051cb26
    • uweigand's avatar
      * Makefile.in (vec.o): Fix dependencies. · caf8cb0f
      uweigand authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83803 138bc75d-0d04-0410-961f-82ee72b054a4
      caf8cb0f
    • andreast's avatar
      2004-06-28 Andreas Tobler <a.tobler@schweiz.ch> · 44b4ca5a
      andreast authored
      	* Makefile.in: Fix parallel make dependency problem on vec.o.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83802 138bc75d-0d04-0410-961f-82ee72b054a4
      44b4ca5a
    • zack's avatar
      libiberty: · 78f7fe68
      zack authored
      	* cp-demangle.h: Declare cplus_demangle_operators,
      	cplus_demangle_builtin_types, cplus_demangle_mangled_name, and
      	cplus_demangle_type as static if IN_GLIBCPP_V3.
      libobjc:
      	* encoding.c: Rename target_flags with a #define to avoid
      	conflict with a prior declaration.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83800 138bc75d-0d04-0410-961f-82ee72b054a4
      78f7fe68
    • ian's avatar
      * testsuite/demangle-expected: Add test case. · 16795cfb
      ian authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83799 138bc75d-0d04-0410-961f-82ee72b054a4
      16795cfb
    • law's avatar
      PR target/14041 · 94c0f361
      law authored
              * config/h8300/h8300.h (ASM_OUTPUT_ALIGNED_BSS): Define.
      
             PR target/14041
              * gcc.dg/h8300-bss-align-1.c : New.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83797 138bc75d-0d04-0410-961f-82ee72b054a4
      94c0f361
    • nathan's avatar
      * cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK, · 36066e37
      nathan authored
              VAR_FUNCTION_OR_PARM_DECL_CHECK, RECORD_OR_UNION_TYPE_CHECK,
              BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Use appropriate
              TREE_CHECK macro.:qOR_FUNCTION_DECL_CHECK,
              * tree.h (tree_check_failed): Make varadic.
              (tree_not_check_failed): New prototype.
              (tree_check2_failed, tree_check3_failed,
              tree_check4_failed, tree_check5_failed): Remove.
              (TREE_CHECK, TREE_CHECK2, TREE_CHECK3, TREE_CHECK4,
              TREE_CHECK5): Adjust.
              (TREE_NOT_CHECK, TREE_NOT_CHECK2, TREE_NOT_CHECK3, TREE_NOT_CHECK4,
              TREE_NOT_CHECK5): New.
              (TREE_VEC_ELT_CHECK, PHI_NODE_ELT_CHECK, TREE_OPERAND_CHECK_CODE,
              TREE_RTL_OPERAND_CHECK): Adjust.
              * tree.c (tree_check_failed): Make varadic.
              (tree_not_check_failed): New.
              (tree_check2_failed, tree_check3_failed,
              tree_check4_failed, tree_check5_failed): Remove.
      cp:
              * cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK,
              VAR_FUNCTION_OR_PARM_DECL_CHECK, RECORD_OR_UNION_TYPE_CHECK,
              BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Use appropriate
              TREE_CHECK macro.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83796 138bc75d-0d04-0410-961f-82ee72b054a4
      36066e37
    • ian's avatar
      PR other/16240 · a2e044d6
      ian authored
      	* cp-demangle.c (d_expr_primary): Check for a failure return from
      	cplus_demangle_type.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83791 138bc75d-0d04-0410-961f-82ee72b054a4
      a2e044d6
    • nathan's avatar
      * cp-tree.h (struct deferred_access): Move to ... · fc40d314
      nathan authored
      	* semantics.c (struct deferred_access): ... here. Adjust.
      	(deferred_access_stack): Make a VEC(deferred_access),
      	(deferred_access_free_list): Remove.
      	(deferred_access_no_check): New.
      	(push_deferring_access_checks, resume_deferring_access_checks,
      	stop_deferring_access_checks, pop_deferring_access_checks,
      	get_deferred_access_checks, pop_to_parent_deferring_access_checks,
      	perform_deferred_access_checks, perform_or_defer_access_check): Adjust.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83790 138bc75d-0d04-0410-961f-82ee72b054a4
      fc40d314
    • charlet's avatar
      2004-06-28 Robert Dewar <dewar@gnat.com> · c54e9270
      charlet authored
      	* mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
      	mlib-tgt-irix.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
      	mlib-tgt-linux.adb, mlib-tgt-solaris.adb, mlib-tgt-solaris.adb,
      	mlib-tgt-vms-alpha.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
      	a-strmap.adb, a-strmap.ads, clean.adb: Minor reformatting
      
      	* exp_util.adb (Is_Possibly_Unaligned_Slice): Completely rewritten, to
      	deal with problem of inefficient slices on machines with strict
      	alignment, when the slice is a component of a composite.
      
      	* checks.adb (Apply_Array_Size_Check): Do not special case 64-bit
      	machines, we need the check there as well.
      
      2004-06-28  Ed Schonberg  <schonberg@gnat.com>
      
      	* exp_ch5.adb (Expand_Assign_Array): Use correct condition to
      	determine safe copying direction for overlapping slice assignments
      	when component is controlled.
      
      	* sem_ch12.adb (Instantiate_Formal_Package): Implicit operations of a
      	formal derived type in the actual for a formal package are visible in
      	the enclosing instance.
      
      2004-06-28  Ed Schonberg  <schonberg@gnat.com>
      
      	PR ada/15600
      	* sem_util.adb (Trace_Components): Diagnose properly an illegal
      	circularity involving a private type whose completion includes a
      	self-referential component.
      	(Enter_Name): Use Is_Inherited_Operation to distinguish a source
      	renaming or an instantiation from an implicit derived operation.
      
      2004-06-28  Pascal Obry  <obry@gnat.com>
      
      	* mlib-tgt-mingw.adb: (Library_Exists_For): Remove "lib" prefix from
      	DLL.
      	(Library_File_Name_For): Idem.
      
      2004-06-28  Matthew Gingell  <gingell@gnat.com>
      
      	* g-traceb.ads: Add explanatory note on the format of addresses
      	expected by addr2line.
      
      2004-06-28  Jerome Guitton  <guitton@act-europe.fr>
      
      	* Makefile.in: Force debugging information on s-tasdeb.adb,
      	a-except.adb and s-assert.adb needed by the debugger.
      
      2004-06-28  Vincent Celier  <celier@gnat.com>
      
      	* make.adb (Collect_Arguments_And_Compile): Change Flag1 to
      	Need_To_Build_Lib.
      	(Gnatmake): Ditto.
      
      	* mlib-prj.adb (Check_Library): Replace Flag1 with Need_To_Build_Lib
      
      	* prj.adb: Minor reformatting
      	(Project_Empty): Change Flag1 to Need_To_Build_Lib. Remove Flag2.
      
      	* prj.ads: Comment updates
      	Minor reformatting
      	(Project_Data): Change Flag1 to Need_To_Build_Lib.
      	Remove Flag2: not used.
      
      	* prj-dect.adb (Parse_Declarative_Items): Accept "null" as a
      	declaration.
      
      	* gnat_ugn.texi: Put a "null;" declaration in one project file example
      
      	* gnat_rm.texi: Document Empty declarations "null;".
      
      	* makegpr.adb (Compile_Link_With_Gnatmake): Put the global archives in
      	front of the linker options.
      	(Link_Foreign): Put the global archives and the libraries in front of
      	the linker options.
      
      2004-06-28  Javier Miranda  <miranda@gnat.com>
      
      	* rtsfind.adb: (Get_Unit_Name): Fix typo in comment
      	(RTU_Loaded): Code cleanup
      	(Set_RTU_Loaded): New procedure to register as *loaded* explicitly
      	withed predefined units.
      
      	* rtsfind.ads (Set_RTU_Loaded): New procedure to register as *loaded*
      	explicitly withed predefined units.
      	Fix typo in comment
      
      	* sem_ch10.adb (Analyze_Compilation_Unit): Register as *loaded*
      	explicitly withed predefined units.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83789 138bc75d-0d04-0410-961f-82ee72b054a4
      c54e9270
    • uweigand's avatar
      * combine.c (can_combine_p): Do not prevent building insns that use · b9f1cca5
      uweigand authored
      	and clobber the same fixed hard register.
      	(reg_dead_at_p): Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83785 138bc75d-0d04-0410-961f-82ee72b054a4
      b9f1cca5
    • kenner's avatar
      * tree-sra.c (is_sra_candidate_ref): Remove second arg; all callers · 4f264c8b
      kenner authored
      	changed.
      	(is_sra_candidate_complex_ref): New function.
      	(scalarize_modify_expr): Call it and check for LHS also.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83784 138bc75d-0d04-0410-961f-82ee72b054a4
      4f264c8b
    • kenner's avatar
      * tree-pretty-print.c (dump_function_declaration): New. · d700b485
      kenner authored
      	(dump_generic_node, case FUNCTION_TYPE): Call it.
      	(dump_generic_node, case RECORD_TYPE): Don't output dup semicolon.
      	(dump_generic_node, case DECL_EXPR): New case.
      	(dump_generic_node, case PLACEHOLDER_EXPR): Handle.
      	(print_declaration): Handle type and function declarations.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83782 138bc75d-0d04-0410-961f-82ee72b054a4
      d700b485
    • kenner's avatar
      * tree-nested.c (create_tmp_var_for): Allow ARRAY_TYPE. · c5bfd674
      kenner authored
      	(convert_nonlocal_reference, convert_local_reference): Properly
      	convert nest of handled component references.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83781 138bc75d-0d04-0410-961f-82ee72b054a4
      c5bfd674
    • kenner's avatar
      Add ChangeLog entry not commited due to typo in CVS command · 22c62909
      kenner authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83780 138bc75d-0d04-0410-961f-82ee72b054a4
      22c62909
    • paolo's avatar
      2004-06-28 Paolo Carlini <pcarlini@suse.de> · 4e767f90
      paolo authored
      	* src/localename.cc (locale::_Impl::_Impl): Slightly improve
      	the algorithm used to name the categories.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83778 138bc75d-0d04-0410-961f-82ee72b054a4
      4e767f90
    • bonzini's avatar
      2004-06-28 Paolo Bonzini <bonzini@gnu.org> · e15667e8
      bonzini authored
      	* include/Makefile.am: Give a .gch extension to
      	the PCH files, not only to the directory.
      	* include/Makefile.in: Regenerate.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83777 138bc75d-0d04-0410-961f-82ee72b054a4
      e15667e8
    • nathan's avatar
      cp: · bb560c37
      nathan authored
      	PR C++/16174
      	* call.c (build_temp): Declare.
      	(check_constructor_callable): New.
      	(reference_binding): Only set CHECK_COPY_CONSTRUCTOR if not for
      	CONSTRUCTOR_CALLABLE.
      	(convert_like_real, initialize_reference): Use
      	check_constructor_callable.
      	* cp-tree.h (LOOKUP_CONSTRUCTOR_CALLABLE): New.
      	(LOOKUP_*): Renumber.
      testsuite:
      	* PR C++/16174
      	* g++.dg/template/ctor4.C: New.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83775 138bc75d-0d04-0410-961f-82ee72b054a4
      bb560c37
    • nathan's avatar
      fix typo · 173975ab
      nathan authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83774 138bc75d-0d04-0410-961f-82ee72b054a4
      173975ab
    • nathan's avatar
      * friend.c (add_friend): Only perform access checks when context · c344b0fe
      nathan authored
      	is a class.
      	* lex.c (cxx_make_type): Only create a binfo for aggregate types.
      	* parser.c (cp_parser_class_specifier): Disable access checks here
      	when parsing the body of a templated class.
      	* semantics.c (perform_or_defer_access_checks): Reorder to allow
      	NULL binfos when not checking access.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83771 138bc75d-0d04-0410-961f-82ee72b054a4
      c344b0fe
    • nathan's avatar
      Use vector API for vbase list. · 97c118b9
      nathan authored
      	* cp-tree.h: Include vec.h
      	(DEF_VEC_P (tree)): New type.
      	(struct lang_type_class): Change vbase's member type.
      	(binfo_for_vbase): Declare.
      	* class.c (determine_primary_base, base_derived_from,
      	update_vtable_entry_for_fn, walk_subobject_offsets, end_of_class,
      	warn_about_ambiguous_bases, dfs_accumulate_vtbl_inits,
      	build_vtbl_initializer): Adjust.
      	* decl.c (xref_basetypes): Adjust, accumulate upper bound of
      	vbases.
      	* init.c (sort_mem_initializers, expand_member_init,
      	push_base_cleanups): Adjust.
      	* method.c (do_build_copy_constructor): Adjust.
      	* search.c (get_pure_virtuals, copied_binfo, original_binfo): Adjust.
      	(binfo_for_vbase): New.
      	* tree.c (copy_base_binfos): Adjust.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83770 138bc75d-0d04-0410-961f-82ee72b054a4
      97c118b9
    • nathan's avatar
      * vec.h, vec.c: New, type safe vector API. · 190183c5
      nathan authored
      	* Makefile.in (OBJS-common): Add vec.o.
      	(vec.o): New target.
      	(gengtype-lex.o): Depend on vec.h.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83769 138bc75d-0d04-0410-961f-82ee72b054a4
      190183c5
    • bonzini's avatar
      2004-06-28 Paolo Bonzini <bonzini@gnu.org> · 9b1fa4a0
      bonzini authored
      	* fold-const.c (fold_cond_expr_with_comparison): Add ARG1
      	parameter.  Use it instead of ARG00 to produce the result.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83768 138bc75d-0d04-0410-961f-82ee72b054a4
      9b1fa4a0
    • paolo's avatar
      2004-06-28 Paolo Carlini <pcarlini@suse.de> · f208e9da
      paolo authored
      	* config/locale/gnu/monetary_members.cc
      	(moneypunct<wchar_t>::_M_initialize_moneypunct): Clean up
      	assignments of _M_decimal_point and _M_thousands_sep.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83767 138bc75d-0d04-0410-961f-82ee72b054a4
      f208e9da
    • aoliva's avatar
      * config/mn10300/mn10300-protos.h (legitimate_address_p): Declare. · 5411aa8c
      aoliva authored
      * config/mn10300/mn10300.c (legitimate_address_p): New.  Test that
      index is legitimate, compared with code moved from...
      * config/mn10300/mn10300.h (GO_IF_LEGITIMATE_ADDRESS): here.
      (REG_STRICT): Define, according to REG_OK_STRICT.
      (REGNO_IN_RANGE_P, REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P,
      REGNO_EXTENDED_P, REGNO_AM33_P, REGNO_FP_P): Introduce strict
      argument.
      (REGNO_STRICT_OK_FOR_BASE_P, REGNO_STRICT_OK_FOR_BIT_BASE_P,
      REGNO_STRICT_OK_FOR_INDEX_P): New.
      (REGNO_OK_FOR_BASE_P, REG_OK_FOR_BASE_P, REGNO_OK_FOR_BIT_BASE_P,
      REG_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P, REG_OK_FOR_INDEX_P,
      RTX_OK_FOR_BASE_P): Use them.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83766 138bc75d-0d04-0410-961f-82ee72b054a4
      5411aa8c
    • mmitchel's avatar
      * parser.c (cp_parser_set_decl_spec_type): Fix thinko. · fc1ad922
      mmitchel authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83764 138bc75d-0d04-0410-961f-82ee72b054a4
      fc1ad922
    • bje's avatar
      * doc/cfg.texi (Basic Blocks): Define dominators. · c1dc055f
      bje authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83762 138bc75d-0d04-0410-961f-82ee72b054a4
      c1dc055f