OSDN Git Service

pf3gnuchains/gcc-fork.git
19 years ago * tree-ssa-loop-ch.c: New file.
rakdver [Wed, 30 Jun 2004 21:11:28 +0000 (21:11 +0000)]
* tree-ssa-loop-ch.c: New file.
* Makefile.in (tree-ssa-loop-ch.o): Add.
(tree-into-ssa.o): Add GGC_H dependency.
* tree-cfg.c (tree_duplicate_bb): Copy virtual arguments.
* tree-flow.h (rewrite_into_ssa): Declaration changed.
(rewrite_ssa_into_ssa, compute_global_livein, duplicate_ssa_name):
Declare.
* tree-into-ssa.c: Include ggc.h.
(struct def_blocks_d): Add phi_blocks field.
(struct mark_def_sites_global_data): Add names_to_rename field.
(struct ssa_name_info): New.
(compute_global_livein): Export.
(set_def_block, insert_phi_nodes, mark_def_sites, set_livein_block,
insert_phi_nodes_1, rewrite_finalize_block, insert_phi_nodes_for,
register_new_def, get_reaching_def, def_blocks_free,
get_def_blocks_for, rewrite_into_ssa): Modified to work with
rewrite_ssa_into_ssa.
(get_ssa_name_ann, get_phi_state, set_phi_state, get_current_def,
set_current_def, ssa_mark_def_sites_initialize_block,
ssa_mark_phi_uses, ssa_mark_def_sites, duplicate_ssa_name,
ssa_register_new_def, ssa_rewrite_initialize_block,
ssa_rewrite_phi_arguments, ssa_rewrite_finalize_block,
ssa_rewrite_stmt, rewrite_ssa_into_ssa, rewrite_all_into_ssa): New
functions.
(pass_build_ssa): Call rewrite_all_into_ssa.
* tree-optimize.c (execute_todo, execute_one_pass,
tree_rest_of_compilation): Allocate vars_to_rename only once.
* tree-ssa-dom.c (tree_ssa_dominator_optimize): Provide parameter
to rewrite_into_ssa.
* tree-ssa-loop.c (should_duplicate_loop_header_p,
mark_defs_for_rewrite, duplicate_blocks, do_while_loop_p,
copy_loop_headers, gate_ch, pass_ch): Moved to tree-ssa-loop-ch.c.
Use rewrite_ssa_into_ssa.
* tree-ssa-operands.c (copy_virtual_operands): New function.
* tree-ssa-operands.h (copy_virtual_operands): Declare.
* tree.h (struct tree_ssa_name): Add aux field.
(SSA_NAME_AUX): New macro to access it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83932 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * gcc.dg/compat/compat-common.h: Wrap up CINT in
ebotcazou [Wed, 30 Jun 2004 21:08:03 +0000 (21:08 +0000)]
* gcc.dg/compat/compat-common.h: Wrap up CINT in
an #ifndef SKIP_COMPLEX_INT/#endif pair.
Special-case the Sun compiler wrt to <complex.h>.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83931 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * call.c (build_over_call): Use __builtin_memcpy for copying
rth [Wed, 30 Jun 2004 20:01:29 +0000 (20:01 +0000)]
    * call.c (build_over_call): Use __builtin_memcpy for copying
        CLASS_AS_BASE rather than funny casting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83928 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * init.c (build_new_1): Fill in TYPE_DOMAIN, TYPE_SIZE and
rth [Wed, 30 Jun 2004 19:53:14 +0000 (19:53 +0000)]
    * init.c (build_new_1): Fill in TYPE_DOMAIN, TYPE_SIZE and
        TYPE_SIZE_UNIT of full_type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83927 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-05-28 Aaron W. LaFramboise <aaronraolete36@aaronwl.com>
bothner [Wed, 30 Jun 2004 18:45:58 +0000 (18:45 +0000)]
2004-05-28 Aaron W. LaFramboise <aaronraolete36@aaronwl.com>
* prefix.c (lookup_key): Cast buffer to LPBYTE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83925 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * include/line-map.h (fileline): Remove old typedef.
bothner [Wed, 30 Jun 2004 18:35:18 +0000 (18:35 +0000)]
* include/line-map.h (fileline):  Remove old typedef.
* internal.h (struct cpp_reader):  Use source_location typedef instead.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83924 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago Conditionally compile support for --enable-mapped_location.
bothner [Wed, 30 Jun 2004 18:23:35 +0000 (18:23 +0000)]
Conditionally compile support for --enable-mapped_location.
* decl.c (pop_label):  Handle (imperfectly) USE_MAPPED_LOCATION case.
* decl2.c:  If USE_MAPPED_LOCATION, don't do some line number
adjustments - which I don't understand.
* error.c (dump_decl):  Rename "<interrnal>" to "<built-in>".
* error.c:  Use LOCATION_FILE and EXPR_LOCATION macros.
(print_instantiation_partial_context):  Use expand_location.
* decl.c (duplicate_decl):  Use new DECL_IS_BUILTIN macro.
* name-lookup.c:  Likewise.
* lex.c (cxx_init):  Likewise.  Also use BUILTINS_LOCATION.
* name-lookup.c:  Use input_line macro.
* parser.c (cp_lexer_get_preprocessor_token):  Use UNKNOWN_LOCATION.
(cp_parser_statement):  Rename locaal variable statement_locus to
statement_location and use SET_EXPR_LOCATION macro.
* pt.c:  Handle USE_MAPPED_LOCATION case.  Use new macros.
* tree.c (cp_walk_subtrees):  Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83923 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago Conditionally compile support for --enable-mapped_location.
bothner [Wed, 30 Jun 2004 18:21:54 +0000 (18:21 +0000)]
Conditionally compile support for --enable-mapped_location.

