OSDN Git Service

pf3gnuchains/gcc-fork.git
17 years ago2006-12-24 Andreas Tobler <a.tobler@schweiz.org>
andreast [Sun, 24 Dec 2006 20:57:35 +0000 (20:57 +0000)]
2006-12-24  Andreas Tobler  <a.tobler@schweiz.org>

* config/pa/pa.c: Remove heap vector type defines.

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

17 years ago * tree-ssa-operands.h (struct ssa_operand_memory_d):
hubicka [Sun, 24 Dec 2006 10:23:25 +0000 (10:23 +0000)]
* tree-ssa-operands.h (struct ssa_operand_memory_d):
add ssa_operand_mem_size.
* tree-ssa-operands.c (operands_bitmap_obstack): New.
(ssa_operand_mem_size): Remove.
(init_ssa_operands): Initialize obstack; use it.
(fini_ssa_operands): Release obstack.
(ssa_operand_alloc): Update.
(finalize_ssa_vdefs, finalize_ssa_vuse_ops, copy_virtual_operands,
get_mpt_for): Use obstack.
* tree-ssa.c (delete_tree_ssa): Call fini_ssa_operands.
* tree-outof-ssa.c: (remove_ssa_form): Don't call it here.

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

17 years ago * tree-mudflap.c (ml_decl_cache_locals, md_build_check_statement_for):
hubicka [Sun, 24 Dec 2006 10:17:15 +0000 (10:17 +0000)]
* tree-mudflap.c (ml_decl_cache_locals, md_build_check_statement_for):
add newly referenced vars.

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

17 years ago * basic-block.h: Remove the prototype for
kazu [Sun, 24 Dec 2006 01:47:56 +0000 (01:47 +0000)]
* basic-block.h: Remove the prototype for
expected_value_to_br_prob.
* rtl.h: Remove the prototypes for expand_builtin_expect_jump
and purge_line_number_notes.

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

17 years agoDaily bump.
gccadmin [Sun, 24 Dec 2006 00:17:39 +0000 (00:17 +0000)]
Daily bump.

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

17 years ago * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne,
rakdver [Sat, 23 Dec 2006 23:05:52 +0000 (23:05 +0000)]
* tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne,
assert_no_overflow_lt, assert_loop_rolls_lt,
number_of_iterations_lt, number_of_iterations_le,
number_of_iterations_cond, number_of_iterations_exit):
Use integer_zerop/integer_nonzerop instead of
null_or_integer_zerop/nonnull_and_integer_nonzerop.
* tree.h (null_or_integer_zerop, nonnull_and_integer_nonzerop):
Removed.
* tree-scalar-evolution.c (simple_iv): Return zero for step of
an invariant.
* tree-ssa-loop-ivopts.c (alloc_iv): Do not set step of invariants
to zero.
(get_iv): Return NULL for non-scalar types.  Use zero as a step
of an invariant.
(determine_biv_step, find_interesting_uses_op,
find_interesting_uses_cond, find_interesting_uses_stmt,
add_old_ivs_candidates, determine_use_iv_cost_condition,
rewrite_use_compare, remove_unused_ivs):
Use integer_zerop instead of null_or_integer_zerop.
(struct ifs_ivopts_data): Replace step_p field with step field.
(idx_find_step): Use zero as a step of an invariant.  Modify
step instead of *step_p.
(find_interesting_uses_address): Use zero as a step of an invariant.
Use integer_zerop instead of null_or_integer_zerop.
(find_interesting_uses_outside): Call find_interesting_uses_op only
for phi nodes for real operands.
(add_candidate_1): Expect step to be non-NULL.
* tree-ssa-loop-prefetch.c (idx_analyze_ref): Expect step to be
non-NULL.

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

17 years ago2006-12-23 Andrew Pinski <pinskia@gmail.com>
pinskia [Sat, 23 Dec 2006 22:38:34 +0000 (22:38 +0000)]
2006-12-23  Andrew Pinski  <pinskia@gmail.com>

        * vec.c: Don't include tree.h.
        * Makefile.in (vec.o): Update dependencies.
        (build/vec.o): Likewise.

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

17 years ago * Makefile.in (final.o): Depend on vecprim.h.
kazu [Sat, 23 Dec 2006 22:10:10 +0000 (22:10 +0000)]
* Makefile.in (final.o): Depend on vecprim.h.
* final.c: Include vecprim.h.
(insn_addresses_): Change the type to VEC(int,heap)*.
* insn-addr.h (INSN_ADDRESSES_DEFN): Remove.
(INSN_ADDRESSES, INSN_ADDRESSES_ALLOC, INSN_ADDRESSES_SIZE,
INSN_ADDRESSES_NEW): Use VEC instead of VARRAY.

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

17 years ago * common.opt (flag_force_mem): Remove.
kazu [Sat, 23 Dec 2006 21:54:59 +0000 (21:54 +0000)]
* common.opt (flag_force_mem): Remove.
* doc/invoke.texi (-fforce-mem): Remove.
* opts.c (common_handle_option): Don't handle OPT_fforce_mem.

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

17 years ago2006-12-23 Marcin Dalecki <martin@dalecki.de>
dalecki [Sat, 23 Dec 2006 18:10:48 +0000 (18:10 +0000)]
2006-12-23  Marcin Dalecki  <martin@dalecki.de>

       * cgraphunit.c (cgraph_optimize): Fixed obvious thinko in memory
       consumption reporting.

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

17 years ago2006-12-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Sat, 23 Dec 2006 17:45:33 +0000 (17:45 +0000)]
2006-12-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

PR middle-end/7651
* c.opt (Wmissing-parameter-type): New.
* doc/invoke.texi (Wmissing-parameter-type): Document it.
(Wextra): Enabled by -Wextra.
* c-opts.c (c_common_post_options): Enabled by -Wextra.
* c-decl.c (store_parm_decls_oldstyle): Replace Wextra with
Wmissing-parameter-type.

testsuite/

* gcc.dg/Wmissing-parameter-type.c: New.
* gcc.dg/Wmissing-parameter-type-Wextra.c: New.
* gcc.dg/Wmissing-parameter-type-no.c: New.

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

