This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r120376 - in /branches/fixed-point: ./ ChangeLo...


Author: chaoyingfu
Date: Wed Jan  3 01:34:59 2007
New Revision: 120376

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120376
Log:
Merged revisions 120040-120211 via svnmerge from 
svn+ssh://chaoyingfu@sources.redhat.com/svn/gcc/trunk

........
  r120040 | sayle | 2006-12-18 20:17:11 -0800 (Mon, 18 Dec 2006) | 7 lines
  
  2006-12-18  Roger Sayle  <roger@eyesopen.com>
  	    Eric Christopher  <echristo@apple.com>
  
  	* real.c (real_maxval): Correctly handle IBM extended double format.
........
  r120045 | pinskia | 2006-12-19 00:28:46 -0800 (Tue, 19 Dec 2006) | 9 lines
  
  2006-12-18  Andrew Pinski  <pinskia@gmail.com>
  
          * config/rs6000/rs6000.c (altivec_init_builtins): Change to set
          READONLY on __builtin_altivec_mask_for_load instead of adding
          the attribute.
........
  r120047 | bonzini | 2006-12-19 02:59:36 -0800 (Tue, 19 Dec 2006) | 4 lines
  
  2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
  
  	* MAINTAINERS: Add myself as build system maintainer.
........
  r120048 | bonzini | 2006-12-19 03:01:36 -0800 (Tue, 19 Dec 2006) | 19 lines
  
  2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
  
  	* 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.
........
  r120049 | bonzini | 2006-12-19 03:28:35 -0800 (Tue, 19 Dec 2006) | 8 lines
  
  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.
........
  r120052 | pault | 2006-12-19 09:02:20 -0800 (Tue, 19 Dec 2006) | 17 lines
  
  2006-12-19  Paul Thomas <pault@gcc.gnu.org>
  
  	* 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>
  
  	* gfortran.dg/altreturn_3.f90: New test.
  
  	* gfortran.dg/char_result_12.f90: Fix comment typos.
........
  r120054 | sje | 2006-12-19 10:18:19 -0800 (Tue, 19 Dec 2006) | 2 lines
  
  	* config/pa/pa64-hpux.h (ASM_OUTPUT_EXTERNAL):  Add undef.
........
  r120056 | burnus | 2006-12-19 11:41:35 -0800 (Tue, 19 Dec 2006) | 13 lines
  
  fortran/
  2006-12-19  Tobias Burnus  <burnus@net-b.de>
  
  	* trans-intrinsic.c: Check for associated(NULL,NULL).
  
  testsuite/
  2006-12-19  Tobias Burnus  <burnus@net-b.de>
  
  	* gfortran.dg/associated_1.f90: Add test for associated(NULL,NULL). 
........
  r120058 | echristo | 2006-12-19 12:25:49 -0800 (Tue, 19 Dec 2006) | 5 lines
  
  2006-12-19  Eric Christopher  <echristo@apple.com>
  
          * gcc.c-torture/execute/pr29302-1.c: New.
........
  r120064 | gccadmin | 2006-12-19 16:18:01 -0800 (Tue, 19 Dec 2006) | 1 line
  
  Daily bump.
........
  r120066 | echristo | 2006-12-19 16:42:34 -0800 (Tue, 19 Dec 2006) | 10 lines
  
  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.
........
  r120067 | bje | 2006-12-19 18:49:37 -0800 (Tue, 19 Dec 2006) | 2 lines
  
  	* doc/invoke.texi (Optimize Options): Typo fix.
........
  r120068 | bje | 2006-12-19 19:45:32 -0800 (Tue, 19 Dec 2006) | 2 lines
  
  	* gcc.dg/20020312-2.c: Add a case for __SPU__.
........
  r120069 | pinskia | 2006-12-19 21:00:50 -0800 (Tue, 19 Dec 2006) | 12 lines
  
  2006-12-19  Andrew Pinski  <pinskia@gmail.com>
  
          * tree-vrp.c (nonnull_arg_p): Treat the static decl as always
          non null.
  
  2006-12-19  Andrew Pinski  <pinskia@gmail.com>
  
          * gcc.dg/pr30045.c: New test
........
  r120070 | hubicka | 2006-12-20 01:09:50 -0800 (Wed, 20 Dec 2006) | 8 lines
  
  	* 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.