* gengtype-lex.l:  Temporary kludge to avoid duplicate typedef.
* gengtype.c:  Update for now typdefs in input.h.  More kludges.
* modulo-sched.c (sms_schedule):  Use NOTE_EXPANDED_LOCATION macro.
* ra-debug.c (ra_print_rtl):  Likewise.
* sched-rgn.c:  Likewise.
* sched-vis.c:  Likewise.
* rtl.h (gen_rtx_ASM_OPERANDS):  Redefine if USE_MAPPED_LOCATION.
* stmt.c (expand_asm_operands):  Adjust calls to gen_rtx_ASM_OPERANDS.
* tree-cfg.c:  Use new macros and typedefs.
* tree-flow-inline.h:  Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83922 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago Conditionally compile support for --enable-mapped_location.
bothner [Wed, 30 Jun 2004 18:18:01 +0000 (18:18 +0000)]
Conditionally compile support for --enable-mapped_location.
* cfgexpand.c:  Handle USE_MAPPED_LOCATION case for function_end_locus.
* cfglayout.c (insn_locators_initialize):  Const cleanup.  New macros.
* cfgrtl.c (delete_insn):  Use new NOTE_DELETED_LABEL_NAME macro.
* print-rtl.c (print_rtx):  Likewise.
* emit-rtl.c:  Don't clear NOTE_SOURCE_FILE if USE_MAPPED_LOCATION.
* combine.c:  Use new SET_INSN_DELETED macro.
* flow.c:  Likewise.
* haifa-sched.c:  Likewise.
* ifcvt.c:  Likewise.
* recog.c:  Likewise.
* reload1.c:  Likewise.
* diagnostic.c:  Use expand_location macro.
* pretty-print.c (pp_base_format_text):  Likewise.
* profile.c:  Likewise.
  * dwarf2out.c:  Likewise.  Also use expand_location, DECL_IS_BUILTIN.
  * dwarf2out.c (dwarf2out_decl:  Use BUILTINS_LOCATION.
* emit-rtl.c (emit_line_note):  Simplify if USE_MAPPED_LOCATION.
(force_next_line_note, insn_emit):  Handle USE_MAPPED_LOCATION case.
* final.c (final):  Likewise.
* haifa-sched.c:  Likewise.
* integrate.c:  Likewise.
* jump.c:  Likewise.
* rtl-error.c:  Likewise.
* stmt.c (check_seenlabel):  Likewise.
* tree-pretty-print.c:  Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83921 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago Conditionally compile support for --enable-mapped_location.
bothner [Wed, 30 Jun 2004 18:11:14 +0000 (18:11 +0000)]
Conditionally compile support for --enable-mapped_location.

* tree-mudflap.c (mf_file_function_line_tree):  Take a location_t
rather than a pointer to one.  Use expand_location.
(mf_varname_tree):  Use expand_location.
* tree-dump.c:  Use expand_location on DECL_SOURCE_LOCATION.
* coverage.c:  Likewise.
* print-tree.c:  Likewise.
* c-aux-info.c (gen_aux_info_record):  Likewise.
* c-parse.in:  Use SET_EXPR_LOCATION macro.
* gimple-low.c:  Likewise.
* tree-mudflap.c:  Likewise.
* gimplify.c:  Likewise.  Also use EXPR_LOCATION and EXPR_HAS_LOCATION.
* c-ppoutput.c:  Use new source_location typedef instead of fileline.
* c-semantics.c:  Use new macros.
* c-typeck.c:  Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83920 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago Conditionally compile support for --enable-mapped_location.
bothner [Wed, 30 Jun 2004 18:05:07 +0000 (18:05 +0000)]
Conditionally compile support for --enable-mapped_location.

* basic-block.h (struct edge_def):  Use new source_locus typedef.
* c-common.c (fname_decl):  Update save/clear/store of input_location.
(c_do_switch_warnings):  Update for USE_MAPPED_LOCATION case.
* c-decl.c:  Likewise.
* c-dump.c (dump_stmt):  Likewise.
* c-gimplify.c (c-gimplify.c):  Generalize using SET_EXPR_LOCATION.
* c-lex.c (cb_line_change):  If USE_MAPPED_LOCATION use token's src_loc
to set input_location direction, rather than using linemap_lookup.
(fe_file_change, cb_def_pragma):  Again use source_location directly.
* c-opts.c (saved_lineno):  Remove static variable.
(c_common_post_options, c_common_init):  Don't bothner to save,
clear and restore input_Location - now handled by lang_dependent_init.
* function.c (init_function_start):  Use new DECL_IS_BUILTIN macro.
* xcoffout.c (xcoff_assign_fundamental_type_number):  Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83919 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago Conditionally compile support for --enable-mapped_location.
bothner [Wed, 30 Jun 2004 17:58:21 +0000 (17:58 +0000)]
Conditionally compile support for --enable-mapped_location.
* input.h:  #include line-map.h for source_location typedef.
(BUILTINS_LOCATION, UNKNOWN_LOCATION, expand_location,
LOCATION_FILE, LOCATION_LINE):  New macros and functions.
(expanded_location, source_locus):  New typedefs.
(push_srcloc):  Change parameter list if USE_MAPPED_LOCATION.
* rtl.def (NOTE, ASM_OPERANDS):  Modify specifcation, if
USE_MAPPED_LOCATION.
* rtl.h (NOTE_DELETED_LABEL_NAME):  New macro.
(NOTE_SOURCE_LOCATION, NOTE_EXPNDED_LOCATION, SET_INSN_DELETED):
New conditional macros.
(ASM_OPERANDS_SOURCE_FILE, ASM_OPERANDS_SOURCE_LINE):  Replace
by ASM_OPERANDS_SOURCE_LOCATION if USE_MAPPED_LOCATION.
* tree.h (EXPR_LOCATION, SET_EXPR_LOCATION, EXPR_HAS_LOCATION,
EXPR_LOCUS, SET_EXPR_LOCUS, EXPR_FILENAME, EXPR_LINENO,
DECL_IS_BUILTIN):  New macros, most depending on USE_MAPPED__LOCATION.
(tree_exp):  Change type of locus to use new source_locus typedef.
* tree.c (build1_stat):  Use SET_EXPR_LOCATION.
(annotate_with_locus, annotate_with_file_line):  Conditionalize.
(expand_location):  New function.
* toplev.c (unknown_location):  New static, when USE_MAPPED_LOCATION.
(push_srcloc, pop_loc):  Adjust parameter handling.
(process_options):  Don't set input_filename by itself.
(lang_dependent_init):  Save, set input_location to <built-in>.
(warn_deprecated_use):  Use expand_location.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83918 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-06-30 Richard Sandiford <rsandifo@redhat.com>
echristo [Wed, 30 Jun 2004 17:27:54 +0000 (17:27 +0000)]
2004-06-30  Richard Sandiford  <rsandifo@redhat.com>
    Eric Christopher  <echristo@redhat.com>

* config/mips/3000.md: Improve description.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83917 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * config/arm/cirrus.md (cirrus_arm_movdi, cirrus_movsf_hard_insn,
pbrook [Wed, 30 Jun 2004 16:51:33 +0000 (16:51 +0000)]
* config/arm/cirrus.md (cirrus_arm_movdi, cirrus_movsf_hard_insn,
cirrus_movdf_hard_insn): Set pool ranges for coprocessor loads.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83915 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * gcc.dg/Wunreachable-8.c : New test.
law [Wed, 30 Jun 2004 16:42:24 +0000 (16:42 +0000)]
    * gcc.dg/Wunreachable-8.c : New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83914 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-06-30 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 30 Jun 2004 16:38:42 +0000 (16:38 +0000)]
2004-06-30  Benjamin Kosnik  <bkoz@redhat.com>

* config/linker-map.gnu: Revert.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83913 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * gcc.dg/h8300-ice2.c : New test
law [Wed, 30 Jun 2004 16:36:47 +0000 (16:36 +0000)]
    * gcc.dg/h8300-ice2.c : New test

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83912 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-06-30 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 30 Jun 2004 16:19:45 +0000 (16:19 +0000)]
2004-06-30  Benjamin Kosnik  <bkoz@redhat.com>
            Stuart Anderson  <anderson@netsweng.com>

