This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r125840 - in /branches/fixed-point: ./ ChangeLo...
- From: chaoyingfu at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Tue, 19 Jun 2007 00:42:31 -0000
- Subject: r125840 - in /branches/fixed-point: ./ ChangeLo...
Author: chaoyingfu
Date: Tue Jun 19 00:42:29 2007
New Revision: 125840
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125840
Log:
Merged revisions 125582-125751 via svnmerge from
svn+ssh://chaoyingfu@sources.redhat.com/svn/gcc/trunk
........
r125582 | ebotcazou | 2007-06-08 16:22:46 -0700 (Fri, 08 Jun 2007) | 4 lines
* reload1.c (fixup_abnormal_edges): Clear bb field for insns
not inserted on the edge.
........
r125585 | gccadmin | 2007-06-08 17:17:00 -0700 (Fri, 08 Jun 2007) | 1 line
Daily bump.
........
r125587 | paolo | 2007-06-08 17:55:43 -0700 (Fri, 08 Jun 2007) | 4 lines
2007-06-08 Paolo Carlini <pcarlini@suse.de>
* docs/html/install.html: Adjust consistently with libstdc++/31717.
........
r125590 | vprus | 2007-06-09 03:16:52 -0700 (Sat, 09 Jun 2007) | 4 lines
* cppfiles.c (open_file): Account for the
fact that on windows, opening a directory gives
EACCES.
........
r125591 | ian | 2007-06-09 09:28:31 -0700 (Sat, 09 Jun 2007) | 9 lines
./:
* tree-vrp.c (extract_range_from_unary_expr): For NOP_EXPR and
CONVERT_EXPR, check whether min and max both converted to an
overflow infinity representation.
testsuite/:
* gcc.c-torture/compile/pr32169.c: New test.
........
r125593 | tromey | 2007-06-09 09:48:47 -0700 (Sat, 09 Jun 2007) | 8 lines
* c-decl.c (grokdeclarator): Added 'deprecated_state' argument.
(deprecated_state): Removed.
(start_decl): Update.
(enum deprecated_states): Moved earlier.
(groktypename): Update.
(push_parm_decl): Likewise.
(grokfield): Likewise.
(start_function): Likewise.
........
r125594 | kseitz | 2007-06-09 10:32:42 -0700 (Sat, 09 Jun 2007) | 3 lines
* testsuite/libjava.jvmti/dummyagent.c (Agent_OnLoad):
Add missing return value.
........
r125595 | rakdver | 2007-06-09 14:34:08 -0700 (Sat, 09 Jun 2007) | 9 lines
* tree-scalar-evolution.c (follow_ssa_edge_in_rhs,
follow_ssa_edge_in_condition_phi, follow_ssa_edge): Keep more precise
track of the size of the expression.
* cfghooks.c (merge_blocks): Remove block from loops structure only
after call of the merge_blocks hook.
* gcc.dg/tree-ssa/loop-28.c: New testcase.
........
r125598 | gccadmin | 2007-06-09 17:16:56 -0700 (Sat, 09 Jun 2007) | 1 line
Daily bump.
........
r125600 | bkoz | 2007-06-10 02:14:43 -0700 (Sun, 10 Jun 2007) | 6 lines
2007-06-10 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/util/testsuite_performance.h: Add cstring include for
memset.
........
r125601 | dberlin | 2007-06-10 07:13:18 -0700 (Sun, 10 Jun 2007) | 7 lines
2007-06-09 Daniel Berlin <dberlin@dberlin.org>
* tree-data-ref.c (dr_may_alias_p): Check that decl_a != decl_b,
and allow DECL_P here.
........
r125602 | ebotcazou | 2007-06-10 11:36:40 -0700 (Sun, 10 Jun 2007) | 9 lines
* decl.c (gnat_to_gnu_entity): Use pointers to dummy nodes, rather
than to void, for the fields when making a new fat pointer type.
(gnat_substitute_in_type): Now substitute_in_type.
* gigi.h (gnat_substitute_in_type): Likewise.
* trans.c (gnat_gimplify_expr): Remove COMPONENT_REF kludge.
* utils.c (update_pointer_to): Update fat pointers by updating the
dummy node pointers used for the fields.
........
r125603 | dberlin | 2007-06-10 13:21:48 -0700 (Sun, 10 Jun 2007) | 7 lines
2007-06-09 Daniel Berlin <dberlin@dberlin.org>
* tree-ssa-structalias.c (set_uids_in_ptset): Add is_deref'd
parameter, use it.
(find_what_p_points_to): Pass new parameter to set_uids_in_ptset.
........
r125604 | rakdver | 2007-06-10 13:39:22 -0700 (Sun, 10 Jun 2007) | 44 lines
* tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.
* tree-predcom.c (mark_virtual_ops_for_renaming): Exported.
* tree-ssa-loop-prefetch.c: Include optabs.h.
(FENCE_FOLLOWING_MOVNT): New macro.
(struct mem_ref): Add independent_p and storent_p fields.
(record_ref): Initalize the new fields.
(gather_memory_references_ref): Return true if the reference
could be analysed.
(gather_memory_references): Check whether all memory accesses
in loop were recorded.
(should_issue_prefetch_p): Return false for nontemporal stores.
(nontemporal_store_p, mark_nontemporal_store, emit_mfence_after_loop,
may_use_storent_in_loop_p, mark_nontemporal_stores): New functions.
(determine_loop_nest_reuse): Detect independent memory references.
(loop_prefetch_arrays): Call mark_nontemporal_stores.
* tree-flow.h (mark_virtual_ops_for_renaming): Declare.
* Makefile.in (tree-ssa-loop-prefetch.o): Add OPTABS_H dependency.
* config/i386/i386.h (x86_mfence): Declare.
(FENCE_FOLLOWING_MOVNT): Return x86_mfence.
* config/i386/i386.c (x86_mfence): New variable.
(ix86_init_mmx_sse_builtins): Initialize x86_mfence.
* tree-pretty-print.c (dump_generic_node): Mark nontemporal stores.
* optabs.c (init_optabs): Initialize storent_optab.
* optabs.h (enum optab_index): Add OTI_storent.
(storent_optab): Declare.
* genopinit.c (optabs): Add initialization for storent_optab.
* tree.h (MOVE_NONTEMPORAL): New macro.
* expr.c (expand_assignment, store_expr, store_constructor_field,
store_constructor, store_field, expand_expr_real_1): Propagate
nontemporality of the expanded store.
(emit_storent_insn): New function.
* expr.h (expand_assignment, store_expr): Declaration changed.
* function.c (assign_parm_setup_reg): Pass false as nontemporality
to expand_assignment.
* stmt.c (expand_asm_expr): Ditto.
* calls.c (initialize_argument_information): Pass false as
nontemporality to store_expr.
* config/i386/sse.md (storentv4sf, storentv2df, storentv2di,
storentsi): New.
* gcc.dg/tree-ssa/prefetch-7.c: New test.
........
r125605 | spop | 2007-06-10 14:00:59 -0700 (Sun, 10 Jun 2007) | 4 lines
* lambda-code.c (remove_iv): New.
(lambda_loopnest_to_gcc_loopnest): Use remove_iv.
........
r125606 | jvdelisle | 2007-06-10 15:50:47 -0700 (Sun, 10 Jun 2007) | 7 lines
2007-06-10 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* io/transfer.c (st_read): Remove test for end of file condition.
(next_record_r): Add test for end of file condition.
........
r125609 | gccadmin | 2007-06-10 17:16:58 -0700 (Sun, 10 Jun 2007) | 1 line
Daily bump.
........
r125611 | jvdelisle | 2007-06-10 20:06:01 -0700 (Sun, 10 Jun 2007) | 5 lines
2007-06-10 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* gfortran.dg/backspace_9.f: New test.
........
r125612 | charlet | 2007-06-10 23:41:43 -0700 (Sun, 10 Jun 2007) | 8 lines
2007-06-11 Bob Duff <duff@adacore.com>
Thomas Quinot <quinot@adacore.com>
* g-stsifd-sockets.adb (Create): Work around strange behavior of
'bind' on windows that causes 'connect' to fail intermittently, by
retrying the 'bind'.
(GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
........
r125613 | charlet | 2007-06-10 23:44:41 -0700 (Sun, 10 Jun 2007) | 2 lines
Resync
........
r125614 | uros | 2007-06-11 02:09:24 -0700 (Mon, 11 Jun 2007) | 10 lines
* fold-const (fold_binary) [RDIV_EXPR]: Optimize a/sqrt(b/c)
into a*sqrt(c/b) if flag_unsafe_math_optimizations is set.
testsuite/ChangeLog:
* gcc.dg/builtins-11.c: Also check folding of a/sqrt(b/c).
........
r125615 | uros | 2007-06-11 03:13:00 -0700 (Mon, 11 Jun 2007) | 10 lines
* config/i386/sse.md ("sse2_ashlti", "sse2_lshrti3"): Move ...
* config/i386/i386.md ("sse2_ashlti", "sse2_lshrti3"): ... to here.
testsuite/ChangeLog:
* gcc.target/i386/pr32280.c: New test.
........
r125616 | espindola | 2007-06-11 03:23:11 -0700 (Mon, 11 Jun 2007) | 1 line
remove signed(_or_unsigned)?_type langhooks
........
r125617 | bernds | 2007-06-11 04:29:00 -0700 (Mon, 11 Jun 2007) | 5 lines
* config/bfin/bfin.md (movdi_insn, movsi_insn, movv2hi_insn,
movhi_insn, movqi_insn, movsf_insn, movdf_insn): Don't allow constant
to memory moves.
........
r125618 | bonzini | 2007-06-11 06:33:29 -0700 (Mon, 11 Jun 2007) | 5 lines
2007-06-11 Paolo Bonzini <bonzini@gnu.org>
* MAINTAINERS (Various Maintainer): Add myself as
dataflow maintainer.
........
r125619 | jsm28 | 2007-06-11 07:55:06 -0700 (Mon, 11 Jun 2007) | 3 lines
* config/arm/arm.c (arm_output_dwarf_dtprel,
TARGET_ASM_OUTPUT_DWARF_DTPREL): New.
........
r125620 | ebotcazou | 2007-06-11 08:40:52 -0700 (Mon, 11 Jun 2007) | 4 lines
* tree-ssa-structalias.c (find_what_p_points_to): Return false
for ref-all pointers that point-to anything.
........
r125621 | espindola | 2007-06-11 08:40:55 -0700 (Mon, 11 Jun 2007) | 1 line
really remove signed(_or_unsigned)?_type langhooks
........
r125622 | charlet | 2007-06-11 09:04:46 -0700 (Mon, 11 Jun 2007) | 2 lines
Add new tests
........
r125623 | uros | 2007-06-11 09:06:19 -0700 (Mon, 11 Jun 2007) | 5 lines
* config/i386/i386.md ("*movtf_internal): Penalize moves to and
from integer registers.
(FP mode splitters): Handle TFmode.
........
r125624 | dberlin | 2007-06-11 11:02:15 -0700 (Mon, 11 Jun 2007) | 2 lines
Merge dataflow branch into mainline
........
r125625 | zadeck | 2007-06-11 11:22:49 -0700 (Mon, 11 Jun 2007) | 9 lines
2007-06-11 Kenneth Zadeck <zadeck@naturalbridge.com>
* df-scan.c (df_insn_delete, df_insn_rescan, df_insn_rescan_all,
df_process_deferred_rescans, df_notes_rescan): Fixed spelling of
word "deferred".
* df-core.c: Ditto.
........
r125626 | andreast | 2007-06-11 12:07:34 -0700 (Mon, 11 Jun 2007) | 6 lines
2007-06-11 Andreas Tobler <a.tobler@schweiz.org>
* gcc.dg/setjmp-3.c: Rename raise to raise0.
* gcc.dg/setjmp-4.c: Likewise.
* gcc.target/i386/980211-1.c: Rename __signbitl to __signbitl0.
........
r125627 | zadeck | 2007-06-11 15:03:01 -0700 (Mon, 11 Jun 2007) | 6 lines
2007-06-11 Kenneth Zadeck <zadeck@naturalbridge.com>
* reload1.c (mark_home_live_1): Use the mode parameter.
........
r125628 | pault | 2007-06-11 15:39:21 -0700 (Mon, 11 Jun 2007) | 26 lines
2007-06-12 Paul Thomas <pault@gcc.gnu.org>
* trans-common.c (get_init_field): New function.
(create_common): Call get_init_field for overlapping
initializers in equivalence blocks.
* resolve.c (resolve_equivalence_derived, resolve_equivalence):
Remove constraints on initializers in equivalence blocks.
* target-memory.c (expr_to_char, gfc_merge_initializers):
New functions.
(encode_derived): Add the bit offset to the byte offset to get
the total offset to the field.
* target-memory.h : Add prototype for gfc_merge_initializers.
2007-06-12 Paul Thomas <pault@gcc.gnu.org>
* gfortran.dg/equiv_7.f90: New test.
* gfortran.dg/equiv_constraint_7.f90: Change error message.
* gfortran.dg/equiv_constraint_5.f90: Correct code and error.
........
r125631 | gccadmin | 2007-06-11 17:17:06 -0700 (Mon, 11 Jun 2007) | 1 line
Daily bump.
........
r125634 | spark | 2007-06-11 18:11:03 -0700 (Mon, 11 Jun 2007) | 6 lines
2007-06-11 Seongbae Park <seongbae.park@gmail.com>
* combine.c (subst): Use reg_overlap_mentioned_p
instead of comparing register numbers directly.
........
r125635 | spark | 2007-06-11 18:39:25 -0700 (Mon, 11 Jun 2007) | 5 lines
2007-06-11 Seongbae Park <seongbae.park@gmail.com>
* combine.c (subst): Fix typo.
........
r125636 | dnovillo | 2007-06-11 19:30:36 -0700 (Mon, 11 Jun 2007) | 4 lines
* Makefile.in (reload1.o-warn): Remove.
........
r125638 | ebotcazou | 2007-06-11 22:57:40 -0700 (Mon, 11 Jun 2007) | 1 line
Fix a few nits.
........
r125640 | pault | 2007-06-11 23:54:42 -0700 (Mon, 11 Jun 2007) | 4 lines
2007-06-12 Paul Thomas <pault@gcc.gnu.org>
* trans-common.c (create_common): Initialize 'field_init'.
........
r125641 | uros | 2007-06-12 00:19:36 -0700 (Tue, 12 Jun 2007) | 8 lines
* fold-const (fold_binary) [RDIV_EXPR]: Also optimize a/cbrt(b/c)
into a*cbrt(c/b) if flag_unsafe_math_optimizations is set.
testuite/ChangeLog:
* gcc.dg/builtins-11.c: Also check folding of a/cbrt(b/c).
........
r125643 | uros | 2007-06-12 03:31:04 -0700 (Tue, 12 Jun 2007) | 10 lines
* combine.c (simplify_if_then_else): Truncate return from
nonzero_bits() to correct mode.
testsuite/ChangeLog:
* gcc.dg/pr32293.c: New test.
........
r125644 | rguenth | 2007-06-12 05:06:19 -0700 (Tue, 12 Jun 2007) | 20 lines
2007-06-12 Richard Guenther <rguenther@suse.de>
* passes.c (init_optimization_passes): Add pass_tree_ifcombine.
* timevar.def: Add TV_TREE_IFCOMBINE.
* tree-pass.h (pass_tree_ifcombine): Declare.
* tree-ssa-ifcombine.c: New file.
* tree-ssa-phiopt.c (blocks_in_phiopt_order): Export.
* tree-flow.h (blocks_in_phiopt_order): Declare.
* Makefile.in (OBJS-common): Add tree-ssa-ifcombine.o.
(tree-ssa-ifcombine.o): New dependencies.
* gcc.c-torture/execute/20070424-1.c: New testcase.
* gcc.dg/tree-ssa/ssa-ifcombine-1.c: Likewise.
* gcc.dg/tree-ssa/ssa-ifcombine-2.c: Likewise.
* gcc.dg/tree-ssa/ssa-ifcombine-3.c: Likewise.
* gcc.dg/tree-ssa/ssa-ifcombine-4.c: Likewise.
* gcc.dg/tree-ssa/ssa-ifcombine-5.c: Likewise.
........
r125645 | kazu | 2007-06-12 05:28:45 -0700 (Tue, 12 Jun 2007) | 2 lines
* config/m68k/m68k-devices.def (52221, 52223, 5253): New.
........
r125646 | hainque | 2007-06-12 06:32:27 -0700 (Tue, 12 Jun 2007) | 9 lines
* tree-nested.c (convert_local_reference): Handle VIEW_CONVERT_EXPR.
Request walking the subtrees only, leaving the current is_lhs/val_only
untouched.
(convert_non_local_reference): Likewise.
testsuite/
* gnat.dg/lhs_view_convert.adb: New test.
........
r125647 | mueller | 2007-06-12 07:28:34 -0700 (Tue, 12 Jun 2007) | 9 lines
2007-06-07 Dirk Mueller <dmueller@suse.de>
* trans-stmt.c (gfc_trans_call): fix gcc_assert to
a comparison, not an assignment.
* optabls.c (debug_optab_libfuncs): fix gcc_assert to
a comparison, not an assignment.
........
r125648 | bernds | 2007-06-12 07:35:13 -0700 (Tue, 12 Jun 2007) | 18 lines
* config/bfin/bfin.md (UNSPEC_NOP): New constant.
(forced_nop): New pattern.
* config/bfin/bfin.c: Include "df.h".
(add_to_reg): Use df_regs_ever_live_p instead of regs_ever_live.
(bfin_discover_loop): Use df_get_live_in instead of
global_live_at_start.
(bfin_reorder_loops): Pass 0 to cfg_layout_initialize. Call
df_analyze when done.
(gen_one_bundle): Don't generate SEQUENCE insns, just put modes on
the insns. Use QImode for the final insn in a bundle. Call
df_insn_rescan on generated NOPs; use gen_forced_nop instead of
gen_nop.
(reorder_var_tracking_notes): New function.
(bfin_reorg): Pass no argument to split_all_insns. Don't call
update_life_info. Call df_analyze after scheduling and bundle
generation. Call reorder_var_tracking_notes if generating these notes.
Call df_finish_pass at the end.
........
r125649 | hainque | 2007-06-12 08:39:15 -0700 (Tue, 12 Jun 2007) | 22 lines
* gcov.c: Comments updated.
(source_info): Add file_time field.
(source_index): New variable.
(mutiple_files): New variable.
(generate_results): New function extracted from process_file.
(process_file): Save and restore chain of functions, generate
results and free structures only if not merging results.
(release_structures): File names are now freed in create_file_names
(create_file_names): Free previous file names.
(find_source): File date is now read here and modifications in
source files is checked here.
(read_graph_file): Only reverse order of functions for the current
object file.
(make_gcov_file_name): Do not generate long names if input_name is
NULL.
(output_lines): If merging results do not display graph, data and
runs informations.
Checking source file modification is done in find_source.
* doc/gcov.texi: Append an s to sourcefile.
........
r125650 | mueller | 2007-06-12 08:44:55 -0700 (Tue, 12 Jun 2007) | 2 lines
reorder changelog entries
........
r125651 | spark | 2007-06-12 08:56:10 -0700 (Tue, 12 Jun 2007) | 5 lines
2007-06-12 Seongbae Park <seongbae.park@gmail.com>
* MAINTAINERS (Various Maintainer): Fix typo.
........
r125652 | ghazi | 2007-06-12 09:28:01 -0700 (Tue, 12 Jun 2007) | 5 lines
* fold-const.c (fold_binary): Guard (X-X) -> 0 transformation
with !HONOR_NANS and !HONOR_INFINITIES.
* simplify-rtx.c (simplify_binary_operation_1): Likewise.
........
r125653 | ian | 2007-06-12 10:47:37 -0700 (Tue, 12 Jun 2007) | 44 lines
./:
* tree.def: Add CHANGE_DYNAMIC_TYPE_EXPR.
* tree.h (CHANGE_DYNAMIC_TYPE_NEW_TYPE): Define.
(CHANGE_DYNAMIC_TYPE_LOCATION): Define.
(DECL_NO_TBAA_P): Define.
(struct tree_decl_common): Add no_tbaa_flag field.
* tree-ssa-structalias.c (struct variable_info): Add
no_tbaa_pruning field.
(new_var_info): Initialize no_tbaa_pruning field.
(unify_nodes): Copy no_tbaa_pruning field.
(find_func_aliases): Handle CHANGE_DYNAMIC_TYPE_EXPR.
(dump_solution_for_var): Print no_tbaa_pruning flag.
(set_uids_in_ptset): Add no_tbaa_pruning parameter. Change all
callers.
(compute_tbaa_pruning): New static function.
(compute_points_to_sets): Remove CHANGE_DYNAMIC_TYPE_EXPR nodes.
Call compute_tbaa_pruning.
* tree-ssa-alias.c (may_alias_p): Test no_tbaa_flag for pointers.
* gimplify.c (gimplify_expr): Handle CHANGE_DYNAMIC_TYPE_EXPR.
* gimple-low.c (lower_stmt): Likewise.
* tree-gimple.c (is_gimple_stmt): Likewise.
* tree-ssa-operands.c (get_expr_operands): Likewise.
* tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
* tree-inline.c (estimate_num_insns_1): Likewise.
(copy_result_decl_to_var): Likewise.
* expr.c (expand_expr_real_1): Likewise.
* tree-pretty-print.c (dump_generic_node): Likewise.
* tree-inline.c (copy_decl_to_var): Copy DECL_NO_TBAA_P flag.
* omp-low.c (omp_copy_decl_2): Likewise.
* print-tree.c (print_node): Print DECL_NO_TBAA_P flag.
* doc/c-tree.texi (Expression trees): Document
CHANGE_DYNAMIC_TYPE_EXPR.
cp/:
* init.c (avoid_placement_new_aliasing): New static function.
(build_new_1): Call it.
testsuite/:
* g++.dg/init/new16.C: New test.
* g++.dg/init/new17.C: New test.
* g++.dg/init/new18.C: New test.
* g++.dg/init/new19.C: New test.
........
r125654 | ghazi | 2007-06-12 11:36:05 -0700 (Tue, 12 Jun 2007) | 6 lines
* real.c (real_isfinite): New.
(real_sqrt): Use it.
* real.h (real_isfinite): New.
* builtins.c: Use it.
........
r125655 | pinskia | 2007-06-12 12:15:50 -0700 (Tue, 12 Jun 2007) | 15 lines
2007-06-12 Andrew Pinski <andrew_pinski@playstation.sony.com>
* expr.c (expand_expr_addr_expr_1): Call expand_expr
for the offset with the modifier as EXPAND_INITIALIZER
if the modifier is EXPAND_INITIALIZER.
(expand_expr_real_1 <case INTEGER_CST>): Don't force to
a register if we had an overflow.
2007-06-12 Andrew Pinski <andrew_pinski@playstation.sony.com>
* g++.dg/torture/pr31579.C: New testcase.
........
r125656 | ebotcazou | 2007-06-12 13:25:23 -0700 (Tue, 12 Jun 2007) | 4 lines
* tree-ssa-alias.c (finalize_ref_all_pointers): Clear pt_anything
flag on ref-all pointers.
........
r125657 | spark | 2007-06-12 13:47:16 -0700 (Tue, 12 Jun 2007) | 12 lines
2007-06-12 Seongbae Park <seongbae.park@gmail.com>
* opts.c (common_handle_option): Handle new option -fdbg-cnt-list.
* dbgcnt.c (dbg_cnt_set_limit_by_name): Return value
to indicate an error.
(dbg_cnt_process_single_pair, dbg_cnt_list_all_counters): New functions
(dbg_cnt_process_opt): Print an error on a bad argument.
* dbgcnt.h (dbg_cnt_list_all_counters): New function declaration.
* common.opt (-fdbg-cnt-list): New.
* doc/invoke.texi (-fdbg-cnt-list,-fdbg-cnt=): New.
........
r125658 | zadeck | 2007-06-12 14:28:16 -0700 (Tue, 12 Jun 2007) | 9 lines
2007-06-12 Seongbae Park <seongbae.park@gmail.com>
* df-scan.c (df_get_exit-block_use_set): Always add the stack pointer
to the exit block use set.
* gcse.c (cpro_jump): Don't emit barrier in cfglayout mode.
* config/sparc/sparc.c (sparc_check_64): Check df != NULL.
........
r125659 | geoffk | 2007-06-12 15:49:16 -0700 (Tue, 12 Jun 2007) | 3 lines
* g++.dg/warn/weak1.C: Suppress on Darwin.
* g++.dg/other/unused1.C: Accept tabs or spaces in assembly.
........
r125664 | gccadmin | 2007-06-12 17:17:01 -0700 (Tue, 12 Jun 2007) | 1 line
Daily bump.
........
r125666 | kazu | 2007-06-12 19:27:04 -0700 (Tue, 12 Jun 2007) | 7 lines
* auto-inc-dec.c, c-incpath.c, config/c4x/libgcc.S,
config/sh/divcost-analysis, dbgcnt.def, df-core.c,
df-problems.c, df-scan.c, df.h, dominance.c, dse.c, regstat.c,
tree-data-ref.c, tree-ssa-loop-im.c, tree-ssa-loop-prefetch.c,
tree-vect-transform.c: Fix comment typos. Follow spelling
conventions.
........
r125671 | paolo | 2007-06-13 00:31:39 -0700 (Wed, 13 Jun 2007) | 10 lines
2007-06-13 Paolo Carlini <pcarlini@suse.de>
* include/c_global/cmath: Tweak includes.
* include/std/memory: Likewise.
* include/std/complex: Likewise.
* include/tr1/memory: Likewise.
* include/tr1/complex: Likewise.
* include/tr1/cmath: Likewise; do not wrap special functions
in #ifndef __GXX_EXPERIMENTAL_CXX0X__.
........
r125673 | dannysmith | 2007-06-13 03:21:50 -0700 (Wed, 13 Jun 2007) | 5 lines
2007-06-13 Dave Korn <dave.korn@artimi.com>
* config/i386/i386.c (ix86_eax_live_at_start_p): Use
df_get_live_out.
........
r125674 | ebotcazou | 2007-06-13 06:58:31 -0700 (Wed, 13 Jun 2007) | 4 lines
* config/sparc/sparc.c (sparc_override_options): Initialize
fpu mask correctly.
........
r125677 | bernds | 2007-06-13 07:21:31 -0700 (Wed, 13 Jun 2007) | 6 lines
* config/bfin/bfin.c (gen_one_bundle): Delete unused local variables.
(find_next_insn_start, find_load): New functions.
(bfin_reorg): Use them to deal with the fact that parallel insns are
no longer represented as a SEQUENCE.
........
r125680 | uros | 2007-06-13 08:48:51 -0700 (Wed, 13 Jun 2007) | 6 lines
* config/i386/i386.c (ix86_init_mmx_sse_builtins)
[__builtin_infq, __builtin_fabsq]: Define usign def_builtin.
[__builtin_ia32_rsqrtps, __builtin_ia32_rsqrtss]: Define using
def_builtin_const.
........
r125681 | bernds | 2007-06-13 10:41:07 -0700 (Wed, 13 Jun 2007) | 6 lines
* config/bfin/bfin.h (EH_RETURN_HANDLER_RTX): Use gen_frame_mem.
* config/bfin/bfin.md (UNSPEC_VOLATILE_STORE_EH_HANDLER): New constant.
(eh_store_handler): New pattern.
(eh_return): Emit it instead of a plain move.
........
r125682 | bwilson | 2007-06-13 11:27:50 -0700 (Wed, 13 Jun 2007) | 3 lines
* df-scan.c (df_get_entry_block_def_set): Check if STATIC_CHAIN_REGNUM
is defined.
........
r125683 | rearnsha | 2007-06-13 12:31:58 -0700 (Wed, 13 Jun 2007) | 4 lines
* libsupc++/eh_arm.cc (__cxa_type_match): Handle foreign
exceptions.
* libsubpc++/eh_personality.cc: Don't try to set up foreign or
forced unwind types here when using the ARM EABI unwinder.
........
r125684 | burnus | 2007-06-13 13:12:40 -0700 (Wed, 13 Jun 2007) | 12 lines
2007-06-13 Tobias Burnus <burnus@net-b.de>
* interface.c (has_vector_section): New.
(compare_actual_formal): Check for array sections with vector subscript.
2007-06-13 Tobias Burnus <burnus@net-b.de>
* gfortran.dg/actual_array_vect_1.f90: New.
........
r125685 | echristo | 2007-06-13 15:06:15 -0700 (Wed, 13 Jun 2007) | 5 lines
2007-06-13 Eric Christopher <echristo@apple.com>
* config/i386/i386.c (override_options): If we've specified
an arch then don't use TARGET_SUBTARGET_ISA_DEFAULTs.
........
r125686 | kazu | 2007-06-13 15:57:14 -0700 (Wed, 13 Jun 2007) | 6 lines
* basic-block.h: Remove the prototype for
free_basic_block_vars.
* cfglayout.h: Remove the prototype for
insn_locators_initialize.
* tree.h: Remove the prototype for emit_line_note.
........
r125687 | kazu | 2007-06-13 16:12:46 -0700 (Wed, 13 Jun 2007) | 3 lines
* tree-ssa-pre.c (mergephitemp): Remove.
(init_pre): Don't use mergephitemp.
........
r125688 | ths | 2007-06-13 16:22:29 -0700 (Wed, 13 Jun 2007) | 3 lines
* config/mips/linux.h, config/mips/linux64.h (LIB_SPEC): Always
imply -lpthread for -pthread.
........
r125692 | gccadmin | 2007-06-13 17:17:05 -0700 (Wed, 13 Jun 2007) | 1 line
Daily bump.
........
r125694 | echristo | 2007-06-13 18:24:28 -0700 (Wed, 13 Jun 2007) | 4 lines
2007-06-13 Eric Christopher <echristo@apple.com>
* gcc.target/i386/ssefn-1.c: Add -march=i386.
........
r125695 | echristo | 2007-06-13 18:53:17 -0700 (Wed, 13 Jun 2007) | 5 lines
2007-06-13 Eric Christopher <echristo@apple.com>
* config/i386/darwin.h (PREFERRED_STACK_BOUNDARY): Don't let
the user set a value below STACK_BOUNDARY.
........
r125696 | dannysmith | 2007-06-13 19:38:37 -0700 (Wed, 13 Jun 2007) | 31 lines
ChangeLog/libgcc
2007-06-14 Danny Smith <dannysmith@users.sourceforge.net>
* config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
extra_parts. Add config/i386/t-cygming to tmake_file.
* config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
ChangeLog/gcc
2007-06-14 Danny Smith <dannysmith@users.sourceforge.net>
* config/i386/cygming.h (DWARF_FRAME_REGNUM): Define.
(DWARF2_UNWIND_INFO): Override default if configured with
SJLJ EH disabled.
* config/i386/cygwin.h (STARTFILE_SPEC): Add crtbegin.o.
(ENDFILE_SPEC): Add crtend.o.
* config/i386/mingw32.h (STARTFILE_SEC): Add crtbegin.o.
(ENDFILE_SPEC): Add crtend.o.
(TARGET_USE_JCR_SECTION): Define.
(MD_UNWIND_SUPPORT): Define for 32-bit target.
* config/i386/cygming-crtbegin.c: New file.
* config/i386/cygming-crtend.c: New file.
2007-06-14 Pascal Obry Pascal Obry <obry@adacore.com>
* config/i386/w32-unwind.h: New file.
........
r125697 | bwilson | 2007-06-13 21:49:42 -0700 (Wed, 13 Jun 2007) | 4 lines
* config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Use
validate_replace_rtx instead of replace_rtx.
(xtensa_expand_prologue): Call df_insn_rescan after replace_rtx.
........
r125698 | bonzini | 2007-06-14 00:51:58 -0700 (Thu, 14 Jun 2007) | 8 lines
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Add --enable-checking=df. Explicitly mention that
the variables are initialized as for "release".
* df-core.c: Use it.
* configure: Regenerate.
* config.in: Regenerate.
........
r125699 | bonzini | 2007-06-14 00:54:21 -0700 (Thu, 14 Jun 2007) | 2 lines
svn missed the changelog for previous rev...
........
r125700 | bonzini | 2007-06-14 01:10:41 -0700 (Thu, 14 Jun 2007) | 26 lines
gcc:
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
* acinclude.m4 (gcc_AC_CHECK_PROG_VER): Remove.
* aclocal.m4: Regenerate.
* configure.ac: Use ACX_PROG_CC_WARNING_OPTS,
ACX_PROG_CC_WARNINGS_ARE_ERRORS,
ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_CHECK_PROG_VER.
* configure: Regenerate.
* Makefile.in (LOOSE_WARN): Subst loose_warn.
* Makefile.in (quickstrap): Build libgcc too.
libiberty:
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
* aclocal.m4: Include config/warnings.m4.
* configure.ac: Use ACX_PROG_CC_WARNING_OPTS.
* configure: Regenerate.
config:
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
* acx.m4 (ACX_CHECK_PROG_VER): Remove duplicate lines.
........
r125701 | bonzini | 2007-06-14 01:50:28 -0700 (Thu, 14 Jun 2007) | 6 lines
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
(distclean-stage[+id+]): Possibly delete stage_last.
* Makefile.in: Regenerate.
........
r125702 | charlet | 2007-06-14 02:24:07 -0700 (Thu, 14 Jun 2007) | 2 lines
Add new tests.
........
r125703 | dorit | 2007-06-14 02:39:31 -0700 (Thu, 14 Jun 2007) | 4 lines
* gcc.dg/vect/pr32224.c: Fix.
........
r125704 | fxcoudert | 2007-06-14 05:30:28 -0700 (Thu, 14 Jun 2007) | 4 lines
* MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
Move all Fortran maintainers except Paul Brook into the
Non-Autopoiesis section.
........
r125705 | hjl | 2007-06-14 05:44:43 -0700 (Thu, 14 Jun 2007) | 5 lines
2007-06-14 H.J. Lu <hongjiu.lu@intel.com>
* configure.ac: Fix a typo in --enable-checking=.
* configure: Regenerated.
........
r125708 | pault | 2007-06-14 06:04:05 -0700 (Thu, 14 Jun 2007) | 12 lines
2007-06-14 Paul Thomas <pault@gcc.gnu.org>
* trans-common.c (build_common_decl): If resizing of common
decl is needed, update the TREE_TYPE.
2007-06-14 Paul Thomas <pault@gcc.gnu.org>
* gfortran.dg/common_resize_1.f90: New test.
........
r125710 | dnovillo | 2007-06-14 06:15:24 -0700 (Thu, 14 Jun 2007) | 5 lines
* MAINTAINERS: Add self as middle-end maintainer and
non-algorithmic global write maintainer.
........
r125711 | hjl | 2007-06-14 06:27:32 -0700 (Thu, 14 Jun 2007) | 5 lines
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Fix earlier checkin.
* configure: Regenerated.
........
r125713 | ian | 2007-06-14 06:56:46 -0700 (Thu, 14 Jun 2007) | 3 lines
* MAINTAINERS: Add myself as non-algorithmic global write
maintainer.
........
r125715 | spark | 2007-06-14 07:33:21 -0700 (Thu, 14 Jun 2007) | 7 lines
2007-06-14 Rask Ingemann Lambertsen <rask@sygehus.dk>
* config/v850/v850.c: Include dataflow header file.
(substitute_ep_register): Fix typo.
........
r125716 | bonzini | 2007-06-14 07:40:58 -0700 (Thu, 14 Jun 2007) | 6 lines
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too.
* configure: Regenerate.
........
r125717 | bernds | 2007-06-14 10:10:54 -0700 (Thu, 14 Jun 2007) | 7 lines
* configure.ac: Don't add target-libmudflap to noconfigdirs for
bfin*-*-uclinux* targets.
* configure: Regenerate.
* gcc/config/bfin/uclinux.h (MFWRAP_SPEC): New.
........
r125718 | hjl | 2007-06-14 10:24:22 -0700 (Thu, 14 Jun 2007) | 11 lines
2007-06-14 H.J. Lu <hongjiu.lu@intel.com>
* gcc.dg/dfp/fe-convert-1.c: Expect FE_OVERFLOW when converting
from 10.000000e96DD to _Decimal32, from 10.000000e96DL to
_Decimal32 and from 10.00000000000000E384DL to _Decimal64.
* gcc.dg/dfp/fe-convert-2.c: Expect FE_INEXACT when converting
from 1.0e96 and -1.0e96 to _Decimal32. Enable testing for
converting from 1.0e-96 and 0.00048828125 to _Decimal32 when
BID is used.
........
r125719 | uros | 2007-06-14 12:45:11 -0700 (Thu, 14 Jun 2007) | 9 lines
* config/soft-fp/eqdf2.c, config/soft-fp/eqsf2.c,
config/soft-fp/eqtf2.c, config/soft-fp/gedf2.c,
config/soft-fp/gesf2.c, config/soft-fp/getf2.c,
config/soft-fp/ledf2.c, config/soft-fp/lesf2.c,
config/soft-fp/letf2.c, config/soft-fp/unorddf2.c,
config/soft-fp/unordsf2.c, config/soft-fp/unordtf2.c,
config/soft-fp/soft-fp.h: Update from glibc CVS.
........
r125720 | uros | 2007-06-14 13:15:13 -0700 (Thu, 14 Jun 2007) | 10 lines
* config/i386/sfp-machine.c (CMPtype): New define.
(mach stubs): Use CMPtype instead of int as a return type.
testsuite/ChangeLog:
* gcc.target/i386/pr32268.c: New test.
........
r125721 | geoffk | 2007-06-14 13:56:25 -0700 (Thu, 14 Jun 2007) | 4 lines
* decl2.c (determine_visibility): Remove duplicate code for
handling type info.
........
r125722 | geoffk | 2007-06-14 14:04:10 -0700 (Thu, 14 Jun 2007) | 3 lines
* decl2.c (determine_visibility): Ensure that functions with
hidden types as parameters are hidden.
........
r125723 | echristo | 2007-06-14 14:43:45 -0700 (Thu, 14 Jun 2007) | 6 lines
2007-06-14 Eric Christopher <echristo@apple.com>
* config/i386/sse.md (movdi_to_sse): Rewrite body.
(movv4sf): Use gcc_unreachable instead of abort.
........
r125726 | mueller | 2007-06-14 16:12:25 -0700 (Thu, 14 Jun 2007) | 5 lines
2007-06-14 Dirk Mueller <dmueller@suse.de>
* g++.dg/opt/static6.C: New testcase.
........
r125729 | gccadmin | 2007-06-14 17:16:52 -0700 (Thu, 14 Jun 2007) | 1 line
Daily bump.
........
r125731 | kazu | 2007-06-14 19:43:32 -0700 (Thu, 14 Jun 2007) | 2 lines
* config/m68k/m68k.c (ASM_DOT, ASM_DOTW, ASM_DOTL): Remove.
........
r125733 | pinskia | 2007-06-14 20:39:31 -0700 (Thu, 14 Jun 2007) | 5 lines
2007-06-14 Andrew Pinski <andrew_pinski@playstation.sony.com>
* tree-mudflap.c: Fix whitespace issues.
........
r125734 | kseitz | 2007-06-14 20:53:52 -0700 (Thu, 14 Jun 2007) | 10 lines
* include/java-interp.h (_Jv_LocalVarTableEntry): Add union
for bytecode_pc and direct-threaded pc.
Add field descriptions inline.
* defineclass.cc (read_one_code_attribute): Change from
bytecode_start_pc to bytecode_pc.
Remove unused variable "len".
* interpret.cc (compile): Remap the variable table, too.
(get_local_var_table) [DIRECT_THREADED]: Use insn_index on the
start location to map from pc_t to code index.
........
r125736 | spark | 2007-06-14 23:33:24 -0700 (Thu, 14 Jun 2007) | 7 lines
2007-06-14 Seongbae Park <seongbae.park@gmail.com>
* df-scan.c (df_uses_record): Don't modify flags but just add to it for
df_ref_record.
........
r125737 | uros | 2007-06-15 00:01:31 -0700 (Fri, 15 Jun 2007) | 8 lines
* libgcc2.c (CEXT): When compiling L_multc3 and L_divtc3,
define to "l" if LIBGCC_LONG_DOUBLE_SIZE == 128,
otherwise define to LIBGCC2_TF_CEXT.
* config/i386/linux64.h (LIBGCC2_HAS_TF_MODE): New define.
(LIBGCC_TF_CEXT): Ditto.
(TF_SIZE): Ditto.
........
r125738 | charlet | 2007-06-15 01:27:59 -0700 (Fri, 15 Jun 2007) | 2 lines
Add new tests
........
r125739 | ro | 2007-06-15 03:26:16 -0700 (Fri, 15 Jun 2007) | 5 lines
* runtime/backtrace.c (show_backtrace): Only use snprintf if
available.
........
r125740 | bernds | 2007-06-15 04:54:51 -0700 (Fri, 15 Jun 2007) | 6 lines
* config/bfin/elf.h (ASM_GENERATE_INTERNAL_LABEL,
LOCAL_LABEL_PREFIX): Delete.
* config/bfin/bfin.c (TARGET_ASM_INTERNAL_LABEL): Delete.
(bfin_internal_label): Delete.
........
r125745 | mmitchel | 2007-06-15 09:58:29 -0700 (Fri, 15 Jun 2007) | 10 lines
* cp-tree.h (DECL_VAR_MARKED_P): Remove.
(DECL_ANON_UNION_VAR_P): New macro.
* class.c (fixed_type_or_null): Tidy. Use a hash table, rather
than DECL_VAR_MARKED_P, to keep track of which variables we have
seen.
* decl.c (redeclaration_error_message): Complain about redeclaring
anonymous union members at namespace scope.
* decl2.c (build_anon_union_vars): Set DECL_ANON_UNION_VAR_P.
* g++.dg/lookup/anon6.C: New test.
........
r125746 | mmitchel | 2007-06-15 10:31:53 -0700 (Fri, 15 Jun 2007) | 2 lines
* rtlanal.c (note_stores): Improve documentation.
........
r125747 | mmitchel | 2007-06-15 10:33:01 -0700 (Fri, 15 Jun 2007) | 3 lines
* doc/extend.texi: Document behavior of __attribute__((aligned))
on typedefs.
........
r125751 | gccadmin | 2007-06-15 17:16:57 -0700 (Fri, 15 Jun 2007) | 1 line
Daily bump.
........
Modified:
branches/fixed-point/libstdc++-v3/ChangeLog
branches/fixed-point/libstdc++-v3/docs/html/install.html
branches/fixed-point/libstdc++-v3/include/c_global/cmath
branches/fixed-point/libstdc++-v3/include/std/complex
branches/fixed-point/libstdc++-v3/include/std/memory
branches/fixed-point/libstdc++-v3/include/tr1/cmath
branches/fixed-point/libstdc++-v3/include/tr1/complex
branches/fixed-point/libstdc++-v3/include/tr1/memory
branches/fixed-point/libstdc++-v3/libsupc++/eh_arm.cc
branches/fixed-point/libstdc++-v3/libsupc++/eh_personality.cc
branches/fixed-point/libstdc++-v3/testsuite/util/testsuite_performance.h
Changes in other areas also in this revision:
Added:
branches/fixed-point/gcc/ChangeLog.dataflow
- copied unchanged from r125751, trunk/gcc/ChangeLog.dataflow
branches/fixed-point/gcc/auto-inc-dec.c
- copied unchanged from r125751, trunk/gcc/auto-inc-dec.c
branches/fixed-point/gcc/config/i386/cygming-crtbegin.c
- copied unchanged from r125751, trunk/gcc/config/i386/cygming-crtbegin.c
branches/fixed-point/gcc/config/i386/cygming-crtend.c
- copied unchanged from r125751, trunk/gcc/config/i386/cygming-crtend.c
branches/fixed-point/gcc/config/i386/w32-unwind.h
- copied unchanged from r125751, trunk/gcc/config/i386/w32-unwind.h
branches/fixed-point/gcc/dbgcnt.c
- copied unchanged from r125751, trunk/gcc/dbgcnt.c
branches/fixed-point/gcc/dbgcnt.def
- copied unchanged from r125751, trunk/gcc/dbgcnt.def
branches/fixed-point/gcc/dbgcnt.h
- copied unchanged from r125751, trunk/gcc/dbgcnt.h
branches/fixed-point/gcc/dce.c
- copied unchanged from r125751, trunk/gcc/dce.c
branches/fixed-point/gcc/dce.h
- copied unchanged from r125751, trunk/gcc/dce.h
branches/fixed-point/gcc/df-core.c
- copied unchanged from r125751, trunk/gcc/df-core.c
branches/fixed-point/gcc/df-problems.c
- copied unchanged from r125751, trunk/gcc/df-problems.c
branches/fixed-point/gcc/df-scan.c
- copied unchanged from r125751, trunk/gcc/df-scan.c
branches/fixed-point/gcc/dse.c
- copied unchanged from r125751, trunk/gcc/dse.c
branches/fixed-point/gcc/dse.h
- copied unchanged from r125751, trunk/gcc/dse.h
branches/fixed-point/gcc/fwprop.c
- copied unchanged from r125751, trunk/gcc/fwprop.c
branches/fixed-point/gcc/init-regs.c
- copied unchanged from r125751, trunk/gcc/init-regs.c
branches/fixed-point/gcc/regstat.c
- copied unchanged from r125751, trunk/gcc/regstat.c
branches/fixed-point/gcc/stack-ptr-mod.c
- copied unchanged from r125751, trunk/gcc/stack-ptr-mod.c
branches/fixed-point/gcc/testsuite/g++.dg/ext/visibility/anon4.C
- copied unchanged from r125751, trunk/gcc/testsuite/g++.dg/ext/visibility/anon4.C
branches/fixed-point/gcc/testsuite/g++.dg/ext/visibility/overload-1.C
- copied unchanged from r125751, trunk/gcc/testsuite/g++.dg/ext/visibility/overload-1.C
branches/fixed-point/gcc/testsuite/g++.dg/init/new16.C
- copied unchanged from r125751, trunk/gcc/testsuite/g++.dg/init/new16.C
branches/fixed-point/gcc/testsuite/g++.dg/init/new17.C
- copied unchanged from r125751, trunk/gcc/testsuite/g++.dg/init/new17.C
branches/fixed-point/gcc/testsuite/g++.dg/init/new18.C
- copied unchanged from r125751, trunk/gcc/testsuite/g++.dg/init/new18.C
branches/fixed-point/gcc/testsuite/g++.dg/init/new19.C
- copied unchanged from r125751, trunk/gcc/testsuite/g++.dg/init/new19.C
branches/fixed-point/gcc/testsuite/g++.dg/lookup/anon6.C
- copied unchanged from r125751, trunk/gcc/testsuite/g++.dg/lookup/anon6.C
branches/fixed-point/gcc/testsuite/g++.dg/opt/static6.C
- copied unchanged from r125751, trunk/gcc/testsuite/g++.dg/opt/static6.C
branches/fixed-point/gcc/testsuite/g++.dg/torture/pr31579.C
- copied unchanged from r125751, trunk/gcc/testsuite/g++.dg/torture/pr31579.C
branches/fixed-point/gcc/testsuite/gcc.c-torture/compile/pr32169.c
- copied unchanged from r125751, trunk/gcc/testsuite/gcc.c-torture/compile/pr32169.c
branches/fixed-point/gcc/testsuite/gcc.c-torture/execute/20070424-1.c
- copied unchanged from r125751, trunk/gcc/testsuite/gcc.c-torture/execute/20070424-1.c
branches/fixed-point/gcc/testsuite/gcc.dg/pr32293.c
- copied unchanged from r125751, trunk/gcc/testsuite/gcc.dg/pr32293.c
branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/loop-28.c
- copied unchanged from r125751, trunk/gcc/testsuite/gcc.dg/tree-ssa/loop-28.c
branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/prefetch-7.c
- copied unchanged from r125751, trunk/gcc/testsuite/gcc.dg/tree-ssa/prefetch-7.c
branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-1.c
- copied unchanged from r125751, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-1.c
branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-2.c
- copied unchanged from r125751, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-2.c
branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-3.c
- copied unchanged from r125751, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-3.c
branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-4.c
- copied unchanged from r125751, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-4.c
branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-5.c
- copied unchanged from r125751, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-5.c
branches/fixed-point/gcc/testsuite/gcc.target/i386/pr32268.c
- copied unchanged from r125751, trunk/gcc/testsuite/gcc.target/i386/pr32268.c
branches/fixed-point/gcc/testsuite/gcc.target/i386/pr32280.c
- copied unchanged from r125751, trunk/gcc/testsuite/gcc.target/i386/pr32280.c
branches/fixed-point/gcc/testsuite/gcc.target/sparc/mfpu.c
- copied unchanged from r125751, trunk/gcc/testsuite/gcc.target/sparc/mfpu.c
branches/fixed-point/gcc/testsuite/gfortran.dg/actual_array_vect_1.f90
- copied unchanged from r125751, trunk/gcc/testsuite/gfortran.dg/actual_array_vect_1.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/backspace_9.f
- copied unchanged from r125751, trunk/gcc/testsuite/gfortran.dg/backspace_9.f
branches/fixed-point/gcc/testsuite/gfortran.dg/common_resize_1.f
- copied unchanged from r125751, trunk/gcc/testsuite/gfortran.dg/common_resize_1.f
branches/fixed-point/gcc/testsuite/gfortran.dg/equiv_7.f90
- copied unchanged from r125751, trunk/gcc/testsuite/gfortran.dg/equiv_7.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/pr31025.f90
- copied unchanged from r125751, trunk/gcc/testsuite/gfortran.dg/pr31025.f90
branches/fixed-point/gcc/testsuite/gnat.dg/aggr7.adb
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/aggr7.adb
branches/fixed-point/gcc/testsuite/gnat.dg/assert1.adb
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/assert1.adb
branches/fixed-point/gcc/testsuite/gnat.dg/c_words.adb
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/c_words.adb
branches/fixed-point/gcc/testsuite/gnat.dg/c_words.ads
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/c_words.ads
branches/fixed-point/gcc/testsuite/gnat.dg/g_tables.adb
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/g_tables.adb
branches/fixed-point/gcc/testsuite/gnat.dg/g_tables.ads
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/g_tables.ads
branches/fixed-point/gcc/testsuite/gnat.dg/interface4.adb
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/interface4.adb
branches/fixed-point/gcc/testsuite/gnat.dg/lhs_view_convert.adb
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/lhs_view_convert.adb
branches/fixed-point/gcc/testsuite/gnat.dg/quote.adb
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/quote.adb
branches/fixed-point/gcc/testsuite/gnat.dg/socket2.adb
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/socket2.adb
branches/fixed-point/gcc/testsuite/gnat.dg/sort1.adb
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/sort1.adb
branches/fixed-point/gcc/testsuite/gnat.dg/sort1.ads
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/sort1.ads
branches/fixed-point/gcc/testsuite/gnat.dg/sort2.adb
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/sort2.adb
branches/fixed-point/gcc/testsuite/gnat.dg/specs/cpp1.ads
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/specs/cpp1.ads
branches/fixed-point/gcc/testsuite/gnat.dg/specs/tag1.ads
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/specs/tag1.ads
branches/fixed-point/gcc/testsuite/gnat.dg/str1.adb
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/str1.adb
branches/fixed-point/gcc/testsuite/gnat.dg/test_tables.adb
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/test_tables.adb
branches/fixed-point/gcc/testsuite/gnat.dg/tfren.adb
- copied unchanged from r125751, trunk/gcc/testsuite/gnat.dg/tfren.adb
branches/fixed-point/gcc/tree-ssa-ifcombine.c
- copied unchanged from r125751, trunk/gcc/tree-ssa-ifcombine.c
branches/fixed-point/libgcc/config/i386/t-cygming
- copied unchanged from r125751, trunk/libgcc/config/i386/t-cygming
Removed:
branches/fixed-point/gcc/flow.c
Modified:
branches/fixed-point/ (props changed)
branches/fixed-point/ChangeLog
branches/fixed-point/MAINTAINERS
branches/fixed-point/Makefile.in
branches/fixed-point/Makefile.tpl
branches/fixed-point/config/ChangeLog
branches/fixed-point/config/acx.m4
branches/fixed-point/configure
branches/fixed-point/configure.ac
branches/fixed-point/gcc/ChangeLog
branches/fixed-point/gcc/DATESTAMP
branches/fixed-point/gcc/Makefile.in
branches/fixed-point/gcc/acinclude.m4
branches/fixed-point/gcc/aclocal.m4
branches/fixed-point/gcc/ada/ChangeLog
branches/fixed-point/gcc/ada/decl.c
branches/fixed-point/gcc/ada/g-stsifd-sockets.adb
branches/fixed-point/gcc/ada/gigi.h
branches/fixed-point/gcc/ada/misc.c
branches/fixed-point/gcc/ada/trans.c
branches/fixed-point/gcc/ada/utils.c
branches/fixed-point/gcc/alias.c
branches/fixed-point/gcc/alloc-pool.c
branches/fixed-point/gcc/alloc-pool.h
branches/fixed-point/gcc/basic-block.h
branches/fixed-point/gcc/bb-reorder.c
branches/fixed-point/gcc/bitmap.c
branches/fixed-point/gcc/bitmap.h
branches/fixed-point/gcc/bt-load.c
branches/fixed-point/gcc/builtins.c
branches/fixed-point/gcc/c-common.c
branches/fixed-point/gcc/c-common.h
branches/fixed-point/gcc/c-decl.c
branches/fixed-point/gcc/c-format.c
branches/fixed-point/gcc/c-incpath.c
branches/fixed-point/gcc/c-objc-common.h
branches/fixed-point/gcc/c-typeck.c
branches/fixed-point/gcc/caller-save.c
branches/fixed-point/gcc/calls.c
branches/fixed-point/gcc/cfg.c
branches/fixed-point/gcc/cfganal.c
branches/fixed-point/gcc/cfgcleanup.c
branches/fixed-point/gcc/cfghooks.c
branches/fixed-point/gcc/cfghooks.h
branches/fixed-point/gcc/cfglayout.c
branches/fixed-point/gcc/cfglayout.h
branches/fixed-point/gcc/cfgloop.c
branches/fixed-point/gcc/cfgloop.h
branches/fixed-point/gcc/cfgrtl.c
branches/fixed-point/gcc/combine-stack-adj.c
branches/fixed-point/gcc/combine.c
branches/fixed-point/gcc/common.opt
branches/fixed-point/gcc/config.in
branches/fixed-point/gcc/config/alpha/alpha.c
branches/fixed-point/gcc/config/arc/arc.c
branches/fixed-point/gcc/config/arm/arm.c
branches/fixed-point/gcc/config/arm/arm.h
branches/fixed-point/gcc/config/avr/avr.c
branches/fixed-point/gcc/config/bfin/bfin.c
branches/fixed-point/gcc/config/bfin/bfin.h
branches/fixed-point/gcc/config/bfin/bfin.md
branches/fixed-point/gcc/config/bfin/elf.h
branches/fixed-point/gcc/config/bfin/uclinux.h
branches/fixed-point/gcc/config/c4x/c4x.c
branches/fixed-point/gcc/config/c4x/c4x.h
branches/fixed-point/gcc/config/c4x/libgcc.S
branches/fixed-point/gcc/config/cris/cris.c
branches/fixed-point/gcc/config/crx/crx.c
branches/fixed-point/gcc/config/crx/crx.h
branches/fixed-point/gcc/config/darwin.c
branches/fixed-point/gcc/config/fr30/fr30.c
branches/fixed-point/gcc/config/frv/frv.c
branches/fixed-point/gcc/config/h8300/h8300.c
branches/fixed-point/gcc/config/h8300/h8300.md
branches/fixed-point/gcc/config/i386/cygming.h
branches/fixed-point/gcc/config/i386/cygwin.h
branches/fixed-point/gcc/config/i386/darwin.h
branches/fixed-point/gcc/config/i386/i386.c
branches/fixed-point/gcc/config/i386/i386.h
branches/fixed-point/gcc/config/i386/i386.md
branches/fixed-point/gcc/config/i386/linux64.h
branches/fixed-point/gcc/config/i386/mingw32.h
branches/fixed-point/gcc/config/i386/sfp-machine.h
branches/fixed-point/gcc/config/i386/sse.md
branches/fixed-point/gcc/config/ia64/ia64-protos.h
branches/fixed-point/gcc/config/ia64/ia64.c
branches/fixed-point/gcc/config/ia64/ia64.h
branches/fixed-point/gcc/config/iq2000/iq2000.c
branches/fixed-point/gcc/config/iq2000/iq2000.h
branches/fixed-point/gcc/config/m32c/m32c.c
branches/fixed-point/gcc/config/m32r/m32r.c
branches/fixed-point/gcc/config/m68hc11/m68hc11.c
branches/fixed-point/gcc/config/m68k/m68k-devices.def
branches/fixed-point/gcc/config/m68k/m68k.c
branches/fixed-point/gcc/config/mcore/mcore.c
branches/fixed-point/gcc/config/mips/linux.h
branches/fixed-point/gcc/config/mips/linux64.h
branches/fixed-point/gcc/config/mips/mips.c
branches/fixed-point/gcc/config/mips/mips.md
branches/fixed-point/gcc/config/mmix/mmix.c
branches/fixed-point/gcc/config/mn10300/mn10300.c
branches/fixed-point/gcc/config/mt/mt.c
branches/fixed-point/gcc/config/mt/mt.h
branches/fixed-point/gcc/config/pa/pa.c
branches/fixed-point/gcc/config/pa/pa.h
branches/fixed-point/gcc/config/pdp11/pdp11.c
branches/fixed-point/gcc/config/pdp11/pdp11.h
branches/fixed-point/gcc/config/rs6000/predicates.md
branches/fixed-point/gcc/config/rs6000/rs6000-protos.h
branches/fixed-point/gcc/config/rs6000/rs6000.c
branches/fixed-point/gcc/config/rs6000/rs6000.h
branches/fixed-point/gcc/config/rs6000/rs6000.md
branches/fixed-point/gcc/config/s390/s390.c
branches/fixed-point/gcc/config/score/score-mdaux.c
branches/fixed-point/gcc/config/sh/divcost-analysis
branches/fixed-point/gcc/config/sh/sh.c
branches/fixed-point/gcc/config/sh/sh.md
branches/fixed-point/gcc/config/soft-fp/eqdf2.c
branches/fixed-point/gcc/config/soft-fp/eqsf2.c
branches/fixed-point/gcc/config/soft-fp/eqtf2.c
branches/fixed-point/gcc/config/soft-fp/gedf2.c
branches/fixed-point/gcc/config/soft-fp/gesf2.c
branches/fixed-point/gcc/config/soft-fp/getf2.c
branches/fixed-point/gcc/config/soft-fp/ledf2.c
branches/fixed-point/gcc/config/soft-fp/lesf2.c
branches/fixed-point/gcc/config/soft-fp/letf2.c
branches/fixed-point/gcc/config/soft-fp/soft-fp.h
branches/fixed-point/gcc/config/soft-fp/unorddf2.c
branches/fixed-point/gcc/config/soft-fp/unordsf2.c
branches/fixed-point/gcc/config/soft-fp/unordtf2.c
branches/fixed-point/gcc/config/sparc/sparc.c
branches/fixed-point/gcc/config/spu/spu.c
branches/fixed-point/gcc/config/stormy16/stormy16.c
branches/fixed-point/gcc/config/v850/v850.c
branches/fixed-point/gcc/config/vax/vax.c
branches/fixed-point/gcc/config/xtensa/xtensa.c
branches/fixed-point/gcc/configure
branches/fixed-point/gcc/configure.ac
branches/fixed-point/gcc/convert.c
branches/fixed-point/gcc/cp/ChangeLog
branches/fixed-point/gcc/cp/class.c
branches/fixed-point/gcc/cp/cp-objcp-common.h
branches/fixed-point/gcc/cp/cp-tree.h
branches/fixed-point/gcc/cp/decl.c
branches/fixed-point/gcc/cp/decl2.c
branches/fixed-point/gcc/cp/init.c
branches/fixed-point/gcc/cse.c
branches/fixed-point/gcc/cselib.c
branches/fixed-point/gcc/cselib.h
branches/fixed-point/gcc/ddg.c
branches/fixed-point/gcc/ddg.h
branches/fixed-point/gcc/df.h
branches/fixed-point/gcc/doc/c-tree.texi
branches/fixed-point/gcc/doc/cfg.texi
branches/fixed-point/gcc/doc/extend.texi
branches/fixed-point/gcc/doc/gcov.texi
branches/fixed-point/gcc/doc/invoke.texi
branches/fixed-point/gcc/doc/rtl.texi
branches/fixed-point/gcc/dominance.c
branches/fixed-point/gcc/emit-rtl.c
branches/fixed-point/gcc/expmed.c
branches/fixed-point/gcc/expr.c
branches/fixed-point/gcc/expr.h
branches/fixed-point/gcc/final.c
branches/fixed-point/gcc/fold-const.c
branches/fixed-point/gcc/fortran/ChangeLog
branches/fixed-point/gcc/fortran/f95-lang.c
branches/fixed-point/gcc/fortran/interface.c
branches/fixed-point/gcc/fortran/resolve.c
branches/fixed-point/gcc/fortran/target-memory.c
branches/fixed-point/gcc/fortran/target-memory.h
branches/fixed-point/gcc/fortran/trans-common.c
branches/fixed-point/gcc/fortran/trans-stmt.c
branches/fixed-point/gcc/fortran/trans-types.c
branches/fixed-point/gcc/fortran/trans-types.h
branches/fixed-point/gcc/function.c
branches/fixed-point/gcc/function.h
branches/fixed-point/gcc/gcov.c
branches/fixed-point/gcc/gcse.c
branches/fixed-point/gcc/gengtype.c
branches/fixed-point/gcc/genopinit.c
branches/fixed-point/gcc/gimple-low.c
branches/fixed-point/gcc/gimplify.c
branches/fixed-point/gcc/global.c
branches/fixed-point/gcc/haifa-sched.c
branches/fixed-point/gcc/ifcvt.c
branches/fixed-point/gcc/integrate.c
branches/fixed-point/gcc/java/ChangeLog
branches/fixed-point/gcc/java/java-tree.h
branches/fixed-point/gcc/java/lang.c
branches/fixed-point/gcc/java/typeck.c
branches/fixed-point/gcc/lambda-code.c
branches/fixed-point/gcc/langhooks-def.h
branches/fixed-point/gcc/langhooks.c
branches/fixed-point/gcc/langhooks.h
branches/fixed-point/gcc/libgcc2.c
branches/fixed-point/gcc/local-alloc.c
branches/fixed-point/gcc/loop-init.c
branches/fixed-point/gcc/loop-invariant.c
branches/fixed-point/gcc/loop-iv.c
branches/fixed-point/gcc/lower-subreg.c
branches/fixed-point/gcc/mode-switching.c
branches/fixed-point/gcc/modulo-sched.c
branches/fixed-point/gcc/omp-low.c
branches/fixed-point/gcc/optabs.c
branches/fixed-point/gcc/optabs.h
branches/fixed-point/gcc/opts.c
branches/fixed-point/gcc/output.h
branches/fixed-point/gcc/passes.c
branches/fixed-point/gcc/postreload-gcse.c
branches/fixed-point/gcc/postreload.c
branches/fixed-point/gcc/print-tree.c
branches/fixed-point/gcc/real.c
branches/fixed-point/gcc/real.h
branches/fixed-point/gcc/recog.c
branches/fixed-point/gcc/recog.h
branches/fixed-point/gcc/reg-notes.def
branches/fixed-point/gcc/reg-stack.c
branches/fixed-point/gcc/regclass.c
branches/fixed-point/gcc/regmove.c
branches/fixed-point/gcc/regrename.c
branches/fixed-point/gcc/regs.h
branches/fixed-point/gcc/reload.c
branches/fixed-point/gcc/reload1.c
branches/fixed-point/gcc/reorg.c
branches/fixed-point/gcc/resource.c
branches/fixed-point/gcc/resource.h
branches/fixed-point/gcc/rtl-factoring.c
branches/fixed-point/gcc/rtl.c
branches/fixed-point/gcc/rtl.def
branches/fixed-point/gcc/rtl.h
branches/fixed-point/gcc/rtlanal.c
branches/fixed-point/gcc/sbitmap.c
branches/fixed-point/gcc/sbitmap.h
branches/fixed-point/gcc/sched-deps.c
branches/fixed-point/gcc/sched-ebb.c
branches/fixed-point/gcc/sched-int.h
branches/fixed-point/gcc/sched-rgn.c
branches/fixed-point/gcc/sched-vis.c
branches/fixed-point/gcc/see.c
branches/fixed-point/gcc/simplify-rtx.c
branches/fixed-point/gcc/stmt.c
branches/fixed-point/gcc/struct-equiv.c
branches/fixed-point/gcc/testsuite/ChangeLog
branches/fixed-point/gcc/testsuite/g++.dg/other/unused1.C
branches/fixed-point/gcc/testsuite/g++.dg/warn/weak1.C
branches/fixed-point/gcc/testsuite/gcc.dg/builtins-11.c
branches/fixed-point/gcc/testsuite/gcc.dg/dfp/fe-convert-1.c
branches/fixed-point/gcc/testsuite/gcc.dg/dfp/fe-convert-2.c
branches/fixed-point/gcc/testsuite/gcc.dg/setjmp-3.c
branches/fixed-point/gcc/testsuite/gcc.dg/setjmp-4.c
branches/fixed-point/gcc/testsuite/gcc.dg/vect/pr32224.c
branches/fixed-point/gcc/testsuite/gcc.target/i386/980211-1.c
branches/fixed-point/gcc/testsuite/gcc.target/i386/ssefn-1.c
branches/fixed-point/gcc/testsuite/gfortran.dg/equiv_constraint_5.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/equiv_constraint_7.f90
branches/fixed-point/gcc/timevar.def
branches/fixed-point/gcc/toplev.c
branches/fixed-point/gcc/tracer.c
branches/fixed-point/gcc/tree-data-ref.c
branches/fixed-point/gcc/tree-flow.h
branches/fixed-point/gcc/tree-gimple.c
branches/fixed-point/gcc/tree-inline.c
branches/fixed-point/gcc/tree-mudflap.c
branches/fixed-point/gcc/tree-nested.c
branches/fixed-point/gcc/tree-pass.h
branches/fixed-point/gcc/tree-predcom.c
branches/fixed-point/gcc/tree-pretty-print.c
branches/fixed-point/gcc/tree-scalar-evolution.c
branches/fixed-point/gcc/tree-ssa-alias.c
branches/fixed-point/gcc/tree-ssa-dce.c
branches/fixed-point/gcc/tree-ssa-loop-im.c
branches/fixed-point/gcc/tree-ssa-loop-prefetch.c
branches/fixed-point/gcc/tree-ssa-operands.c
branches/fixed-point/gcc/tree-ssa-phiopt.c
branches/fixed-point/gcc/tree-ssa-pre.c
branches/fixed-point/gcc/tree-ssa-structalias.c
branches/fixed-point/gcc/tree-tailcall.c
branches/fixed-point/gcc/tree-vect-transform.c
branches/fixed-point/gcc/tree-vrp.c
branches/fixed-point/gcc/tree.c
branches/fixed-point/gcc/tree.def
branches/fixed-point/gcc/tree.h
branches/fixed-point/gcc/treelang/ChangeLog
branches/fixed-point/gcc/treelang/treetree.c
branches/fixed-point/gcc/web.c
branches/fixed-point/libcpp/ChangeLog
branches/fixed-point/libcpp/files.c
branches/fixed-point/libgcc/ChangeLog
branches/fixed-point/libgcc/config.host
branches/fixed-point/libgfortran/ChangeLog
branches/fixed-point/libgfortran/io/transfer.c
branches/fixed-point/libgfortran/runtime/backtrace.c
branches/fixed-point/libiberty/ChangeLog
branches/fixed-point/libiberty/aclocal.m4
branches/fixed-point/libiberty/configure
branches/fixed-point/libiberty/configure.ac
branches/fixed-point/libjava/ChangeLog
branches/fixed-point/libjava/defineclass.cc
branches/fixed-point/libjava/include/java-interp.h
branches/fixed-point/libjava/interpret.cc
branches/fixed-point/libjava/testsuite/libjava.jvmti/dummyagent.c
Propchange: branches/fixed-point/
('svnmerge-integrated' modified)