........
  r120071 | hubicka | 2006-12-20 01:12:55 -0800 (Wed, 20 Dec 2006) | 3 lines
  
  	* cgraph.c: Update overall comment; fix vertical spacing.
  	* ipa-inline.c (cgraph_decide_inlining): Remove now redundant check.
........
  r120072 | pault | 2006-12-20 05:48:06 -0800 (Wed, 20 Dec 2006) | 22 lines
  
  2006-12-20  Paul Thomas  <pault@gcc.gnu.org>
  
  	* 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.
  
  	* 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>
  
  	* gfortran.dg/generic_9.f90: New test.
  
  	* gfortran.dg/generic_10.f90: New test.
........
  r120073 | dorit | 2006-12-20 06:07:38 -0800 (Wed, 20 Dec 2006) | 9 lines
  
          * 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.
........
  r120074 | rakdver | 2006-12-20 06:15:53 -0800 (Wed, 20 Dec 2006) | 22 lines
  
  	* 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.
........
  r120076 | jsm28 | 2006-12-20 08:25:00 -0800 (Wed, 20 Dec 2006) | 18 lines
  
  	* 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.
........
  r120078 | sayle | 2006-12-20 09:23:43 -0800 (Wed, 20 Dec 2006) | 11 lines
  
  
  	* 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.
........
  r120079 | pinskia | 2006-12-20 09:46:39 -0800 (Wed, 20 Dec 2006) | 7 lines
  
  2006-12-20  Andrew Pinski  <pinskia@gmail.com>
  
          * tree-gimple.c (is_gimple_min_invariant): Treat constant vector
          CONSTRUCTORs as min invariants.
........
  r120080 | pinskia | 2006-12-20 09:50:17 -0800 (Wed, 20 Dec 2006) | 15 lines
  
  2006-12-20  Andrew Pinski  <pinskia@gmail.com>
  
          * 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>
  
          * gcc.dg/gomp/complex-1.c: New testcase.
........
  r120083 | hubicka | 2006-12-20 12:46:15 -0800 (Wed, 20 Dec 2006) | 9 lines
  
  	* 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.
........
  r120084 | pault | 2006-12-20 13:10:51 -0800 (Wed, 20 Dec 2006) | 12 lines
  
  2006-12-20  Paul Thomas  <pault@gcc.gnu.org>
  
  	* 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>
  
  	* gfortran.dg/bounds_check_5.f90: New test.
........
  r120085 | mrs | 2006-12-20 14:01:01 -0800 (Wed, 20 Dec 2006) | 4 lines
  
  2006-12-20  Bill Wendling  <wendling@apple.com>
  
  	* gcc.dg/asm-b.c: Check for __ppc64__.
........
  r120088 | carlos | 2006-12-20 14:34:14 -0800 (Wed, 20 Dec 2006) | 9 lines
  
  gcc/
  
  2006-12-20  Carlos O'Donell  <carlos@codesourcery.com>
  
  	* gcc/c-incpath.c (add_standard_paths): Only relocate paths that 
  	begin with the configured prefix. 
........
  r120089 | hubicka | 2006-12-20 14:40:48 -0800 (Wed, 20 Dec 2006) | 9 lines
  
  	* 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.
........
  r120090 | hubicka | 2006-12-20 14:45:42 -0800 (Wed, 20 Dec 2006) | 3 lines
  
  	* tree-dfa.c (add_referenced_var): Walk initializers of
  	non-constant/readonly static vars.
........
  r120095 | gccadmin | 2006-12-20 16:18:02 -0800 (Wed, 20 Dec 2006) | 1 line
  
  Daily bump.
........
  r120097 | geoffk | 2006-12-20 17:29:27 -0800 (Wed, 20 Dec 2006) | 25 lines
  
  	* 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.
........
  r120099 | tobi | 2006-12-20 19:04:43 -0800 (Wed, 20 Dec 2006) | 14 lines
  
  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.