* config/linker-map.gnu: Add destructor exports for abstract base
classes to conform to LSB.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83910 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * Makefile.in (OBJS-common): Add tree-chrec.o.
spop [Wed, 30 Jun 2004 15:37:42 +0000 (15:37 +0000)]
* Makefile.in (OBJS-common): Add tree-chrec.o.
(tree-chrec.o): New rule.
(GTFILES): Add tree-chrec.h.
* gengtype.c (open_base_files): Add tree-chrec.h.
* tree-chrec.c: New file.
* tree-chrec.h: New file.
* tree.def (SCEV_KNOWN, SCEV_NOT_KNOWN, POLYNOMIAL_CHREC): New nodes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83909 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * combine.c: Include "output.h" to define dump_file.
sayle [Wed, 30 Jun 2004 13:02:36 +0000 (13:02 +0000)]
* combine.c: Include "output.h" to define dump_file.
(uid_insn_cost, last_insn_cost): New global variables.
(combine_insn_cost): New function to estimate cost of an insn.
(combine_validate_cost): New function to determine whether a
try_combine replacement sequence is cheaper than the original.
(combine_instructions): Allocate and populate uid_insn_cost
array at the start of the combine pass, and deallocate it after.
(try_combine): Check combine_validate_cost to determine whether
a "recombination" should be rejected as being more expensive.
* Makefile.in (combine.o): Add dependency upon output.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83908 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agofortran/
tobi [Wed, 30 Jun 2004 12:48:51 +0000 (12:48 +0000)]
fortran/
PR fortran/16161
* decl.c (gfc_match_type_spec): Rename second argument to
'implicit_flag', reverse meaning. Don't match_char_spec if
'implicit_flag' is set. Rename to ...
(match_type_spec): ... this.
(gfc_match_implicit_none, match_implicit_range): Move here
from match.c.
(gfc_match_implicit): Move here from match.c, try to
match_char_len if match_implicit_range doesn't succeed for
CHARACTER implicits. Call renamed fucntion match_type_spec.
(gfc_match_data_decl, match_prefix): Call renamed function
match_type_spec.
* match.c (gfc_match_implicit_none, match_implicit_range,
gfc_match_implicit): Move to decl.c.
* match.h (gfc_match_implicit_none, gfc_match_implicit):
Move protoypes to section 'decl.c'.
(gfc_match_type_spec): Remove prototype.

testsuite/
PR fortran/16161
* gfortran.fortran-torture/compile/implicit.f90: Add test
for implicit character.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83907 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * config/rs6000/rs6000.c (rs6000_rtx_costs) <MINUS_EXPR>: Handle
sayle [Wed, 30 Jun 2004 12:46:52 +0000 (12:46 +0000)]
* config/rs6000/rs6000.c (rs6000_rtx_costs) <MINUS_EXPR>: Handle
subtractions identically to additions, always COSTS_N_INSNS (1).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83906 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * expmed.c (expand_smod_pow2): Fix sign of mask.
amylaar [Wed, 30 Jun 2004 12:30:00 +0000 (12:30 +0000)]
* expmed.c (expand_smod_pow2): Fix sign of mask.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83905 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago 2004-06-30 David Billinghurst (David.Billinghurst@riotinto.com)
billingd [Wed, 30 Jun 2004 11:50:45 +0000 (11:50 +0000)]
 2004-06-30  David Billinghurst (David.Billinghurst@riotinto.com)

PR fortran/16289
* gfortran.fortran-torture/execute/intrinsic_nearest.f90
Use tiny() intrinsic to find smallest non-negative real

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83904 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * gcc.dg/compat/struct-by-value-22_main.c: New test.
jakub [Wed, 30 Jun 2004 11:44:50 +0000 (11:44 +0000)]
* gcc.dg/compat/struct-by-value-22_main.c: New test.
* gcc.dg/compat/struct-by-value-22_x.c: New.
* gcc.dg/compat/struct-by-value-22_y.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83903 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * tree-ssa-pre.c (phi_trans_add): Use is_gimple_min_invariant
dnovillo [Wed, 30 Jun 2004 11:06:28 +0000 (11:06 +0000)]
* tree-ssa-pre.c (phi_trans_add): Use is_gimple_min_invariant
to check for constants.
(set_remove): Likewise.
(value_replace_in_set): Likewise.
(find_leader): Likewise.
* tree-vn.c (set_value_handle): Likewise.
(vn_lookup): Likewise.
(vn_lookup_or_add): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83902 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago RTL prologue/epilogue for SPARC
ebotcazou [Wed, 30 Jun 2004 10:31:30 +0000 (10:31 +0000)]
RTL prologue/epilogue for SPARC
* config/sparc/sparc-protos.h (sparc_emitting_epilogue): Delete.
(sparc_skip_caller_unimp): Likewise.
(load_pic_register): Likewise.
(leaf_return_peephole_ok): Likewise.
(compute_frame_size): Rename into sparc_compute_frame_size.
(sparc_expand_prologue): New prototype.
(sparc_expand_epilogue): Likewise.
(output_return): Likewise.
(eligible_for_epilogue_delay): Rename into eligible_for_return_delay.
* config/sparc/sparc.h (INITIAL_ELIMINATION_OFFSET): Adjust call to
compute_frame_size.  Move comment up.
(DELAY_SLOTS_FOR_EPILOGUE): Delete.
(ELIGIBLE_FOR_EPILOGUE_DELAY): Likewise.
(EPILOGUE_USES): Return true for %g1 if the function uses EH return.
* config/sparc/sparc.md (UNSPECV_SAVEW): New constant.
(type attribute): Add 'return' and 'savew'.
(eligible_for_return_delay): New attribute.
(return): New delay_slot.
(sibcall_epilogue): Call sparc_expand_epilogue.
(prologue): Likewise.  Move up.
(save_register_window): New expander.
(save_register_windowsi): New pattern.
(save_register_windowdi): Likewise.
(epilogue): New expander.
(return_internal): New pattern.
(Return peepholes): Delete.
* config/sparc/sparc.c (SIBCALL_SLOT_EMPTY_P): New macro.
(sparc_emitting_epilogue): Delete.
(sparc_skip_caller_unimp): Likewise.
(sparc_sr_alias_set): New global variable.
(frame_base_name): Delete.
(frame_base_reg): New global variable.
(sparc_override_options): Get new alias set for save/restore.
(leaf_return_peephole_ok): Delete.
(eligible_for_epilogue_delay): Rename into eligible_for_return_delay.
Factor out code into eligible_for_restore_insn_delay.
(eligible_for_restore_insn_delay): New function extraced from above.
Use IN_UNCOND_BRANCH_DELAY_TRUE instead of IN_BRANCH_DELAY_TRUE.
(eligible_for_sibcall_delay): Use SIBCALL_SLOT_EMPTY_P.
Factor out code into eligible_for_restore_insn_delay.
(load_pic_register): Make static.  Remove check.
(save_regs): Delete.
(restore_regs): Likewise.
(compute_frame_size): Rename into sparc_compute_frame_size.
Rename leaf_function into leaf_function_p.
(build_big_number): Delete.
(save_or_restore_regs): New function.
(emit_save_regs): Likewise.
(emit_restore_regs): Likewise.
(emit_stack_pointer_increment ): Likewise.
(emit_stack_pointer_decrement): Likewise.
(sparc_expand_prologue): Likewise.
(sparc_function_prologue): Rename into sparc_asm_function_prologue.
Remove all code to emit instructions.
(sparc_expand_epilogue): New function.
(sparc_function_epilogue): Rename into sparc_asm_function_epilogue.
Remove all code to emit instructions.
(output_restore): New function.
(output_return): Likewise.
(output_sibcall): Factor out code into output_restore.
(print_operand): Adjust for frame_base_reg.
* target.h (struct gcc_target): New field 'late_rtl_prologue_epilogue'.
* target-def.h (TARGET_LATE_RTL_PROLOGUE_EPILOGUE): New define.
(TARGET_INITIALIZER): Add it.
* passes.c (rest_of_compilation): Set the conditional predicate
'current_function_uses_only_leaf_regs' before sched2.  If target
has 'late_rtl_prologue_epilogue', emit RTL prologue/epilogue right
before sched2.
* reorg.c (return_insn_p): New predicate.
(find_end_label): Use it.
(relax_delay_slots): Do not thread an unconditional jump that points
to the end return label.
* doc/tm.texi (Registers) <Leaf Functions>: Clarify the validity
domain of 'current_function_uses_only_leaf_regs'.
(Stack and Calling) <Function Entry>: Document new target hook
TARGET_LATE_RTL_PROLOGUE_EPILOGUE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83901 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * simplify-rtx.c (simplify_binary_operation): Simplify
jakub [Wed, 30 Jun 2004 10:09:55 +0000 (10:09 +0000)]
* simplify-rtx.c (simplify_binary_operation): Simplify
((A & N) + B) & M -> (A + B) & M if M is pow2 minus 1 constant and
N has at least all bits in M set as well.