17 years ago * dwarf2out.c (dbx_reg_number): Do leaf register remapping
ebotcazou [Sat, 23 Dec 2006 17:18:38 +0000 (17:18 +0000)]
* dwarf2out.c (dbx_reg_number): Do leaf register remapping
only if the function is leaf.
(multiple_reg_loc_descriptor): Likewise.

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

17 years ago * rtl.h (NOTE_EXPECTED_VALUE): Remove.
kazu [Sat, 23 Dec 2006 16:01:47 +0000 (16:01 +0000)]
* rtl.h (NOTE_EXPECTED_VALUE): Remove.

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

17 years ago * toplev.c (dump_memory_report): Break out from...
hubicka [Sat, 23 Dec 2006 14:30:36 +0000 (14:30 +0000)]
* toplev.c (dump_memory_report): Break out from...
(finalize): Here.
* toplev.h (dump_memory_report): Declare.
(cmp_statistic): Rename to ...
(final_cmp_statistic): ... this one
(cmp_statistic): New.
(dump_ggc_loc_staitsitcs): New FINAL parpameter.
* common.opt (-fpre-ipa-mem-report, -fpost-ipa-mem-report): Declare.
* varray.c (dump_varray_staitiscs): Do not segfault when no varray was
allocated so far.

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

17 years ago * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): Add
mrs [Sat, 23 Dec 2006 05:54:19 +0000 (05:54 +0000)]
    * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): Add
        -mmacosx-version-min=10.4.
        (crt2.o): Add $(DARWIN_EXTRA_CRT_BUILD_CFLAGS).

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

17 years ago * tree-flow-inline.h (var_ann): External variable annotations are
hubicka [Sat, 23 Dec 2006 00:27:44 +0000 (00:27 +0000)]
* tree-flow-inline.h (var_ann): External variable annotations are
unshared too.
(tree_common_ann): Handle correctly unshared variables annotations.
* tree-dfa.c (create_var_ann): External variable annotations are
unshared too.

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

17 years agoDaily bump.
gccadmin [Sat, 23 Dec 2006 00:17:51 +0000 (00:17 +0000)]
Daily bump.

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

17 years ago * basic-block.h: Remove the prototype for
kazu [Fri, 22 Dec 2006 23:59:34 +0000 (23:59 +0000)]
* basic-block.h: Remove the prototype for
commit_edge_insertions_watch_calls.
  * cfgrtl.c (commit_edge_insertion): Drop the last argument.
Simplify.
(commit_edge_insertions_watch_calls): Remove.
(commit_edge_insertions): Adjust the call to
commit_one_edge_insertion.

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

17 years ago * tree-ssa-loop-niter.c (zero_p, nonzero_p): Removed.
rakdver [Fri, 22 Dec 2006 21:38:52 +0000 (21:38 +0000)]
* tree-ssa-loop-niter.c (zero_p, nonzero_p): Removed.
(number_of_iterations_ne, number_of_iterations_lt_to_ne,
assert_no_overflow_lt, assert_loop_rolls_lt,
number_of_iterations_lt, number_of_iterations_le,
number_of_iterations_cond, tree_simplify_using_condition_1,
number_of_iterations_exit, find_loop_niter, loop_niter_by_eval,
implies_nonnegative_p, implies_ge_p, record_nonwrapping_iv,
idx_infer_loop_bounds, n_of_executions_at_most, scev_probably_wraps_p):
Do not use zero_p/nonzero_p.
* tree-ssa-loop-manip.c (determine_exit_conditions): Ditto.
* tree-ssa-loop-ivopts.c (niter_for_exit, determine_biv_step,
find_interesting_uses_op, find_interesting_uses_cond,
find_interesting_uses_address, find_interesting_uses_stmt,
strip_offset_1, add_candidate_1, add_old_ivs_candidates,
difference_cost, determine_use_iv_cost_condition,
rewrite_use_compare, remove_unused_ivs): Ditto.
* tree-ssa-address.c (tree_mem_ref_addr, create_mem_ref_raw): Ditto.
* tree-ssa-loop-prefetch.c (idx_analyze_ref): Ditto.
* tree-cfg.c (find_taken_edge_cond_expr): Ditto.
* tree.h (zero_p): Declaration removed.
(null_or_integer_zerop, nonnull_and_integer_nonzerop): New.

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

17 years ago2006-12-22 Paul Thomas <pault@gcc.gnu.org>
pault [Fri, 22 Dec 2006 20:49:00 +0000 (20:49 +0000)]
2006-12-22  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/25818
* trans-array.c (gfc_trans_g77_array): If the variable is
optional or not always present, make the statement conditional
on presence of the argument.
* gfortran.h : Add symbol_attribute not_always_present.
* resolve.c (check_argument_lists): New function to check if
arguments are not present in all entries.

PR fortran/30084
* module.c (mio_component_ref): Move treatment of unique name
variables, during output, to fix_mio_expr.
(fix_mio_expr): New function that fixes defective expressions
before they are written to the module file.
(mio_expr): Call the new function.
(resolve_entries): Call check_argument_lists.

2006-12-22  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/25818
* gfortran.dg/entry_array_specs_2.f: New test.

PR fortran/30084
* gfortran.dg/nested_modules_6.f90: New test.

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

17 years ago2006-12-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Fri, 22 Dec 2006 15:54:05 +0000 (15:54 +0000)]
2006-12-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

PR middle-end/7651
* c.opt (Wclobbered): New.
* doc/invoke.texi (Wclobbered): Document it.
(Wextra): Enabled by -Wextra.
* c-opts.c (c_common_post_options): Enabled by -Wextra.
* flow.c (rest_of_handle_life): Replace Wextra with Wclobbered.
* function.c (setjmp_vars_warning): Only warn for Wclobbered.
(setjmp_args_warning): Likewise.

testsuite/

* gcc.dg/attr-returns_twice-1.c: Replace Wextra with Wclobbered.
* gcc.dg/setjmp-1.c: Add explicit Wclobbered.

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

17 years ago * config/elfos.h, config/spu/spu.c, tree-ssa-operands.h,
kazu [Fri, 22 Dec 2006 12:50:00 +0000 (12:50 +0000)]
* config/elfos.h, config/spu/spu.c, tree-ssa-operands.h,
tree-ssa-ter.c: Fix comment typos.

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