........
  r120100 | bje | 2006-12-20 20:12:06 -0800 (Wed, 20 Dec 2006) | 3 lines
  
  	* config/spu/spu.c (spu_builtin_mul_widen_even): Remove unused
  	local variable `d'.
........
  r120101 | sayle | 2006-12-20 20:35:05 -0800 (Wed, 20 Dec 2006) | 6 lines
  
  
  	* simplify-rtx.c (simplify_subreg): Use the correct mode when
  	determining whether a SUBREG of a CONCAT refers to the first or
  	second component.
........
  r120102 | nathan | 2006-12-21 01:03:18 -0800 (Thu, 21 Dec 2006) | 9 lines
  
  gcc/
  	* reload1.c (reload): Realign stack after it changes size.
  gcc/testsuite/
  	* gcc.dg/rs6000-leaf.c: New.
........
  r120103 | jakub | 2006-12-21 04:59:06 -0800 (Thu, 21 Dec 2006) | 6 lines
  
  	* config/ia64/ia64.c (ia64_add_bundle_selector_before): New function.
  	(bundling): Use it.
  
  	* g++.dg/eh/ia64-2.C: New test.
........
  r120106 | jakub | 2006-12-21 05:13:15 -0800 (Thu, 21 Dec 2006) | 8 lines
  
  	* 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.
........
  r120109 | pault | 2006-12-21 05:59:57 -0800 (Thu, 21 Dec 2006) | 14 lines
  
  2006-12-21  Paul Thomas  <pault@gcc.gnu.org>
  
  	* 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>
  
  	* gfortran.dg/alloc_comp_basics_3.f90: New test.
........
  r120114 | dberlin | 2006-12-21 09:32:01 -0800 (Thu, 21 Dec 2006) | 5 lines
  
  2006-12-21  Daniel Berlin  <dberlin@dberlin.org>
  
  	* tree-ssa-structalias.c (build_constraint_graph): Insert complex
  	offsetted constraints into rhsvar, not lhsvar.
........
  r120115 | megacz | 2006-12-21 10:07:33 -0800 (Thu, 21 Dec 2006) | 7 lines
  
  2006-12-20  Adam Megacz <megacz@cs.berkeley.edu>
  
  	* configure.ac: add $built_gcc_dir to $GCJH and $GCJ when
  	crossbuilding.
  	* configure: Regenerate.
........
  r120117 | pault | 2006-12-21 11:56:34 -0800 (Thu, 21 Dec 2006) | 11 lines
  
  2006-12-21  Paul Thomas  <pault@gcc.gnu.org>
  
  	* 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>
  
  	* gfortran.dg/dependency_19.f90: New test.
........
  r120119 | jsm28 | 2006-12-21 12:58:57 -0800 (Thu, 21 Dec 2006) | 4 lines
  
  	* rtlanal.c (subreg_get_info): Do not make register size
  	computations for mode sizes not divisible by the number of
  	registers.
........
  r120121 | ebotcazou | 2006-12-21 14:10:30 -0800 (Thu, 21 Dec 2006) | 6 lines
  
  	* 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.
........
  r120122 | dfranke | 2006-12-21 14:29:08 -0800 (Thu, 21 Dec 2006) | 13 lines
  
  2006-12-21  Daniel Franke  <franke.daniel@gmail.com>
  
  	* 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.
........
  r120125 | bje | 2006-12-21 15:23:34 -0800 (Thu, 21 Dec 2006) | 5 lines
  
  	* 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.
........
  r120130 | gccadmin | 2006-12-21 16:17:42 -0800 (Thu, 21 Dec 2006) | 1 line
  
  Daily bump.
........
  r120134 | bje | 2006-12-21 17:05:07 -0800 (Thu, 21 Dec 2006) | 7 lines
  
  	* 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-*-*.
........
  r120135 | kazu | 2006-12-21 17:09:02 -0800 (Thu, 21 Dec 2006) | 2 lines
  
  	* interface.c: Fix a comment typo.
........
  r120136 | kazu | 2006-12-21 17:10:59 -0800 (Thu, 21 Dec 2006) | 2 lines
  
  	* decl.c: Fix a coment typo.
........
  r120137 | kazu | 2006-12-21 17:19:39 -0800 (Thu, 21 Dec 2006) | 6 lines
  
  	* 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.
........
  r120139 | kazu | 2006-12-21 17:30:17 -0800 (Thu, 21 Dec 2006) | 2 lines
  
  	* cgraphunit.c, varpool.c: Fix comment typos.
........
  r120140 | sayle | 2006-12-21 19:22:04 -0800 (Thu, 21 Dec 2006) | 5 lines
  
  
  	* tree-pretty-print.c (dump_generic_node): Avoid outputing "(void) 0;"
  	as the else branch of a COND_EXPR.
........
  r120141 | sayle | 2006-12-21 19:56:43 -0800 (Thu, 21 Dec 2006) | 6 lines
  
  
  	* 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.
........
  r120142 | megacz | 2006-12-21 23:06:29 -0800 (Thu, 21 Dec 2006) | 6 lines
  
  2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
  
          * configure.in: add AC_SUBST for *_FOR_TARGET.
          * configure: Regenerate.
........
  r120143 | pinskia | 2006-12-21 23:25:00 -0800 (Thu, 21 Dec 2006) | 7 lines
  
  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.
........
  r120144 | pinskia | 2006-12-21 23:30:55 -0800 (Thu, 21 Dec 2006) | 12 lines
  
  2006-12-21  Andrew Pinski  <pinskia@gmail.com>
  
          * optimize.c (update_cloned_parm): Copy DECL_GIMPLE_REG_P also.
  
  2006-12-21  Andrew Pinski  <pinskia@gmail.com>
  
          * g++.dg/opt/complex6.C: New test.
........
  r120145 | pinskia | 2006-12-22 00:31:03 -0800 (Fri, 22 Dec 2006) | 7 lines
  
  2006-12-21  Andrew Pinski  <pinskia@gmail.com>
  
          * decl.c (cxx_builtin_function): Only copy the decl if adding
          it to the std namespace
........
  r120146 | schwab | 2006-12-22 02:53:13 -0800 (Fri, 22 Dec 2006) | 2 lines
  
  	* configure: Regenerate with correct autoconf version.
........
  r120147 | bonzini | 2006-12-22 04:28:52 -0800 (Fri, 22 Dec 2006) | 8 lines
  
  2006-12-22  Paolo Bonzini  <bonzini@gnu.org>
  
  
  	* fwprop.c (forward_propagate_into): Reject artificial uses/defs.
  	(fwprop_init): Add DF_HARD_REGS to df_init call.
........
  r120148 | paolo | 2006-12-22 04:49:48 -0800 (Fri, 22 Dec 2006) | 9 lines
  
  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.
........
  r120149 | kazu | 2006-12-22 04:50:00 -0800 (Fri, 22 Dec 2006) | 3 lines
  
  	* config/elfos.h, config/spu/spu.c, tree-ssa-operands.h,
  	tree-ssa-ter.c: Fix comment typos.
........
  r120151 | manu | 2006-12-22 07:54:05 -0800 (Fri, 22 Dec 2006) | 16 lines
  
  2006-12-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
  
  	* 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.
........
  r120155 | pault | 2006-12-22 12:49:00 -0800 (Fri, 22 Dec 2006) | 26 lines
  
  2006-12-22  Paul Thomas  <pault@gcc.gnu.org>
  
  	* 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.
  
  	* 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>
  
  	* gfortran.dg/entry_array_specs_2.f: New test.
  
  	* gfortran.dg/nested_modules_6.f90: New test.
........
  r120156 | rakdver | 2006-12-22 13:38:52 -0800 (Fri, 22 Dec 2006) | 23 lines
  
  	* 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.
........
  r120157 | kazu | 2006-12-22 15:59:34 -0800 (Fri, 22 Dec 2006) | 8 lines
  
  	* 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.
........
  r120162 | gccadmin | 2006-12-22 16:17:51 -0800 (Fri, 22 Dec 2006) | 1 line
  
  Daily bump.
........
  r120164 | hubicka | 2006-12-22 16:27:44 -0800 (Fri, 22 Dec 2006) | 6 lines
  
  	* 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.
........
  r120167 | mrs | 2006-12-22 21:54:19 -0800 (Fri, 22 Dec 2006) | 4 lines
  
          * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): Add
          -mmacosx-version-min=10.4.
          (crt2.o): Add $(DARWIN_EXTRA_CRT_BUILD_CFLAGS).
........
  r120168 | hubicka | 2006-12-23 06:30:36 -0800 (Sat, 23 Dec 2006) | 11 lines
  
  	* 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.
........
  r120169 | kazu | 2006-12-23 08:01:47 -0800 (Sat, 23 Dec 2006) | 2 lines
  
  	* rtl.h (NOTE_EXPECTED_VALUE): Remove.
........
  r120170 | ebotcazou | 2006-12-23 09:18:38 -0800 (Sat, 23 Dec 2006) | 5 lines
  
  	* dwarf2out.c (dbx_reg_number): Do leaf register remapping
  	only if the function is leaf.
  	(multiple_reg_loc_descriptor): Likewise.
........
  r120173 | manu | 2006-12-23 09:45:33 -0800 (Sat, 23 Dec 2006) | 16 lines
  
  2006-12-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
  
  	* 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.
........
  r120174 | dalecki | 2006-12-23 10:10:48 -0800 (Sat, 23 Dec 2006) | 5 lines
  
  2006-12-23  Marcin Dalecki  <martin@dalecki.de>
  
         * cgraphunit.c (cgraph_optimize): Fixed obvious thinko in memory
         consumption reporting.
........
  r120176 | kazu | 2006-12-23 13:54:59 -0800 (Sat, 23 Dec 2006) | 4 lines
  
  	* common.opt (flag_force_mem): Remove.
  	* doc/invoke.texi (-fforce-mem): Remove.
  	* opts.c (common_handle_option): Don't handle OPT_fforce_mem.
........
  r120177 | kazu | 2006-12-23 14:10:10 -0800 (Sat, 23 Dec 2006) | 7 lines
  
  	* 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.
........
  r120178 | pinskia | 2006-12-23 14:38:34 -0800 (Sat, 23 Dec 2006) | 8 lines
  
  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.
........
  r120179 | rakdver | 2006-12-23 15:05:52 -0800 (Sat, 23 Dec 2006) | 31 lines
  
  	* 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.
........
  r120184 | gccadmin | 2006-12-23 16:17:39 -0800 (Sat, 23 Dec 2006) | 1 line
  
  Daily bump.
........
  r120186 | kazu | 2006-12-23 17:47:56 -0800 (Sat, 23 Dec 2006) | 5 lines
  
  	* 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.
........
  r120188 | hubicka | 2006-12-24 02:17:15 -0800 (Sun, 24 Dec 2006) | 3 lines
  
  	* tree-mudflap.c (ml_decl_cache_locals, md_build_check_statement_for):
  	add newly referenced vars.
........
  r120189 | hubicka | 2006-12-24 02:23:25 -0800 (Sun, 24 Dec 2006) | 12 lines
  
  	* 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.
........
  r120191 | andreast | 2006-12-24 12:57:35 -0800 (Sun, 24 Dec 2006) | 4 lines
  
  2006-12-24  Andreas Tobler  <a.tobler@schweiz.org>
  
  	* config/pa/pa.c: Remove heap vector type defines.
........
  r120196 | gccadmin | 2006-12-24 16:17:53 -0800 (Sun, 24 Dec 2006) | 1 line
  
  Daily bump.
........
  r120202 | kazu | 2006-12-25 15:36:53 -0800 (Mon, 25 Dec 2006) | 2 lines
  
  	* tree-vectorizer.h (VECT_SMODULO): Remove.
........
  r120207 | gccadmin | 2006-12-25 16:17:54 -0800 (Mon, 25 Dec 2006) | 1 line
  
  Daily bump.
........
  r120210 | kazu | 2006-12-26 07:44:54 -0800 (Tue, 26 Dec 2006) | 2 lines
  
  	* tree-ssa-operands.c: Fix a comment typo.
........
  r120211 | ghazi | 2006-12-26 11:03:17 -0800 (Tue, 26 Dec 2006) | 5 lines
  
  	* builtins.c (do_mpfr_arg1, do_mpfr_arg2, do_mpfr_arg3,
  	do_mpfr_sincos): Ensure target base equals two.
........

Added:
    branches/fixed-point/libstdc++-v3/testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/dr541.cc
      - copied unchanged from r120211, trunk/libstdc++-v3/testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/dr541.cc
Modified:
    branches/fixed-point/libstdc++-v3/ChangeLog
    branches/fixed-point/libstdc++-v3/docs/html/ext/howto.html
    branches/fixed-point/libstdc++-v3/include/std/memory
    branches/fixed-point/libstdc++-v3/testsuite/20_util/memory/auto_ptr/assign_neg.cc

Changes in other areas also in this revision:
Added:
    branches/fixed-point/gcc/testsuite/g++.dg/eh/ia64-2.C
      - copied unchanged from r120211, trunk/gcc/testsuite/g++.dg/eh/ia64-2.C
    branches/fixed-point/gcc/testsuite/g++.dg/opt/complex6.C
      - copied unchanged from r120211, trunk/gcc/testsuite/g++.dg/opt/complex6.C
    branches/fixed-point/gcc/testsuite/gcc.c-torture/execute/20061220-1.c
      - copied unchanged from r120211, trunk/gcc/testsuite/gcc.c-torture/execute/20061220-1.c
    branches/fixed-point/gcc/testsuite/gcc.c-torture/execute/pr29302-1.c
      - copied unchanged from r120211, trunk/gcc/testsuite/gcc.c-torture/execute/pr29302-1.c
    branches/fixed-point/gcc/testsuite/gcc.dg/Wmissing-parameter-type-Wextra.c
      - copied unchanged from r120211, trunk/gcc/testsuite/gcc.dg/Wmissing-parameter-type-Wextra.c
    branches/fixed-point/gcc/testsuite/gcc.dg/Wmissing-parameter-type-no.c
      - copied unchanged from r120211, trunk/gcc/testsuite/gcc.dg/Wmissing-parameter-type-no.c
    branches/fixed-point/gcc/testsuite/gcc.dg/Wmissing-parameter-type.c
      - copied unchanged from r120211, trunk/gcc/testsuite/gcc.dg/Wmissing-parameter-type.c
    branches/fixed-point/gcc/testsuite/gcc.dg/gomp/asm-1.c
      - copied unchanged from r120211, trunk/gcc/testsuite/gcc.dg/gomp/asm-1.c
    branches/fixed-point/gcc/testsuite/gcc.dg/gomp/complex-1.c
      - copied unchanged from r120211, trunk/gcc/testsuite/gcc.dg/gomp/complex-1.c
    branches/fixed-point/gcc/testsuite/gcc.dg/pr30045.c
      - copied unchanged from r120211, trunk/gcc/testsuite/gcc.dg/pr30045.c
    branches/fixed-point/gcc/testsuite/gcc.dg/rs6000-leaf.c
      - copied unchanged from r120211, trunk/gcc/testsuite/gcc.dg/rs6000-leaf.c
    branches/fixed-point/gcc/testsuite/gfortran.dg/alloc_comp_basics_3.f90
      - copied unchanged from r120211, trunk/gcc/testsuite/gfortran.dg/alloc_comp_basics_3.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/altreturn_3.f90
      - copied unchanged from r120211, trunk/gcc/testsuite/gfortran.dg/altreturn_3.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/array_memset_1.f90
      - copied unchanged from r120211, trunk/gcc/testsuite/gfortran.dg/array_memset_1.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/bounds_check_5.f90
      - copied unchanged from r120211, trunk/gcc/testsuite/gfortran.dg/bounds_check_5.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/dependency_19.f90
      - copied unchanged from r120211, trunk/gcc/testsuite/gfortran.dg/dependency_19.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/entry_array_specs_2.f
      - copied unchanged from r120211, trunk/gcc/testsuite/gfortran.dg/entry_array_specs_2.f
    branches/fixed-point/gcc/testsuite/gfortran.dg/f2c_8.f90
      - copied unchanged from r120211, trunk/gcc/testsuite/gfortran.dg/f2c_8.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/generic_10.f90
      - copied unchanged from r120211, trunk/gcc/testsuite/gfortran.dg/generic_10.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/generic_9.f90
      - copied unchanged from r120211, trunk/gcc/testsuite/gfortran.dg/generic_9.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/nested_modules_6.f90
      - copied unchanged from r120211, trunk/gcc/testsuite/gfortran.dg/nested_modules_6.f90
    branches/fixed-point/libgomp/libgomp.texi
      - copied unchanged from r120211, trunk/libgomp/libgomp.texi
Removed:
    branches/fixed-point/libgomp/NOTES
Modified:
    branches/fixed-point/   (props changed)
    branches/fixed-point/ChangeLog
    branches/fixed-point/MAINTAINERS
    branches/fixed-point/Makefile.def
    branches/fixed-point/Makefile.in
    branches/fixed-point/Makefile.tpl
    branches/fixed-point/config/acx.m4
    branches/fixed-point/config/mh-ppc-darwin
    branches/fixed-point/configure
    branches/fixed-point/configure.in
    branches/fixed-point/gcc/ChangeLog
    branches/fixed-point/gcc/DATESTAMP
    branches/fixed-point/gcc/Makefile.in
    branches/fixed-point/gcc/basic-block.h
    branches/fixed-point/gcc/builtins.c
    branches/fixed-point/gcc/c-decl.c
    branches/fixed-point/gcc/c-incpath.c
    branches/fixed-point/gcc/c-opts.c
    branches/fixed-point/gcc/c.opt
    branches/fixed-point/gcc/caller-save.c
    branches/fixed-point/gcc/cfghooks.c
    branches/fixed-point/gcc/cfghooks.h
    branches/fixed-point/gcc/cfgloop.h
    branches/fixed-point/gcc/cfgloopmanip.c
    branches/fixed-point/gcc/cfgrtl.c
    branches/fixed-point/gcc/cgraph.c
    branches/fixed-point/gcc/cgraph.h
    branches/fixed-point/gcc/cgraphunit.c
    branches/fixed-point/gcc/common.opt
    branches/fixed-point/gcc/config/darwin-sections.def
    branches/fixed-point/gcc/config/darwin.c
    branches/fixed-point/gcc/config/elfos.h
    branches/fixed-point/gcc/config/i386/i386.c
    branches/fixed-point/gcc/config/ia64/ia64.c
    branches/fixed-point/gcc/config/pa/pa.c
    branches/fixed-point/gcc/config/pa/pa64-hpux.h
    branches/fixed-point/gcc/config/rs6000/rs6000.c
    branches/fixed-point/gcc/config/rs6000/t-darwin
    branches/fixed-point/gcc/config/spu/spu.c
    branches/fixed-point/gcc/config/spu/spu.h
    branches/fixed-point/gcc/config/spu/spu.md
    branches/fixed-point/gcc/configure
    branches/fixed-point/gcc/configure.ac
    branches/fixed-point/gcc/cp/ChangeLog
    branches/fixed-point/gcc/cp/decl.c
    branches/fixed-point/gcc/cp/optimize.c
    branches/fixed-point/gcc/cse.c
    branches/fixed-point/gcc/df-scan.c
    branches/fixed-point/gcc/doc/invoke.texi
    branches/fixed-point/gcc/doc/tm.texi
    branches/fixed-point/gcc/dwarf2out.c
    branches/fixed-point/gcc/final.c
    branches/fixed-point/gcc/flow.c
    branches/fixed-point/gcc/fortran/ChangeLog
    branches/fixed-point/gcc/fortran/decl.c
    branches/fixed-point/gcc/fortran/dependency.c
    branches/fixed-point/gcc/fortran/gfortran.h
    branches/fixed-point/gcc/fortran/interface.c
    branches/fixed-point/gcc/fortran/module.c
    branches/fixed-point/gcc/fortran/resolve.c
    branches/fixed-point/gcc/fortran/trans-array.c
    branches/fixed-point/gcc/fortran/trans-decl.c
    branches/fixed-point/gcc/fortran/trans-expr.c
    branches/fixed-point/gcc/fortran/trans-intrinsic.c
    branches/fixed-point/gcc/fortran/trans-stmt.c
    branches/fixed-point/gcc/fortran/trans-types.c
    branches/fixed-point/gcc/function.c
    branches/fixed-point/gcc/fwprop.c
    branches/fixed-point/gcc/ggc-common.c
    branches/fixed-point/gcc/ggc.h
    branches/fixed-point/gcc/insn-addr.h
    branches/fixed-point/gcc/ipa-inline.c
    branches/fixed-point/gcc/ipa-reference.c
    branches/fixed-point/gcc/ipa-type-escape.c
    branches/fixed-point/gcc/loop-unroll.c
    branches/fixed-point/gcc/loop-unswitch.c
    branches/fixed-point/gcc/omp-low.c
    branches/fixed-point/gcc/opts.c
    branches/fixed-point/gcc/output.h
    branches/fixed-point/gcc/postreload.c
    branches/fixed-point/gcc/real.c
    branches/fixed-point/gcc/reload.c
    branches/fixed-point/gcc/reload1.c
    branches/fixed-point/gcc/resource.c
    branches/fixed-point/gcc/rtl.h
    branches/fixed-point/gcc/rtlanal.c
    branches/fixed-point/gcc/simplify-rtx.c
    branches/fixed-point/gcc/testsuite/ChangeLog
    branches/fixed-point/gcc/testsuite/gcc.dg/20020312-2.c
    branches/fixed-point/gcc/testsuite/gcc.dg/asm-b.c
    branches/fixed-point/gcc/testsuite/gcc.dg/attr-returns_twice-1.c
    branches/fixed-point/gcc/testsuite/gcc.dg/setjmp-1.c
    branches/fixed-point/gcc/testsuite/gfortran.dg/associated_1.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/char_result_12.f90
    branches/fixed-point/gcc/testsuite/lib/gcc-defs.exp
    branches/fixed-point/gcc/testsuite/lib/gcc-dg.exp
    branches/fixed-point/gcc/testsuite/lib/target-supports.exp
    branches/fixed-point/gcc/toplev.c
    branches/fixed-point/gcc/toplev.h
    branches/fixed-point/gcc/tree-affine.h
    branches/fixed-point/gcc/tree-cfg.c
    branches/fixed-point/gcc/tree-dfa.c
    branches/fixed-point/gcc/tree-flow-inline.h
    branches/fixed-point/gcc/tree-flow.h
    branches/fixed-point/gcc/tree-gimple.c
    branches/fixed-point/gcc/tree-mudflap.c
    branches/fixed-point/gcc/tree-nested.c
    branches/fixed-point/gcc/tree-outof-ssa.c
    branches/fixed-point/gcc/tree-pretty-print.c
    branches/fixed-point/gcc/tree-scalar-evolution.c
    branches/fixed-point/gcc/tree-ssa-address.c
    branches/fixed-point/gcc/tree-ssa-alias.c
    branches/fixed-point/gcc/tree-ssa-coalesce.c
    branches/fixed-point/gcc/tree-ssa-live.c
    branches/fixed-point/gcc/tree-ssa-live.h
    branches/fixed-point/gcc/tree-ssa-loop-ivcanon.c
    branches/fixed-point/gcc/tree-ssa-loop-ivopts.c
    branches/fixed-point/gcc/tree-ssa-loop-manip.c
    branches/fixed-point/gcc/tree-ssa-loop-niter.c
    branches/fixed-point/gcc/tree-ssa-loop-prefetch.c
    branches/fixed-point/gcc/tree-ssa-operands.c
    branches/fixed-point/gcc/tree-ssa-operands.h
    branches/fixed-point/gcc/tree-ssa-structalias.c
    branches/fixed-point/gcc/tree-ssa-ter.c
    branches/fixed-point/gcc/tree-ssa.c
    branches/fixed-point/gcc/tree-vectorizer.h
    branches/fixed-point/gcc/tree-vrp.c
    branches/fixed-point/gcc/tree.h
    branches/fixed-point/gcc/varpool.c
    branches/fixed-point/gcc/varray.c
    branches/fixed-point/gcc/vec.c
    branches/fixed-point/libgomp/ChangeLog
    branches/fixed-point/libgomp/Makefile.am
    branches/fixed-point/libgomp/Makefile.in
    branches/fixed-point/libgomp/config.h.in
    branches/fixed-point/libgomp/configure.ac
    branches/fixed-point/libgomp/testsuite/Makefile.in
    branches/fixed-point/libiberty/ChangeLog
    branches/fixed-point/libiberty/cp-demangle.c
    branches/fixed-point/libiberty/cp-demangle.h
    branches/fixed-point/libiberty/testsuite/demangle-expected
    branches/fixed-point/libiberty/testsuite/test-demangle.c
    branches/fixed-point/libjava/ChangeLog
    branches/fixed-point/libjava/configure
    branches/fixed-point/libjava/configure.ac

Propchange: branches/fixed-point/
            ('svk:merge' modified)

Propchange: branches/fixed-point/
            ('svnmerge-integrated' modified)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]