PR tree-optimization/15310
* expr.c (expand_assignment): Optimize += or -= on a bit field in
most significant bits.

* gcc.c-torture/execute/20040629-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83900 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * src/powerpc/ffi_darwin.c (flush_icache): ';' is a comment
geoffk [Wed, 30 Jun 2004 09:55:13 +0000 (09:55 +0000)]
* src/powerpc/ffi_darwin.c (flush_icache): ';' is a comment
character on Darwin, use '\n\t' instead.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83899 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * config/c4x/c4x.md: Fix comment.
steven [Wed, 30 Jun 2004 09:32:41 +0000 (09:32 +0000)]
* config/c4x/c4x.md: Fix comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83898 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-06-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
paolo [Wed, 30 Jun 2004 09:20:18 +0000 (09:20 +0000)]
2004-06-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
            Paolo Carlini  <pcarlini@suse.de>

* include/bits/cpp_type_traits.h: Add __is_pointer and
__is_trivially_copyable.
* include/bits/stl_algobase.h (fill, fill_n): Slightly
tweak to use the latter.
(__copy_backward_dispatch): Remove.
(__copy_backward_aux): Rewrite to use __is_pointer and
__is_trivially_copyable and __copy_backward::copy_b.
(__copy_backward): Rewrite as a class template and two
specializations.

2004-06-30  Paolo Carlini  <pcarlini@suse.de>

* testsuite/25_algorithms/copy.cc: Move to...
* testsuite/25_algorithms/copy/1.cc: ... here, extend.
* testsuite/25_algorithms/copy/2.cc: New.
* testsuite/25_algorithms/copy/3.cc: New.
* testsuite/25_algorithms/copy/4.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83897 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-0630 Akos Kiss <akiss@inf.u-szeged.hu>
rearnsha [Wed, 30 Jun 2004 09:17:43 +0000 (09:17 +0000)]
2004-0630  Akos Kiss  <akiss@inf.u-szeged.hu>
* arm.md (cond_return_inverted): Add "length" attribute.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83896 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * intrinsics/rand.c (rand): Wrap the irand() call from the previous
steven [Wed, 30 Jun 2004 08:21:54 +0000 (08:21 +0000)]
* intrinsics/rand.c (rand): Wrap the irand() call from the previous
commit in prefix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83895 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * tree.c (build_min_nt, build_min, build_min_non_dep):
bothner [Wed, 30 Jun 2004 06:42:43 +0000 (06:42 +0000)]
* tree.c (build_min_nt, build_min, build_min_non_dep):
Don't set TREE_COMPLEXITY from input_line.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83894 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * config/i386/winnt.c (i386_pe_encode_section_info): Smash rtlname's
bothner [Wed, 30 Jun 2004 05:04:38 +0000 (05:04 +0000)]
* config/i386/winnt.c (i386_pe_encode_section_info):  Smash rtlname's
XSTR in place, so we don't lose SYMBOL_REF_DECL info.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83893 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * jni.cc (_Jv_JNI_NewGlobalRef, JNICALL _Jv_JNI_DeleteGlobalRef,
bothner [Wed, 30 Jun 2004 04:52:11 +0000 (04:52 +0000)]
* jni.cc (_Jv_JNI_NewGlobalRef, JNICALL _Jv_JNI_DeleteGlobalRef,
etc etc):  Remove needless parenthesis, which causes __stdcall__
attribute on MinGW to get ignored.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83892 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * config/ia64/hpux.h: Target does too support thread-local storage.
zack [Wed, 30 Jun 2004 03:50:55 +0000 (03:50 +0000)]
* config/ia64/hpux.h: Target does too support thread-local storage.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83891 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoRevert accidental commit
zack [Wed, 30 Jun 2004 03:29:59 +0000 (03:29 +0000)]
Revert accidental commit

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83890 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * combine.c (distribute_notes): Don't look at global_regs for
zack [Wed, 30 Jun 2004 03:28:31 +0000 (03:28 +0000)]
* combine.c (distribute_notes): Don't look at global_regs for
pseudos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83889 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * gimplify.c (gimplify_modify_expr_rhs): Move immediately before
rth [Wed, 30 Jun 2004 00:38:18 +0000 (00:38 +0000)]
    * gimplify.c (gimplify_modify_expr_rhs): Move immediately before
        gimplify_modify_expr.
        (gimplify_init_constructor): Likewise.  Gimplify the null
        CONSTRUCTOR assignment.
        (gimplify_modify_expr_to_memcpy): New.
        (gimplify_modify_expr_to_memset): New.
        (gimplify_modify_expr): Use them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83888 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoDaily bump.