17 years ago2006-12-22 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 22 Dec 2006 12:49:48 +0000 (12:49 +0000)]
2006-12-22  Paolo Carlini  <pcarlini@suse.de>

        DR 541, [WP].
  * include/std/memory (auto_ptr<void>): Add specialization.
* testsuite/tr1/2_general_utilities/memory/shared_ptr/
assign/dr541.cc: New.
* testsuite/20_util/memory/auto_ptr/assign_neg.cc: Adjust
dg-error markers.
        * docs/html/ext/howto.html: Add an entry for DR 541.

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

17 years ago2006-12-22 Paolo Bonzini <bonzini@gnu.org>
bonzini [Fri, 22 Dec 2006 12:28:52 +0000 (12:28 +0000)]
2006-12-22  Paolo Bonzini  <bonzini@gnu.org>

PR rtl-optimization/29840

* fwprop.c (forward_propagate_into): Reject artificial uses/defs.
(fwprop_init): Add DF_HARD_REGS to df_init call.

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

17 years ago * configure: Regenerate with correct autoconf version.
schwab [Fri, 22 Dec 2006 10:53:13 +0000 (10:53 +0000)]
* configure: Regenerate with correct autoconf version.

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

17 years ago2006-12-21 Andrew Pinski <pinskia@gmail.com>
pinskia [Fri, 22 Dec 2006 08:31:03 +0000 (08:31 +0000)]
2006-12-21  Andrew Pinski  <pinskia@gmail.com>

        PR C++/30225
        * decl.c (cxx_builtin_function): Only copy the decl if adding
        it to the std namespace

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

17 years ago2006-12-21 Andrew Pinski <pinskia@gmail.com>
pinskia [Fri, 22 Dec 2006 07:30:55 +0000 (07:30 +0000)]
2006-12-21  Andrew Pinski  <pinskia@gmail.com>

        PR C++/30168
        * optimize.c (update_cloned_parm): Copy DECL_GIMPLE_REG_P also.

2006-12-21  Andrew Pinski  <pinskia@gmail.com>

        PR C++/30168
        * g++.dg/opt/complex6.C: New test.

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

17 years ago2006-12-21 Andrew Pinski <pinskia@gmail.com>
pinskia [Fri, 22 Dec 2006 07:25:00 +0000 (07:25 +0000)]
2006-12-21  Andrew Pinski  <pinskia@gmail.com>

        * tree-nested.c (create_tmp_var_for): Check for vector type
        when setting DECL_GIMPLE_REG_P.

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

17 years ago2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
megacz [Fri, 22 Dec 2006 07:06:29 +0000 (07:06 +0000)]
2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>

        * configure.in: add AC_SUBST for *_FOR_TARGET.
        * configure: Regenerate.

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

17 years ago * trans-array.c (gfc_trans_create_temp_array): When the size is known
sayle [Fri, 22 Dec 2006 03:56:43 +0000 (03:56 +0000)]
* trans-array.c (gfc_trans_create_temp_array): When the size is known
at compile-time, avoid an unnecessary conditional assignment.
(gfc_array_init_size): Likewise.

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

17 years ago * tree-pretty-print.c (dump_generic_node): Avoid outputing "(void) 0;"
sayle [Fri, 22 Dec 2006 03:22:04 +0000 (03:22 +0000)]
* tree-pretty-print.c (dump_generic_node): Avoid outputing "(void) 0;"
as the else branch of a COND_EXPR.

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

17 years ago * cgraphunit.c, varpool.c: Fix comment typos.
kazu [Fri, 22 Dec 2006 01:30:17 +0000 (01:30 +0000)]
* cgraphunit.c, varpool.c: Fix comment typos.

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

17 years ago * cgraphunit.c, config/i386/i386.c, config/ia64/ia64.c, cse.c,
kazu [Fri, 22 Dec 2006 01:19:39 +0000 (01:19 +0000)]
* cgraphunit.c, config/i386/i386.c, config/ia64/ia64.c, cse.c,
output.h, toplev.c, tree-affine.h, tree-flow.h,
tree-ssa-alias.c, tree-ssa-coalesce.c, tree-ssa-live.c,
tree-ssa-live.h, tree-ssa-operands.c, tree-ssa-ter.c,
tree-vrp.c, varpool.c: Fix comment typos.

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

17 years ago * decl.c: Fix a coment typo.
kazu [Fri, 22 Dec 2006 01:10:59 +0000 (01:10 +0000)]
* decl.c: Fix a coment typo.

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

17 years ago * interface.c: Fix a comment typo.
kazu [Fri, 22 Dec 2006 01:09:02 +0000 (01:09 +0000)]
* interface.c: Fix a comment typo.

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

17 years ago * lib/gcc-dg.exp (gcc-dg-prune): Return "::unsupported::memory
bje [Fri, 22 Dec 2006 01:05:07 +0000 (01:05 +0000)]
* lib/gcc-dg.exp (gcc-dg-prune): Return "::unsupported::memory
full" if the linker on spu-*-* warns about exceeding local store.

And revert this patch:
* lib/gcc-defs.exp (${tool}_check_compile): xfail test cases that
fail to link due to relocation overflows on spu-*-*.

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

17 years agoDaily bump.
gccadmin [Fri, 22 Dec 2006 00:17:42 +0000 (00:17 +0000)]
Daily bump.

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

17 years ago * config/spu/spu.h (ARG_POINTER_CFA_OFFSET): Define.
bje [Thu, 21 Dec 2006 23:23:34 +0000 (23:23 +0000)]
* config/spu/spu.h (ARG_POINTER_CFA_OFFSET): Define.
* config/spu/spu.c (spu_expand_prologue): Set RTX_FRAME_RELATED_P
for insn setting up the frame pointer.  Do not set it for insns
setting up scratch registers or storing the backchain.

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

17 years ago2006-12-21 Daniel Franke <franke.daniel@gmail.com>
dfranke [Thu, 21 Dec 2006 22:29:08 +0000 (22:29 +0000)]
2006-12-21  Daniel Franke  <franke.daniel@gmail.com>