gccadmin [Wed, 30 Jun 2004 00:16:13 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83886 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * web.c (union_defs): use all defs of an instruction to create a
rth [Tue, 29 Jun 2004 23:19:20 +0000 (23:19 +0000)]
    * web.c (union_defs): use all defs of an instruction to create a
        union with a read/write use

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83882 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR middle-end/16216
rth [Tue, 29 Jun 2004 23:10:53 +0000 (23:10 +0000)]
    PR middle-end/16216
        * builtins.c (gimplify_va_arg_expr): Check for valist being
        an error_mark_node.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83881 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
tobi [Tue, 29 Jun 2004 22:52:58 +0000 (22:52 +0000)]
2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
Paul Brook  <paul@codesourcery.com>

* runtime/normalize.c (normalize_r4_i4, normalize_r8_i8): Fix
comments.
* intrinsics/rand.c (rand): Call irand() in call to normalize_r4_i4.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83880 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-06-29 Frank Ch. Eigler <fche@redhat.com>
fche [Tue, 29 Jun 2004 22:30:53 +0000 (22:30 +0000)]
2004-06-29  Frank Ch. Eigler  <fche@redhat.com>

Splay tree implementation fork.
* splay-tree.c, splay-tree.h: Copied & modified from libiberty.
Use hard-coded comparison function for uintptr_t.  Remove key/value
deallocation logic.  Cache last splayed key for consecutive lookups.
* Makefile.am, Makefile.in: Use them, don't link to them.
* mf-runtime.c (__mf_object_tree): Adapt to simpler splay_tree_new.
(__mf_find_objects2): Flip successor/predecessor search sequence.
* ansidecl.h, libiberty.h: Removed dummy files.

2004-06-29  Nick Clifton  <nickc@redhat.com>

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83879 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago* decl.c, interface.c, symbol.c, trans-common.c: Add 2004 to
tobi [Tue, 29 Jun 2004 22:11:38 +0000 (22:11 +0000)]
* decl.c, interface.c, symbol.c, trans-common.c: Add 2004 to
copyright years.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83878 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-06-29 Steven Bosscher <stevenb@suse.de>
steven [Tue, 29 Jun 2004 22:01:35 +0000 (22:01 +0000)]
2004-06-29  Steven Bosscher  <stevenb@suse.de>

Make sure types in assignments are compatible.  Mostly mechanical.
* trans-const.h (gfc_index_one_node): New define.
* trans-array.c (gfc_trans_allocate_array_storage,
gfc_trans_allocate_temp_array, gfc_trans_array_constructor_subarray,
gfc_trans_array_constructor_value, gfc_trans_array_constructor,
gfc_conv_array_ubound, gfc_conv_array_ref,
gfc_trans_scalarized_loop_end, gfc_conv_section_startstride,
gfc_conv_ss_startstride, gfc_conv_loop_setup, gfc_array_init_size,
gfc_trans_array_bounds, gfc_trans_dummy_array_bias,
gfc_conv_expr_descriptor, gfc_trans_deferred_array): Use the correct
types in assignments, conversions and conditionals for expressions.
* trans-expr.c (gfc_conv_expr_present, gfc_conv_substring,
gfc_conv_unary_op, gfc_conv_cst_int_power, gfc_conv_string_tmp,
gfc_conv_function_call, gfc_trans_pointer_assignment,
gfc_trans_scalar_assign): Likewise.
* trans-intrinsic.c (build_fixbound_expr, gfc_conv_intrinsic_bound,
gfc_conv_intrinsic_anyall, gfc_conv_intrinsic_count,
gfc_conv_intrinsic_minmaxloc, gfc_conv_intrinsic_btest,
gfc_conv_intrinsic_singlebitop, gfc_conv_intrinsic_ishft,
gfc_conv_intrinsic_ishftc, gfc_conv_intrinsic_strcmp,
gfc_conv_allocated, gfc_conv_associated,
gfc_conv_intrinsic_rrspacing, gfc_conv_intrinsic_trim): Likewise.
* trans-io.c (set_string): Likewise.
* trans-stmt.c (gfc_trans_do, gfc_trans_forall_loop,
gfc_do_allocate, generate_loop_for_temp_to_lhs,
generate_loop_for_rhs_to_temp, compute_inner_temp_size,
compute_overall_iter_number, gfc_trans_assign_need_temp,
gfc_trans_pointer_assign_need_temp, gfc_trans_forall_1,
gfc_evaluate_where_mask, gfc_trans_where_assign,
gfc_trans_where_2): Likewise.
* trans-types.c (gfc_get_character_type, gfc_build_array_type,
gfc_get_nodesc_array_type, gfc_get_array_type_bounds): Likewise.

* trans.c (gfc_add_modify_expr): Add sanity check that types
for the lhs and rhs are the same for scalar assignments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83877 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoFix ChangeLog entry
tobi [Tue, 29 Jun 2004 21:33:24 +0000 (21:33 +0000)]
Fix ChangeLog entry

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83876 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoRevert previous accidental commit.
tobi [Tue, 29 Jun 2004 21:22:18 +0000 (21:22 +0000)]
Revert previous accidental commit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83875 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago* dump-parse-tree.c (show_common): New function.
tobi [Tue, 29 Jun 2004 21:18:10 +0000 (21:18 +0000)]
* dump-parse-tree.c (show_common): New function.
(gfc_show_namespace): Show commons.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83874 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * gcc.dg/compat/vector-defs.h: Use vector_size attribute
jakub [Tue, 29 Jun 2004 19:31:55 +0000 (19:31 +0000)]
* gcc.dg/compat/vector-defs.h: Use vector_size attribute
only for GCC 3.5+, for GCC up to 3.4 mode(V*) attribute instead.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83873 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR target/16195
jakub [Tue, 29 Jun 2004 19:27:07 +0000 (19:27 +0000)]
PR target/16195
* config/rs6000/rs6000.c (rs6000_conditional_register_usage): Make
r30 fixed if TARGET_TOC && TARGET_MINIMAL_TOC.
(first_reg_to_save): Pretend call_used_regs[30] is 0 if
TARGET_TOC && TARGET_MINIMAL_TOC.
(rs6000_emit_prologue, rs6000_emit_epilogue): Likewise.

* gcc.dg/20040625-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83872 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
tobi [Tue, 29 Jun 2004 18:57:25 +0000 (18:57 +0000)]
2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
Andrew Vaught  <andyv@firstinter.net>

PR fortran/13249
PR fortran/15481
* declc (gfc_match_save): Adapt to new common structures,
don't allow saving USE-associated common.
* dump-parse-tree (gfc_show_attr): (saved_)common are not
symbol attributes any longer.
(gfc_show_symbol): Don't show old-style commons any longer.
(gfc_show_namespace): Adapt call to gfc_traverse_symtree to new
interface.
* gfortran.h (symbol_attribute): Remove common and saved_common
attributes.
(gfc_symbol): Remove common_head element.
(gfc_common_head): New struct.
(gfc_get_common_head): New macro.
(gfc_symtree): Add field 'common' to union.
(gfc_namespace): Add field 'common_root'; change type of field
'blank_common' to blank_common.
(gfc_add_data): New prototype.
(gfc_traverse_symtree): Expect a symtree as first argument
instead of namespace.
* match.c (gfc_get_common): New function.
(match_common_name): Change to take char * as argument, adapt,
fix bug with empty name.
(gfc_match_common): Adapt to new data structures. Disallow
redeclaration of USE-associated COMMON-block. Fix bug with
empty common.
(var_element): Adapt to new common structures.
* match.h (gfc_get_common): Declare.
* module.c: Add 2004 to copyright years, add commons to module
file layout description.
(ab_attribute, attr_bits, mio_symbol_attributes): Remove code
for removed attributes.
(mio_symbol): Adapt to new way of storing common relations.
(load_commons): New function.
(read_module): Skip common list on first pass, load_commons at
second.
(write_commons): New function.
(write_module): Call write_commons().
* symbol.c (gfc_add_saved_comon, gfc_add_common): Remove
functions related to removed attributes.
(gfc_add_data): New function.
(gfc_clear_attr): Don't set removed attributes.
(gfc_copy_attr): Don't copy removed attributes.
(traverse_symtree): Remove.
(gfc_traverse_symtree): Don't traverse symbol
tree of the passed namespace, but require a symtree to be passed
instead. Unify with traverse_symtree.
(gfc_traverse_ns): Call gfc_traverse_symtree according to new
interface.
(save_symbol): Remove setting of removed attribute.
* trans-common.c (gfc_sym_mangled_common_id): Change to
take 'char *' argument instead of 'gfc_symbol'.
(build_common_decl, new_segment, translate_common): Adapt to new
data structures, add new
argument name.
(create_common): Adapt to new data structures, add new
argument name. Fix typo in intialization of derived types.
(finish_equivalences): Add second argument in call to
create_common.
(named_common): take 'gfc_symtree' instead of 'gfc_symbol'.
(gfc_trans_common): Adapt to new data structures.
* trans-decl.c (gfc_create_module_variables): Also output
symbols from commons.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83871 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago* io.c: Add 2004 to copyright years.
tobi [Tue, 29 Jun 2004 18:55:11 +0000 (18:55 +0000)]
* io.c: Add 2004 to copyright years.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83870 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * testsuite/libjava.compile/PR16249.java: New test case. PR
bryce [Tue, 29 Jun 2004 18:09:58 +0000 (18:09 +0000)]
* testsuite/libjava.compile/PR16249.java: New test case. PR
gcc/16249.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83869 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
tobi [Tue, 29 Jun 2004 18:01:04 +0000 (18:01 +0000)]
2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
Andrew Vaught  <andyv@firstinter.net>

* gfortran.h (gfc_gsymbol): New typedef.
(gfc_gsym_root): New variable.
(gfc_get_gsymbol, gfc_find_gsym): New prototypes.
* parse.c (global_used): New function.
(parse_block_data): Check for double empty BLOCK DATA,
use global symbol table.
(parse_module): Use global symbol table.
(add_global_procedure, add_global_program): New functions.
(gfc_parse_file): Use global symbol table.
* symbol.c (gfc_gsym_root): New variable.
(gfc_find_gsym, gsym_compare, gfc_get_gsymbol): New
functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83868 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR java/1262
bryce [Tue, 29 Jun 2004 17:58:44 +0000 (17:58 +0000)]
PR java/1262
* class.c (layout_class_method): Do not override package-private
method if its in a different package.
(split_qualified_name): Move here from parse.y. Rename from
breakdown_qualified. Add comment.
(in_same_package): Move here from parse.y. Add comment.
* java-tree.h (break_down_qualified, in_same_package): Declare.
(in_same_package): Likewise.
* parse.y (breakdown_qualified, in_same_package): Moved to class.c.
Callers updated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83867 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago Fix gcc.dg/builtin-apply2.c failures:
amylaar [Tue, 29 Jun 2004 17:37:13 +0000 (17:37 +0000)]
Fix gcc.dg/builtin-apply2.c failures:
* sh.h (TARGET_VARARGS_PRETEND_ARGS): Define.
* sh.c (extra_push): Delete.
(sh_expand_prologue): Don't do extra stack adjustment for
current_function_pretend_args_size if it comes from varargs setup.
Use TARGET_VARARGS_PRETEND_ARGS.  Don't set extra_push.
(sh_expand_epilogue): Don't use extra_push.
(sh_setup_incoming_varargs): Set pretend_arg_size when necessary.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83864 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago Fix gcc.dg/builtin-apply2.c failures:
amylaar [Tue, 29 Jun 2004 17:37:06 +0000 (17:37 +0000)]
Fix gcc.dg/builtin-apply2.c failures:
* sh.h (TARGET_VARARGS_PRETEND_ARGS): Define.
* sh.c (extra_push): Delete.
(sh_expand_prologue): Don't do extra stack adjustment for
current_function_pretend_args_size if it comes from varargs setup.
Use TARGET_VARARGS_PRETEND_ARGS.  Don't set extra_push.
(sh_expand_epilogue): Don't use extra_push.
(sh_setup_incoming_varargs): Set pretend_arg_size when necessary.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83863 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agofortran/
tobi [Tue, 29 Jun 2004 17:21:37 +0000 (17:21 +0000)]
fortran/
* module.c (mio_gmp_real): Correct writing of negative numbers.

testsuite/
* gfortran.fortran-torture/execute/parameter_2.f90: New test.

Also corrected dates in previous ChangeLog entries

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83862 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * expmed.c (expand_smod_pow2): Provide alternate implementations
sayle [Tue, 29 Jun 2004 17:13:08 +0000 (17:13 +0000)]
* expmed.c (expand_smod_pow2): Provide alternate implementations
that avoid conditional jumps, and choose between them based upon
the target's rtx_costs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83861 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-06-29 Andrew Pinski <apinski@apple.com>
pinskia [Tue, 29 Jun 2004 17:04:44 +0000 (17:04 +0000)]
2004-06-29  Andrew Pinski  <apinski@apple.com>

        * tree-sra.c: Include expr.h for definition of MOVE_RATIO.
        * Makefile.in (tree-sra.c): Update dependencies.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83860 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agofortran/
tobi [Tue, 29 Jun 2004 17:01:35 +0000 (17:01 +0000)]
fortran/
PR fortran/15963
* expr.c (check_intrinsic_op): Allow comparison of characters.
Make logic easier.

testsuite/
PR fortran/15963
* gfortran.fortran-torture/execute/initialization_1.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83859 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * tree-sra.c: Rewrite from scratch. Handle nested aggregates.
rth [Tue, 29 Jun 2004 16:25:28 +0000 (16:25 +0000)]
    * tree-sra.c: Rewrite from scratch.  Handle nested aggregates.
        * gcc.dg/tree-ssa/20040430-1.c: Expect zero if's.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83858 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-06-29 Andrew Haley <aph@redhat.com>
aph [Tue, 29 Jun 2004 16:18:46 +0000 (16:18 +0000)]
2004-06-29  Andrew Haley  <aph@redhat.com>

        * except.c (expand_start_java_handler): Push a new binding level.
        Don't build a TRY_CATCH_EXPR now, we'll do it later.  Call
        register_exception_range() to register where we'll do it.
        (expand_end_java_handler): Remove old bogus code.  Replace with
        new logic that simply builds TRY_CATCH_EXPRs and inserts them at
        the top of the expression we're curently building.
        (maybe_end_try): Delete.
        * decl.c (binding_level.exception_range): New field.
        (clear_binding_level): Add field exception_range.  Reformat.
        (poplevel): Call expand_end_java_handler().
        (poplevel): Call java_add_stmt only if functionbody is false.
        (maybe_poplevels): Don't call maybe_end_try() from here.
        (end_java_method): Clear no longer used trees in function decl.
        (register_exception_range): New function.
        * java-tree.h (register_exception_range, struct eh_range): Declare.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83857 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * vec.h (VEC_T_safe_push, VEC_T_safe_insert): Tweak for when
nathan [Tue, 29 Jun 2004 15:56:17 +0000 (15:56 +0000)]
* vec.h (VEC_T_safe_push, VEC_T_safe_insert): Tweak for when
size_t is bigger than int.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83855 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agogcc/
pbrook [Tue, 29 Jun 2004 14:50:35 +0000 (14:50 +0000)]
gcc/
* target-def.h (TARGET_CXX_GET_COOKIE_SIZE,
TARGET_CXX_COOKIE_HAS_SIZE): Define.
(TARGET_CXX): Use them.
* target.h (struct gcc_target): Add cxx.get_cookie_size and
cxx.cookie_has_size.
* targhooks.c (default_cxx_get_cookie_size): New fucntion.
* targhooks.h (default_cxx_get_cookie_size): Add prototype.
* config/arm/arm.c (TARGET_CXX_GET_COOKIE_SIZE,
TARGET_CXX_COOKIE_HAS_SIZE): Define.
(arm_get_cookie_size, arm_cookie_has_size): New functions.
* Make-lang.in (cp/init.o): Add dependency on $(TARGET_H).
* doc/tm.texi: Document TARGET_CXX_GET_COOKIE_SIZE and
TARGET_CXX_COOKIE_HAS_SIZE.
gcc/cp/
* init.c: Include target.h.
(get_cookie_size): Remove and replace with target hook.
Update callers.
(build_new_1): Store the element size in the cookie.
libstdc++-v3/
* libsupc++/vec.cc (__cxa_vec_new2, __cxa_vec_new3): Store the
element size in the cookie.
testsuite/
* g++.old-deja/g++.abi/arraynew.C: Handle ARM EABI cookies.
* g++.old-deja/g++.abi/cxa_vec.C: Allocate larger cookies for AEABI.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83854 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * lrealpath.c (lrealpath): Add _WIN32 support.
dannysmith [Tue, 29 Jun 2004 11:37:20 +0000 (11:37 +0000)]
* lrealpath.c (lrealpath): Add _WIN32 support.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83853 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agocp:
nathan [Tue, 29 Jun 2004 11:10:11 +0000 (11:10 +0000)]
cp:
        PR c++/16260
        * parser.c (cp_parser_template_declaration_after_export): Disable
        access checks here ...
        (cp_parser_class_specifier): ... not here.
testsuite:
        PR c++/16260
        * g++.dg/parse/crash15.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83851 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoconfigure.ac (AC_CHECK_HEADERS): Add dirent.h
nickc [Tue, 29 Jun 2004 10:27:15 +0000 (10:27 +0000)]
configure.ac (AC_CHECK_HEADERS): Add dirent.h
configure: Regenerate.
mf-hooks2.c: Surround uses of dirent.h with #ifdef HAVE_DIRENT_H.
  Remove spurious inclusion of <strings.h>.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83850 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * cfglayout.c (fixup_reorder_chain): Don't do anything for
amylaar [Tue, 29 Jun 2004 10:19:42 +0000 (10:19 +0000)]
* cfglayout.c (fixup_reorder_chain): Don't do anything for
e_fall->dest == EXIT_BLOCK_PTR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83849 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago(pthread_join): Only apply the weak pragma if the function actually exists.
nickc [Tue, 29 Jun 2004 09:53:50 +0000 (09:53 +0000)]
(pthread_join): Only apply the weak pragma if the function actually exists.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83847 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * tree-cfg.c (verify_stmt): Add last_in_block parameter. Verify
rth [Tue, 29 Jun 2004 06:59:35 +0000 (06:59 +0000)]
    * tree-cfg.c (verify_stmt): Add last_in_block parameter.  Verify
        that eh stmts can throw.
        (verify_stmts): Update verify_stmt call.
        (tree_purge_dead_eh_edges, tree_purge_all_dead_eh_edges): New.
        * tree-eh.c (remove_stmt_from_eh_region): New.
        (lower_eh_constructs): Fix throw_stmt_table delete routine.
        (tree_could_trap_p): Match may_trap_p.
        (maybe_clean_eh_stmt): New.
        * tree-flow.h: Update decls.
        * tree-ssa-ccp.c (pass_ccp): Add TODO_verify_stmts.
        (substitute_and_fold): Clean eh edges.
        * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Handle
        empty basic blocks.
        * tree-ssa-dom.c (need_eh_cleanup): New.
        (tree_ssa_dominator_optimize): Allocate it.  Cleanup eh edges.
        (optimize_stmt): Cleanup eh stmts; set need_eh_cleanup.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83843 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * function.c (assign_parms): Don't abort with zero size stack
amodra [Tue, 29 Jun 2004 03:54:07 +0000 (03:54 +0000)]
* function.c (assign_parms): Don't abort with zero size stack
parm failing the PARM_BOUNDARY check.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83840 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-06-28 Andrew Pinski <apinski@apple.com>
pinskia [Tue, 29 Jun 2004 03:18:20 +0000 (03:18 +0000)]
2004-06-28  Andrew Pinski  <apinski@apple.com>

        * gcc.dg/pr14963.c: Remove the dg-warning as it is dected
        by the error already.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83839 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * testsuite/libjava.jacks/jacks.xfail: Remove
bryce [Tue, 29 Jun 2004 02:20:14 +0000 (02:20 +0000)]
* testsuite/libjava.jacks/jacks.xfail: Remove
8.1.3-superclass-6.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83838 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * common.opt (ftree-fre): New flag.
dnovillo [Tue, 29 Jun 2004 01:53:04 +0000 (01:53 +0000)]
* common.opt (ftree-fre): New flag.
* flags.h (flag_tree_fre): Declare.
* opts.c (decode_options): Set.
* timevar.def (TV_TREE_FRE): Define.
* tree-flow-inline.h (may_propagate_copy): Re-arrange for
readability.  Handle destinations that are not SSA_NAMEs.
* tree-flow.h (struct ptr_info_def): Move from tree.h
(cprop_into_stmt, cprop_into_successor_phis): Remove.
(vn_compute, vn_lookup_or_add, vn_add, vn_lookup): Add
vuse_optype parameter.
* tree-pass.h (pass_fre): Declare.
* tree-ssa-copy.c (cprop_operand): Move to tree-ssa-dom.c
(cprop_into_stmt): Likewise.
(cprop_into_successor_phis): Likewise.
* tree-ssa-dom.c (eliminate_redundant_computations): Fix
argument ordering in call to may_propagate_copy.
* tree-ssa-pre.c (is_undefined_value): Assume hard registers
to be always defined.
(add_to_sets): New local function.
(create_value_expr_from): New local function.
(compute_avail): Call them.
(eliminate): Don't ignore statements with virtual operands.
(init_pre): New local function.
(fini_pre): New local function.
(execute_pre): Call them.
Add argument DO_FRE.  Don't do insertion if DO_FRE is true.
(do_pre): New function.
(do_fre): New function.
(gate_fre): New function.
(pass_fre): Declare.
* tree-ssa.c (init_tree_ssa): Don't call vn_init.
(delete_tree_ssa): Don't call vn_delete.
* tree-vn.c (val_expr_pair_d): Add documentation.
(vn_compute): Add VUSES argument to incorporate in computing
hash values.  Update all callers.
(expressions_equal_p): Call operand_equal_p with
OEP_PURE_SAME.
(vn_add): Add VUSES argument.  Update all callers.
(vn_lookup): Likewise.
(vn_lookup_or_add): Likewise.
* doc/invoke.texi: Document -ftree-fre and -fdump-tree-fre.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83837 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-06-28 Jerry Quinn <jlquinn@optonline.net>
jlquinn [Tue, 29 Jun 2004 01:39:37 +0000 (01:39 +0000)]
2004-06-28  Jerry Quinn  <jlquinn@optonline.net>

* java/beans/Expression.java: New file.
* java/beans/Statement.java: New file.
* Makefile.am: Added new files.
* Makefile.in: Re-generate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83836 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoDaily bump.
gccadmin [Tue, 29 Jun 2004 00:16:15 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83834 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * jcf-write.c (get_classfile_modifiers): Formatting fixes.
bryce [Mon, 28 Jun 2004 23:48:33 +0000 (23:48 +0000)]
* jcf-write.c (get_classfile_modifiers): Formatting fixes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83831 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * config/m32r/m32r.c (m32r_sched_odd_word_p, m32r_adjust_cost,
steven [Mon, 28 Jun 2004 22:39:21 +0000 (22:39 +0000)]
* config/m32r/m32r.c (m32r_sched_odd_word_p, m32r_adjust_cost,
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

19 years ago * tree.def (REALPART_EXPR, IMAGPART_EXPR): Change class to 'r'.
rth [Mon, 28 Jun 2004 22:26:24 +0000 (22:26 +0000)]
    * tree.def (REALPART_EXPR, IMAGPART_EXPR): Change class to 'r'.
        * 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

19 years agoTypo fix.
amylaar [Mon, 28 Jun 2004 22:14:48 +0000 (22:14 +0000)]
Typo fix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83819 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * config.gcc (sh*-*elf*): Remove dead assignment of sh_multilibs.
amylaar [Mon, 28 Jun 2004 22:06:17 +0000 (22:06 +0000)]
* config.gcc (sh*-*elf*): Remove dead assignment of sh_multilibs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83818 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * builtins.def (execl, execlp, execle, execv, execvp, execve,
jsm28 [Mon, 28 Jun 2004 21:50:51 +0000 (21:50 +0000)]
* builtins.def (execl, execlp, execle, execv, execvp, execve,
fork): Change to DEF_EXT_LIB_BUILTIN.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83817 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * decl.c: Remove calls to add_decl_expr, pushdecl, rest_of_compilation,
kenner [Mon, 28 Jun 2004 21:37:16 +0000 (21:37 +0000)]
* decl.c: Remove calls to add_decl_expr, pushdecl, rest_of_compilation,
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

19 years ago * expmed.c (expand_smod_pow2): New function to expand signed
sayle [Mon, 28 Jun 2004 20:49:37 +0000 (20:49 +0000)]
* 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

19 years ago2004-06-28 Andrew Pinski <apinski@apple.com>
pinskia [Mon, 28 Jun 2004 19:20:08 +0000 (19:20 +0000)]
2004-06-28  Andrew Pinski  <apinski@apple.com>

        * 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

19 years agoCheck-in change to this file that got left out of last check-in
kenner [Mon, 28 Jun 2004 19:06:25 +0000 (19:06 +0000)]
Check-in change to this file that got left out of last check-in

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83807 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-06-28 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 28 Jun 2004 19:04:03 +0000 (19:04 +0000)]
2004-06-28  Paolo Carlini  <pcarlini@suse.de>

* 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

19 years ago2004-06-28 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 28 Jun 2004 18:31:18 +0000 (18:31 +0000)]
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

19 years ago * Makefile.in (vec.o): Fix dependencies.
uweigand [Mon, 28 Jun 2004 18:27:02 +0000 (18:27 +0000)]
* Makefile.in (vec.o): Fix dependencies.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83803 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-06-28 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Mon, 28 Jun 2004 18:11:47 +0000 (18:11 +0000)]
2004-06-28  Andreas Tobler <a.tobler@schweiz.ch>

* 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

19 years agolibiberty:
zack [Mon, 28 Jun 2004 17:52:45 +0000 (17:52 +0000)]
libiberty:
* 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

19 years ago * testsuite/demangle-expected: Add test case.
ian [Mon, 28 Jun 2004 17:36:27 +0000 (17:36 +0000)]
* testsuite/demangle-expected: Add test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83799 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR target/14041
law [Mon, 28 Jun 2004 16:23:02 +0000 (16:23 +0000)]
    PR target/14041
        * 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

19 years ago * cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK,
nathan [Mon, 28 Jun 2004 16:10:55 +0000 (16:10 +0000)]
     * 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.: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

19 years ago PR other/16240
ian [Mon, 28 Jun 2004 15:23:33 +0000 (15:23 +0000)]
PR other/16240
* 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

19 years ago * cp-tree.h (struct deferred_access): Move to ...
nathan [Mon, 28 Jun 2004 15:06:06 +0000 (15:06 +0000)]
* cp-tree.h (struct deferred_access): Move to ...
* 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

19 years ago2004-06-28 Robert Dewar <dewar@gnat.com>
charlet [Mon, 28 Jun 2004 14:37:05 +0000 (14:37 +0000)]
2004-06-28  Robert Dewar  <dewar@gnat.com>

* 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