PR libgomp/28209
* libgomp.texi: New file.
* configure.ac: Add --enable-generated-files-in-srcdir option.
* Makefile.am: Add info, dvi, pdf, html targets. On request, copy
files to srcdir.
* Makefile.in: Regenerated.
* config.h.in: Regenerated.
* testsuite/Makefile.in: Regenerated.
* NOTES: Removed.

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

17 years ago PR other/29639
ebotcazou [Thu, 21 Dec 2006 22:10:30 +0000 (22:10 +0000)]
PR other/29639
* configure.ac (HAVE_LD_EH_GC_SECTIONS): Check that exception tables
are kept for .gnu.linkonce.t sections if COMDAT groups are disabled.
* configure: Regenerate.

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

17 years ago * rtlanal.c (subreg_get_info): Do not make register size
jsm28 [Thu, 21 Dec 2006 20:58:57 +0000 (20:58 +0000)]
* rtlanal.c (subreg_get_info): Do not make register size
computations for mode sizes not divisible by the number of
registers.

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

17 years ago2006-12-21 Paul Thomas <pault@gcc.gnu.org>
pault [Thu, 21 Dec 2006 19:56:34 +0000 (19:56 +0000)]
2006-12-21  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30273
* dependency.c (gfc_check_dependency): There is no dependency
with EXPR_NULL so always return 0.

2006-12-21  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30273
* gfortran.dg/dependency_19.f90: New test.

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

17 years ago2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
megacz [Thu, 21 Dec 2006 18:07:33 +0000 (18:07 +0000)]
2006-12-20  Adam Megacz <megacz@cs.berkeley.edu>

* configure.ac: add $built_gcc_dir to $GCJH and $GCJ when
crossbuilding.
* configure: Regenerate.

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

17 years ago2006-12-21 Daniel Berlin <dberlin@dberlin.org>
dberlin [Thu, 21 Dec 2006 17:32:01 +0000 (17:32 +0000)]
2006-12-21  Daniel Berlin  <dberlin@dberlin.org>

* tree-ssa-structalias.c (build_constraint_graph): Insert complex
offsetted constraints into rhsvar, not lhsvar.

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

17 years ago2006-12-21 Paul Thomas <pault@gcc.gnu.org>
pault [Thu, 21 Dec 2006 13:59:57 +0000 (13:59 +0000)]
2006-12-21  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30202
* trans-array.c (gfc_conv_function_call): Use parmse.expr for
the nullifying of intent(out) arguments rather than the backend
declaration.

2006-12-21  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30202
* gfortran.dg/alloc_comp_basics_3.f90: New test.

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

17 years ago PR middle-end/30262
jakub [Thu, 21 Dec 2006 13:13:15 +0000 (13:13 +0000)]
PR middle-end/30262
PR middle-end/30263
* tree-nested.c (walk_asm_expr): New function.
(walk_stmts): Use it for ASM_EXPR.

* gcc.c-torture/execute/20061220-1.c: New test.
* gcc.dg/gomp/asm-1.c: New test.

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

17 years ago PR target/30230
jakub [Thu, 21 Dec 2006 12:59:06 +0000 (12:59 +0000)]
PR target/30230
* config/ia64/ia64.c (ia64_add_bundle_selector_before): New function.
(bundling): Use it.

* g++.dg/eh/ia64-2.C: New test.

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

17 years agogcc/
nathan [Thu, 21 Dec 2006 09:03:18 +0000 (09:03 +0000)]
gcc/
PR target/28966
PR target/29248
* reload1.c (reload): Realign stack after it changes size.
gcc/testsuite/
PR target/28966
PR target/29248
* gcc.dg/rs6000-leaf.c: New.

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

17 years ago * simplify-rtx.c (simplify_subreg): Use the correct mode when
sayle [Thu, 21 Dec 2006 04:35:05 +0000 (04:35 +0000)]
* simplify-rtx.c (simplify_subreg): Use the correct mode when
determining whether a SUBREG of a CONCAT refers to the first or
second component.

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

17 years ago * config/spu/spu.c (spu_builtin_mul_widen_even): Remove unused
bje [Thu, 21 Dec 2006 04:12:06 +0000 (04:12 +0000)]
* config/spu/spu.c (spu_builtin_mul_widen_even): Remove unused
local variable `d'.

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

17 years agoPR fortran/25392
tobi [Thu, 21 Dec 2006 03:04:43 +0000 (03:04 +0000)]
PR fortran/25392
fortran/
* trans-stmt.c (gfc_trans_return): Fix comment formatting.
* trans-types.c (gfc_sym_type): Don't return early for functions.
Remove special handling for -ff2c.
(gfc_get_function_type): Add special handling for -ff2c.
* trans-decl.c (gfc_create_function_decl): Fix comment formatting.
(gfc_get_fake_result_decl): Make sure we get the right type for
functions.
(gfc_generate_function_code): Convert type of result variable to
type of function.
testsuite/
* gfortran.dg/f2c_8.f90: New test.

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

17 years ago * cp-demangle.h: Add comment explaining what to do to avoid
geoffk [Thu, 21 Dec 2006 01:29:27 +0000 (01:29 +0000)]
* cp-demangle.h: Add comment explaining what to do to avoid
overrunning string.
(d_check_char): New.
(d_next_char): Don't advance past trailing '\0'.
* cp-demangle.c (cplus_demangle_mangled_name): Use d_check_char.
(d_nested_name): Likewise.
(d_special_name): Likewise.
(d_call_offset): Likewise.
(d_function_type): Likewise.
(d_array_type): Likewise.
(d_pointer_to_member_type): Likewise.
(d_template_param): Likewise.
(d_template_args): Likewise.
(d_template_arg): Likewise.
(d_expr_primary): Likewise.
(d_local_name): Likewise.
(d_substitution): Likewise.
(d_ctor_dtor_name): Use d_advance rather than d_next_char.
* testsuite/test-demangle.c: Include sys/mman.h.
(MAP_ANONYMOUS): Define.
(protect_end): New.
(main): Use protect_end.
* testsuite/demangle-expected: Add testcases for overrunning
the end of the string.

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

17 years agoDaily bump.
gccadmin [Thu, 21 Dec 2006 00:18:02 +0000 (00:18 +0000)]
Daily bump.

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

17 years ago * tree-dfa.c (add_referenced_var): Walk initializers of
hubicka [Wed, 20 Dec 2006 22:45:42 +0000 (22:45 +0000)]
* tree-dfa.c (add_referenced_var): Walk initializers of
non-constant/readonly static vars.

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

17 years ago * tree-flow-inline.h (gimple_var_anns): New function.
hubicka [Wed, 20 Dec 2006 22:40:48 +0000 (22:40 +0000)]
* tree-flow-inline.h (gimple_var_anns): New function.
(var_ann): Use hashtable for static functions.
* tree-dfa.c (create_var_ann): Likewise.
* tree-ssa.c (var_ann_eq, var_ann_hash): New functions.
(init_tree_ssa): Initialize var anns.
(delete_tree_ssa): Delete var anns; also clear out gimple_df.
* tree-flow.h (struct static_var_ann_d): New structure.
(gimple_df): Add var_anns.

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

17 years agogcc/
carlos [Wed, 20 Dec 2006 22:34:14 +0000 (22:34 +0000)]
gcc/

2006-12-20  Carlos O'Donell  <carlos@codesourcery.com>

PR bootstrap/30242
* gcc/c-incpath.c (add_standard_paths): Only relocate paths that
begin with the configured prefix.

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

17 years ago2006-12-20 Bill Wendling <wendling@apple.com>
mrs [Wed, 20 Dec 2006 22:01:01 +0000 (22:01 +0000)]
2006-12-20  Bill Wendling  <wendling@apple.com>

* gcc.dg/asm-b.c: Check for __ppc64__.

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

17 years ago2006-12-20 Paul Thomas <pault@gcc.gnu.org>
pault [Wed, 20 Dec 2006 21:10:51 +0000 (21:10 +0000)]
2006-12-20  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30190
* trans-array.c (gfc_conv_array_ref): Remove gfc_evaluate_now
from the -fbounds-check branch.

2006-12-20  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30190
* gfortran.dg/bounds_check_5.f90: New test.

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

17 years ago PR target/30213
hubicka [Wed, 20 Dec 2006 20:46:15 +0000 (20:46 +0000)]
PR target/30213
* i386.c (expand_setmem_epilogue): Fix formating.
(dsmalest_pow2_greater_than): New function.
(ix86_expand_movmem): Improve comments; avoid re-computing of
epilogue size.
(promote_duplicated_reg_to_size): Break out from ...
(expand_setmem): ... this one; reorganize promotion code;
improve comments; avoid recomputation of epilogue size.

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

17 years ago2006-12-20 Andrew Pinski <pinskia@gmail.com>
pinskia [Wed, 20 Dec 2006 17:50:17 +0000 (17:50 +0000)]
2006-12-20  Andrew Pinski  <pinskia@gmail.com>

        PR middle-end/30143
        * omp-low.c (init_tmp_var): New function.
        (save_tmp_var): New function.
        (lower_omp_1): Use them for VAR_DECL.

2006-12-20  Andrew Pinski  <pinskia@gmail.com>

        PR middle-end/30143
        * gcc.dg/gomp/complex-1.c: New testcase.

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

17 years ago2006-12-20 Andrew Pinski <pinskia@gmail.com>
pinskia [Wed, 20 Dec 2006 17:46:39 +0000 (17:46 +0000)]
2006-12-20  Andrew Pinski  <pinskia@gmail.com>

        * tree-gimple.c (is_gimple_min_invariant): Treat constant vector
        CONSTRUCTORs as min invariants.

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

17 years ago * trans-expr.c (is_zero_initializer_p): Determine whether a given
sayle [Wed, 20 Dec 2006 17:23:43 +0000 (17:23 +0000)]
* trans-expr.c (is_zero_initializer_p): Determine whether a given
constant expression is a zero initializer.
(gfc_trans_zero_assign): New function to attempt to optimize
"a(:) = 0.0" as a call to __builtin_memset (a, 0, sizeof(a));
(gfc_trans_assignment): Special case array assignments to a
zero initializer constant, using gfc_trans_zero_assign.

* gfortran.dg/array_memset_1.f90: New test case.

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

17 years ago * rtlanal.c (struct subreg_info, subreg_get_info, subreg_nregs):
jsm28 [Wed, 20 Dec 2006 16:25:00 +0000 (16:25 +0000)]
* rtlanal.c (struct subreg_info, subreg_get_info, subreg_nregs):
New.
(subreg_regno_offset, subreg_offset_representable_p): Change to
wrappers about subreg_get_info.
(refers_to_regno_p, reg_overlap_mentioned_p): Use subreg_nregs.
* rtl.h (subreg_nregs): Declare.
* doc/tm.texi (HARD_REGNO_NREGS_HAS_PADDING): Update to refer to
subreg_get_info.
* caller-save.c (mark_set_regs, add_stored_regs): Use
subreg_nregs.
* df-scan.c (df_ref_record): Use subreg_nregs.
* flow.c (mark_set_1): Use subreg_nregs.
* postreload.c (move2add_note_store): Use subreg_nregs.
* reload.c (decompose, refers_to_regno_for_reload_p,
reg_overlap_mentioned_for_reload_p): Use subreg_nregs.
* resource.c (update_live_status, mark_referenced_resources,
mark_set_resources): Use subreg_nregs.

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

17 years ago * loop-unswitch.c (unswitch_loop): Update arguments of
rakdver [Wed, 20 Dec 2006 14:15:53 +0000 (14:15 +0000)]
* loop-unswitch.c (unswitch_loop): Update arguments of
duplicate_loop_to_header_edge call.
* tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Ditto.
* loop-unroll.c (peel_loop_completely, unroll_loop_constant_iterations,
unroll_loop_runtime_iterations, peel_loop_simple, unroll_loop_stupid):
Ditto.
* cfgloopmanip.c (loop_version): Ditto.
(duplicate_loop_to_header_edge): Change
type of to_remove to VEC(edge), remove n_to_remove argument.
* tree-ssa-loop-manip.c (tree_duplicate_loop_to_header_edge):
Change type of to_remove to VEC(edge), remove n_to_remove argument.
(tree_unroll_loop): Update arguments of
tree_duplicate_loop_to_header_edge call.
* cfghooks.c (cfg_hook_duplicate_loop_to_header_edge):
Change type of to_remove to VEC(edge), remove n_to_remove argument.
* cfghooks.h (struct cfg_hooks): Type of
cfg_hook_duplicate_loop_to_header_edge changed.
(cfg_hook_duplicate_loop_to_header_edge): Declaration changed.
* cfgloop.h (duplicate_loop_to_header_edge): Ditto.
* tree-flow.h (tree_duplicate_loop_to_header_edge): Ditto.

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

17 years ago * config/spu/spu.md (vec_widen_umult_hi_v8hi): New.
dorit [Wed, 20 Dec 2006 14:07:38 +0000 (14:07 +0000)]
    * config/spu/spu.md (vec_widen_umult_hi_v8hi): New.
        (vec_widen_umult_lo_v8hi, vec_widen_smult_hi_v8hi): New.
        (vec_widen_smult_lo_v8hi): New.
        * config/spu/spu.c (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_EVEN): Defined.
        (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_ODD): Defined.
        (spu_builtin_mul_widen_even, spu_builtin_mul_widen_odd): New.

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

17 years ago2006-12-20 Paul Thomas <pault@gcc.gnu.org>
pault [Wed, 20 Dec 2006 13:48:06 +0000 (13:48 +0000)]
2006-12-20  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/29992
* interface.c (check_sym_interfaces): Module procedures in a
generic must be use associated or contained in the module.
* decl.c (gfc_match_modproc): Set attribute mod_proc.
* gfortran.h (symbol_attribute): Add mod_proc atribute.

PR fortran/30081
* resolve.c (resolve_generic_f, resolve_generic_s): Use
gfc_intrinsic_name to find out if the function is intrinsic
because it does not have to be a generic intrinsic to be
overloaded.

2006-12-20  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/29992
* gfortran.dg/generic_9.f90: New test.

PR fortran/30081
* gfortran.dg/generic_10.f90: New test.

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

17 years ago * cgraph.c: Update overall comment; fix vertical spacing.
hubicka [Wed, 20 Dec 2006 09:12:55 +0000 (09:12 +0000)]
* cgraph.c: Update overall comment; fix vertical spacing.
* ipa-inline.c (cgraph_decide_inlining): Remove now redundant check.

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

17 years ago * cgraph.h (FOR_EACH_STATIC_VARIABLE, FOR_EACH_STATIC_INITIALIZER): New
hubicka [Wed, 20 Dec 2006 09:09:50 +0000 (09:09 +0000)]
* cgraph.h (FOR_EACH_STATIC_VARIABLE, FOR_EACH_STATIC_INITIALIZER): New
macros.
(varpool_first_static_initializer, varpol_next_static_initializer): New
inline functions.
* ipa-reference.c (analyze_variable): Simplify.
(static_execute): Use FOR_EACH_STATIC_INITIALIZER.
* ipa-type-escape.c (type_escape_execute): Use FOR_EACH_STATIC_VARIABLE.

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

17 years ago2006-12-19 Andrew Pinski <pinskia@gmail.com>
pinskia [Wed, 20 Dec 2006 05:00:50 +0000 (05:00 +0000)]
2006-12-19  Andrew Pinski  <pinskia@gmail.com>

        PR tree-opt/30045
        * tree-vrp.c (nonnull_arg_p): Treat the static decl as always
        non null.

2006-12-19  Andrew Pinski  <pinskia@gmail.com>

        PR tree-opt/30045
        * gcc.dg/pr30045.c: New test

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

17 years ago * gcc.dg/20020312-2.c: Add a case for __SPU__.
bje [Wed, 20 Dec 2006 03:45:32 +0000 (03:45 +0000)]
* gcc.dg/20020312-2.c: Add a case for __SPU__.

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

17 years ago * doc/invoke.texi (Optimize Options): Typo fix.
bje [Wed, 20 Dec 2006 02:49:37 +0000 (02:49 +0000)]
* doc/invoke.texi (Optimize Options): Typo fix.

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

17 years ago2006-12-19 Eric Christopher <echristo@apple.com>
echristo [Wed, 20 Dec 2006 00:42:34 +0000 (00:42 +0000)]
2006-12-19  Eric Christopher  <echristo@apple.com>

        * config/darwin.c (machopic_select_section): Rewrite.
        (darwin_text_section): New.
        (darwin_rodata_section): Ditto.
        (darwin_mergeable_string_section): Ditto.
        (darwin_mergeable_constant_section): Ditto.
        * config/darwin-sections.def: Add SECTION_STRINGS for cstring_section.

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

17 years agoDaily bump.
gccadmin [Wed, 20 Dec 2006 00:18:01 +0000 (00:18 +0000)]
Daily bump.

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

17 years ago2006-12-19 Eric Christopher <echristo@apple.com>
echristo [Tue, 19 Dec 2006 20:25:49 +0000 (20:25 +0000)]
2006-12-19  Eric Christopher  <echristo@apple.com>

        PR target/29302
        * gcc.c-torture/execute/pr29302-1.c: New.

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

17 years agofortran/
burnus [Tue, 19 Dec 2006 19:41:35 +0000 (19:41 +0000)]
fortran/
2006-12-19  Tobias Burnus  <burnus@net-b.de>

PR fortran/39238
* trans-intrinsic.c: Check for associated(NULL,NULL).

testsuite/
2006-12-19  Tobias Burnus  <burnus@net-b.de>

PR fortran/39238
* gfortran.dg/associated_1.f90: Add test for associated(NULL,NULL).

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

17 years ago * config/pa/pa64-hpux.h (ASM_OUTPUT_EXTERNAL): Add undef.
sje [Tue, 19 Dec 2006 18:18:19 +0000 (18:18 +0000)]
* config/pa/pa64-hpux.h (ASM_OUTPUT_EXTERNAL):  Add undef.

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

17 years ago2006-12-19 Paul Thomas <pault@gcc.gnu.org>
pault [Tue, 19 Dec 2006 17:02:20 +0000 (17:02 +0000)]
2006-12-19  Paul Thomas <pault@gcc.gnu.org>

PR fortran/30236
* interface.c (compare_interfaces): Handle NULL symbols.
(count_types_test): Count NULL symbols, which correspond to
alternate returns.

(check_interface1): Change final argument from int to bool
in the function and all references.

2006-12-19  Paul Thomas <pault@gcc.gnu.org>

PR fortran/30236
* gfortran.dg/altreturn_3.f90: New test.

* gfortran.dg/char_result_12.f90: Fix comment typos.

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

17 years ago2006-12-19 Paolo Bonzini <bonzini@gnu.org>
bonzini [Tue, 19 Dec 2006 11:28:35 +0000 (11:28 +0000)]
2006-12-19  Paolo Bonzini  <bonzini@gnu.org>

* configure.in: Remove "$build" case for powerpc-*-darwin* since
it only affects bootstrap and could be tested on "$host" as well.
* configure: Regenerate.
* config/mh-ppc-darwin: Add to the stage1 cflags here.

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

17 years ago2006-12-19 Paolo Bonzini <bonzini@gnu.org>
bonzini [Tue, 19 Dec 2006 11:01:36 +0000 (11:01 +0000)]
2006-12-19  Paolo Bonzini  <bonzini@gnu.org>

PR bootstrap/29544
* Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
(bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
move here comment from Makefile.tpl.
* Makefile.tpl: Move some definitions higher in the file.
(STAGE1_CHECKING): New.
* configure.in: Add --enable-stage1-checking.
* configure: Regenerate.
* Makefile.in: Regenerate.

gcc:
2006-12-19  Paolo Bonzini  <bonzini@gnu.org>

* gcc/Makefile.in (STAGE1_CHECKING): Rename to...
(STAGE1_CHECKING_CFLAGS): ... this.

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

17 years ago2006-12-19 Paolo Bonzini <bonzini@gnu.org>
bonzini [Tue, 19 Dec 2006 10:59:36 +0000 (10:59 +0000)]
2006-12-19  Paolo Bonzini  <bonzini@gnu.org>

* MAINTAINERS: Add myself as build system maintainer.

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

17 years ago2006-12-18 Andrew Pinski <pinskia@gmail.com>
pinskia [Tue, 19 Dec 2006 08:28:46 +0000 (08:28 +0000)]
2006-12-18  Andrew Pinski  <pinskia@gmail.com>

        PR target/29779
        * config/rs6000/rs6000.c (altivec_init_builtins): Change to set
        READONLY on __builtin_altivec_mask_for_load instead of adding
        the attribute.

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

17 years ago2006-12-18 Roger Sayle <roger@eyesopen.com>
sayle [Tue, 19 Dec 2006 04:17:11 +0000 (04:17 +0000)]
2006-12-18  Roger Sayle  <roger@eyesopen.com>
    Eric Christopher  <echristo@apple.com>

PR target/29302
* real.c (real_maxval): Correctly handle IBM extended double format.

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

17 years ago * gcc.dg/cpp/trad/include.c: #include stdlib.h instead of stdio.h,
bje [Tue, 19 Dec 2006 02:17:15 +0000 (02:17 +0000)]
* gcc.dg/cpp/trad/include.c: #include stdlib.h instead of stdio.h,
as newlib's stdio.h uses non-traditional cpp constructs.

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

17 years ago * expmed.c (expand_mult_const): Force operand to constant.
hubicka [Tue, 19 Dec 2006 01:03:13 +0000 (01:03 +0000)]
* expmed.c (expand_mult_const): Force operand to constant.
* rs6000.c (rs6000_emit_set_const, rs6000_emit_set_long_const): Add
copy_rtx to arguments.

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

17 years agoFixed tab-to-spaces error in previous entry.
brooks [Tue, 19 Dec 2006 00:48:22 +0000 (00:48 +0000)]
Fixed tab-to-spaces error in previous entry.

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

17 years ago* gfortran.dg/advance.f90: Renamed to advance_1.f90
brooks [Tue, 19 Dec 2006 00:46:46 +0000 (00:46 +0000)]
* gfortran.dg/advance.f90: Renamed to advance_1.f90
* gfortran.dg/append-1.f90: Renamed to append_1.f90
* gfortran.dg/array-1.f90: Renamed to array_1.f90
* gfortran.dg/assign_4.f90: Renamed to assign_8.f90
* gfortran.dg/backspace.f: Renamed to backspace_1.f
* gfortran.dg/backspace.f90: Renamed to backspace_7.f90
* gfortran.dg/default_initialization.f: Renamed to default_initialization_1.f
* gfortran.dg/dollar_edit_descriptor-1.f: Renamed to dollar_edit_descriptor_1.f
* gfortran.dg/dollar_edit_descriptor-2.f: Renamed to dollar_edit_descriptor_2.f
* gfortran.dg/dollar_edit_descriptor-3.f: Renamed to dollar_edit_descriptor_3.f
* gfortran.dg/logint-1.f: Renamed to logint_1.f
* gfortran.dg/logint-2.f: Renamed to logint_2.f
* gfortran.dg/logint-3.f: Renamed to logint_3.f
* gfortran.dg/advance_1.f90: Renamed from advance.f90
* gfortran.dg/append_1.f90: Renamed from append-1.f90
* gfortran.dg/array_1.f90: Renamed from array-1.f90
* gfortran.dg/assign_8.f90: Renamed from assign_4.f90
* gfortran.dg/backspace_1.f: Renamed from backspace.f
* gfortran.dg/backspace_7.f90: Renamed from backspace.f90
* gfortran.dg/default_initialization_1.f: Renamed from default_initialization.f
* gfortran.dg/dollar_edit_descriptor_1.f: Renamed from dollar_edit_descriptor-1.f
* gfortran.dg/dollar_edit_descriptor_2.f: Renamed from dollar_edit_descriptor-2.f
* gfortran.dg/dollar_edit_descriptor_3.f: Renamed from dollar_edit_descriptor-3.f
* gfortran.dg/logint_1.f: Renamed from logint-1.f
* gfortran.dg/logint_2.f: Renamed from logint-2.f
* gfortran.dg/logint_3.f: Renamed from logint-3.f

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

17 years ago2006-12-18 Bill Wendling <wendling@apple.com>
mrs [Tue, 19 Dec 2006 00:31:39 +0000 (00:31 +0000)]
2006-12-18  Bill Wendling  <wendling@apple.com>

       * g++.old-deja/g++.mike/p11144.C: Renamed id to ID because
       id is an OjbC keyword.

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

17 years agoDaily bump.
gccadmin [Tue, 19 Dec 2006 00:17:39 +0000 (00:17 +0000)]
Daily bump.

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

17 years ago * config/spu/spu.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
bje [Mon, 18 Dec 2006 23:28:41 +0000 (23:28 +0000)]
* config/spu/spu.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.

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

17 years ago * cse.c (cse_insn): Fix formatting.
bje [Mon, 18 Dec 2006 22:54:43 +0000 (22:54 +0000)]
* cse.c (cse_insn): Fix formatting.

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

17 years ago * gcc.dg/torture/builtin-pow-mpfr-1.c: New test.
ghazi [Mon, 18 Dec 2006 22:45:56 +0000 (22:45 +0000)]
* gcc.dg/torture/builtin-pow-mpfr-1.c: New test.

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

17 years ago* gfortran.dg/advance_3.f90: Add dg-do compile directive.
brooks [Mon, 18 Dec 2006 22:19:00 +0000 (22:19 +0000)]
* gfortran.dg/advance_3.f90: Add dg-do compile directive.

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

17 years ago * doc/invoke.texi (Debugging Options): Document -g0.
geoffk [Mon, 18 Dec 2006 21:10:16 +0000 (21:10 +0000)]
* doc/invoke.texi (Debugging Options): Document -g0.
* config/darwin.h (LINK_COMMAND_SPEC): Replace -gnone with -g0.
* config/darwin9.h (LINK_COMMAND_SPEC): Likewise.

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

17 years ago./:
ian [Mon, 18 Dec 2006 19:56:58 +0000 (19:56 +0000)]
./:
* c.opt (Wmissing-declarations): Add C++ and ObjC++.
* doc/invoke.texi (Warning Options): -Wmissing-declarations now
works for C++.
cp/:
* decl.c (start_preparsed_function): Add support for
-Wmissing-declarations.
testsuite:
* g++.dg/warn/Wmissing-declarations-1.C: New test.

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

17 years ago * trans-array.c (gfc_conv_array_index_offset): Avoid multiplying
sayle [Mon, 18 Dec 2006 19:34:23 +0000 (19:34 +0000)]
* trans-array.c (gfc_conv_array_index_offset): Avoid multiplying
index by one, or adding zero to it.

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

17 years agoAdd memory reuse to virtual operands in the operand scanner.
amacleod [Mon, 18 Dec 2006 16:21:08 +0000 (16:21 +0000)]
Add memory reuse to virtual operands in the operand scanner.

2006-12-18  Andrew MacLeod  <amacleod@redhat.com>

* tree-ssa-operands.h (struct vdef_optype_d): Rename to voptype_d.
(struct vuse_optype_d): Delete.
(SSA_OPERAND_MEMORY_SIZE): Delete.
(struct ssa_operand_memory_d): Change mem array to size one.
(NUM_VOP_FREE_BUCKETS): Define.
(free_vuses, free_vdefs): Replace with vop_free_buckets array.
(vdef_ops, vuse_ops, struct ssa_operand_iterator_d): Use voptype_d type.
* tree-pretty-print.c (dump_vops): Use voptype_d type.
* tree-ssa-operands.c (vop_free_bucket_size): New.  Number of operands
which fit into a chunk of memory from a specific bucket.
(vop_free_bucket_index): New.  Find correct size memory bucket.
(init_vop_buckets): New.  Initialize VOP free memory buckets.
(add_vop_to_freelist): New.  Add a VOP to the correct free list.
(ssa_operand_mem_size): New.  Current size of an operand memory chunk.
(init_ssa_operands): Initialize operand memory and free lists.
(fini_ssa_operands): Remove references to free_vuses and free_vdefs.
(ssa_operand_alloc): Use graduated size memory allocation.
(APPEND_OP_AFTER, MOVE_HEAD_AFTER, MOVE_HEAD_TO_FREELIST,
INITIALIZE_USE): Remove.
(alloc_vop): New.  Allocate a virtual operand.
(alloc_vdef, alloc_vuse): Delete.
(add_def_op, add_use_op): Directly setup pointers.
(add_vop): New.  Add a virtual operand.
(add_vuse_op, add_vdef_op): Call add_vop.
(realloc_vop): New.  Reallocate a virtual operand.
(realloc_vdef, realloc_vuse): Call realloc_vop.
(finalize_ssa_def_ops): Delete.  Move content to finalize_ssa_defs.
(finalize_ssa_defs): Optimize for common case, remove code based on
sorted pointers which was a waste of time.
(finalize_ssa_use_ops): Delete.  Move content to finalize_ssa_uses.
(finalize_ssa_uses): Update last pointer.
(finalize_ssa_vdef_ops): Delete.  Move content to finalize_ssa_vdefs.
(finalize_ssa_vdefs, finalize_ssa_vuse_ops): Use voptype_d and
directly manipulate pointers.
(copy_virtual_operands): Use voptype_d, and no need to update pointers.

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

17 years ago2006-12-18 Adam Megacz <megacz@cs.berkeley.edu>
megacz [Mon, 18 Dec 2006 15:00:00 +0000 (15:00 +0000)]
2006-12-18  Adam Megacz <megacz@cs.berkeley.edu>

        * Makefile.am: remove @X_CFLAGS@ from AM_CXXFLAGS; it causes
        -I/usr/include to wind up in cross-builds
        * configure: Regenerate.

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

17 years ago * config/rs6000/rs6000.md (*movdf_hardfloat32): Use %X format to
nathan [Mon, 18 Dec 2006 09:53:33 +0000 (09:53 +0000)]
* config/rs6000/rs6000.md (*movdf_hardfloat32): Use %X format to
determine if memory operand is an indexed address or not.

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

17 years agoDaily bump.
gccadmin [Mon, 18 Dec 2006 00:18:03 +0000 (00:18 +0000)]
Daily bump.

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

17 years ago * cselib.c (struct cselib_val_struct): Make val_rtx its
steven [Sun, 17 Dec 2006 22:57:04 +0000 (22:57 +0000)]
* cselib.c (struct cselib_val_struct): Make val_rtx its
own field, remove the union that contained it.
* cselib.c: Update accordingly where necessary.

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