This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

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


Author: chaoyingfu
Date: Thu Jun 21 23:06:19 2007
New Revision: 125931

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

........
  r125856 | spark | 2007-06-19 11:47:09 -0700 (Tue, 19 Jun 2007) | 15 lines
  
  gcc/ChangeLog:
  
  2007-06-19  Seongbae Park  <seongbae.park@gmail.com>
  
  	* config/arm/arm.c (arm_get_frame_offsets): Set
  	offsets->locals_base to avoid negative stack size.
  	(thumb1_expand_prologue): Assert on negative stack size.
  
  gcc/testsuite/ChangeLog:
  
  2007-06-19  Seongbae Park  <seongbae.park@gmail.com>
  
  	* gcc.target/arm/stack-corruption.c: New test.
........
  r125857 | zadeck | 2007-06-19 12:04:52 -0700 (Tue, 19 Jun 2007) | 54 lines
  
  2007-06-15  Kenneth Zadeck <zadeck@naturalbridge.com>
  
  	* df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.
  	(struct df_problem.free_blocks_on_set_blocks): New field.
  	(struct dataflow.optional_p): New field.
  	(df_bb_regno_last_use_find, df_insn_regno_def_p): Removed.
  	(df_live_set_all_dirty): New function.
  	* df-scan.c (df_scan_alloc): Initialize optional_p.
  	(problem_SCAN): Initialize free_blocks_on_set_blocks.
  	* df-core.c (df_set_blocks): Removed use of
  	DF_FIRST_OPTIONAL_PROBLEM.  Now uses
  	df_problem.free_blocks_on_set_blocks to determine which blocks are
  	recycled.
  	(df_remove_problem): Removed use of DF_FIRST_OPTIONAL_PROBLEM.
  	(df_finish_pass): Removed use of DF_FIRST_OPTIONAL_PROBLEM.  Now
  	uses dataflow.optional_p to determine if problem should be
  	deleted.
  	(rest_of_handle_df_initialize): Only start live problem if 
  	-02 or above.
  	(df_bb_regno_last_use_find, df_insn_regno_def_p): Removed.
  	* df-problems.c (df_ru_alloc, df_rd_alloc, df_lr_alloc,
  	df_live_alloc, df_urec_alloc, df_note_alloc): set optional_p.
  	(problem_RU, problem_RD, problem_LR, problem_UREC, problem_CHAIN,
  	problem_NOTE):  Initialize free_blocks_on_set_blocks.
  	(df_lr_bb_local_compute): Recompute luids if df_live problem is
  	not active.
  	(df_live_set_all_dirty, df_note_alloc): New function.
  	* regrename.c (merge_overlapping_regs): Change DF_LIVE_* to
  	df_get_live_*.
  	* sched_ebb.c (compute_jump_reg_dependencies): Ditto.
  	* postreload.c (reload_combine): Ditto.
  	* cse.c (cse_extended_basic_block): Ditto.
  	* regmove.c (mark_flags_life_zones): Ditto.
  	* rtlfactoring.c (split_blocks_after_seqs, split_pattern_seq,
  	erase_matching_seqs): Ditto.
  	* bt-load.c (compute_defs_uses_and_gen): Ditto.
  	* integrate (allocate_initial_values): Ditto.
  	* combine.c (reg_dead_at_p): Ditto.
  	* resource.c (mark_target_live_regs): Ditto.
  	* sched-rgn.c (check_live_1, update_live_1): Ditto.
  	* config/sh/sh.c (find_r0_life_regions): Ditto.
  	* global.c (rest_of_handle_global_alloc): Only add back df_live
  	for -O > 1.
  	* local-alloc.c (rest_of_handle_local_alloc): Only remove
  	df_live for -O > 1.
  	* ifcvt.c (dead_or_predicable): Change DF_LIVE_* to
  	df_get_live_*.
  	(if_convert): Make sure df_live is there at -O == 1.
  	(pass_if_after_combine): Cleanup flags.
  	* init-regs.c (initialize_uninitialized_regs): Make sure df_live
  	is there at -O == 1.
  	
........
  r125858 | uros | 2007-06-19 12:58:26 -0700 (Tue, 19 Jun 2007) | 4 lines
  
          * config/i386/i386.c (ix86_emit_swsqrtsf): Filter out infinity
          result of rsqrt insn for zero input argument to avoid NaN.
........
  r125860 | zadeck | 2007-06-19 14:07:29 -0700 (Tue, 19 Jun 2007) | 2 lines
  
  forgot to save back Changelog
........
  r125861 | rask | 2007-06-19 14:41:43 -0700 (Tue, 19 Jun 2007) | 5 lines
  
  2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
  
  	* config/m68hc11/m68hc11.c: Include dataflow header file.
  	(m68hc11_reorg): Port to dataflow.
........
  r125864 | cmatthews | 2007-06-19 17:10:46 -0700 (Tue, 19 Jun 2007) | 1 line
  
  	* MAINTAINERS (Write After Approval): Add myself.
........
  r125867 | gccadmin | 2007-06-19 17:16:56 -0700 (Tue, 19 Jun 2007) | 1 line
  
  Daily bump.
........
  r125873 | jakub | 2007-06-19 23:35:55 -0700 (Tue, 19 Jun 2007) | 6 lines
  
  	* calls.c (precompute_arguments): Also precompute CALL_EXPR arguments
  	if ACCUMULATE_OUTGOING_ARGS.
  
  	* gcc.c-torture/execute/20070614-1.c: New test.
........
  r125874 | jakub | 2007-06-19 23:37:17 -0700 (Tue, 19 Jun 2007) | 6 lines
  
  	* gimplify.c (gimplify_asm_expr): Issue error if type is addressable
  	and !allows_mem.
  
  	* g++.dg/ext/asm10.C: New test.
........
  r125875 | jakub | 2007-06-19 23:39:53 -0700 (Tue, 19 Jun 2007) | 7 lines
  
  	* builtins.c: Include diagnostic.h.
  	(expand_builtin_expect): Make gcc_assert more permissive.
  	* Makefile.in (builtins.o): Depend on $(DIAGNOSTIC_H).
  
  	* gcc.dg/pr31959.c: New test.
........
  r125876 | jakub | 2007-06-19 23:42:00 -0700 (Tue, 19 Jun 2007) | 2 lines
  
  	* Makefile.in (omega.o): Depend on $(DIAGNOSTIC_H).
........
  r125881 | rakdver | 2007-06-19 23:56:26 -0700 (Tue, 19 Jun 2007) | 4 lines
  
  	* loop-iv.c (iv_get_reaching_def): Fail for partial defs.
........
  r125882 | uros | 2007-06-20 00:43:43 -0700 (Wed, 20 Jun 2007) | 3 lines
  
  	* ChangeLog: Strip testsuite/ from file names.  Fix whitespace.
  	Fix line wrapping.
........
  r125883 | nickc | 2007-06-20 01:47:02 -0700 (Wed, 20 Jun 2007) | 2 lines
  
  Add (accidentally omited) ChangeLog entry for delta to config/m32r/linux.h
........
  r125886 | rguenth | 2007-06-20 07:57:10 -0700 (Wed, 20 Jun 2007) | 8 lines
  
  2007-06-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
  	Richard Guenther  <rguenther@suse.de>
  
  	* trans.c (gfc_build_addr_expr): Use the correct types.
  
  	* gfortran.fortran-torture/execute/pr32140.f90: New testcase.
........
  r125888 | hmchang | 2007-06-20 09:43:24 -0700 (Wed, 20 Jun 2007) | 5 lines
  
  	* gcc/config/i386/darwin.h (ASM_OUTPUT_COMMON): Print the size
  	of a variable as an unsigned HOST_WIDE_INT integer.
  
   	* gcc.target/i386/large-size-array-3.c: New.
........
  r125889 | nemet | 2007-06-20 11:17:20 -0700 (Wed, 20 Jun 2007) | 3 lines
  
  	* testsuite/gcc.dg/tree-ssa/alias-14.c: New test.
........
  r125890 | nemet | 2007-06-20 11:19:10 -0700 (Wed, 20 Jun 2007) | 11 lines
  
  	* tree.h (struct tree_struct_field_tag): Add new field alias_set.
  	(SFT_NONADDRESSABLE_P, SFT_ALIAS_SET): New macros.
  	* tree-flow.h (struct fieldoff): Add new field alias_set.
  	* tree-ssa-structalias.c (push_fields_onto_fieldstack): Add new
  	argument addressable_type.  Set alias_set of fieldoff.
  	* tree-ssa-alias.c (create_sft): Add new argument alias_set.
  	(create_overlap_variables_for): Pass alias_set from fieldoff to
  	create_sft.
  	* alias.c (get_alias_set): Use alias_set from SFT if set.
........
  r125891 | spark | 2007-06-20 11:22:28 -0700 (Wed, 20 Jun 2007) | 15 lines
  
  2007-06-20  Seongbae Park  <seongbae.park@gmail.com>
              Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
  
  	* dbgcnt.def (global_alloc_at_func, global_alloc_at_reg):
  	New counters.
  	* haifa-sched.c (queue_to_ready): Don't requeue next insn
  	if dbg_cnt (sched_insn) reaches the limit.
  	(choose_ready): New parameter INSN_PTR and new return value.
  	(schedule_block): Handle dbg_cnt (sched_insn). Handle
  	the new return value from choose_ready.
  	* global.c (global_aloc): New dbgcnt global_alloc_at_reg.
  	(rest_of_handle_global_alloc): New global_alloc_at_func.
........
  r125892 | rask | 2007-06-20 12:57:32 -0700 (Wed, 20 Jun 2007) | 10 lines
  
  2007-06-20  Rask Ingemann Lambertsen  <rask@sygehus.dk>
  
  	* config/m32c/m32c.c (m32c_emit_epilogue): Use new HImode epilogue
  	for TARGET_A16.
  	* config/m32c/prologue.md (epilogue_exitd_16): New.
  	(epilogue_reit_16): New.
  	(epilogue_exitd): Rename to epilogue_exitd_24.
  	(epilogue_reit): Rename to epilogue_reit_24.
........
  r125893 | rask | 2007-06-20 12:58:57 -0700 (Wed, 20 Jun 2007) | 10 lines
  
  2007-06-20  Rask Ingemann Lambertsen  <rask@sygehus.dk>
  
  	* config/m32c/m32c.c (m32c_emit_epilogue): Use new HImode epilogue
  	for TARGET_A16.
  	* config/m32c/prologue.md (epilogue_exitd_16): New.
  	(epilogue_reit_16): New.
  	(epilogue_exitd): Rename to epilogue_exitd_24.
  	(epilogue_reit): Rename to epilogue_reit_24.
........
  r125894 | ebotcazou | 2007-06-20 13:26:07 -0700 (Wed, 20 Jun 2007) | 3 lines
  
  	* df-scan.c (df_get_call_refs): Be prepared for MEMs inside CLOBBERs.
........
  r125895 | kseitz | 2007-06-20 13:30:34 -0700 (Wed, 20 Jun 2007) | 38 lines
  
  Update from classpath trunk:
          * gnu/classpath/jdwp/processor/ClassTypeCommandSet.java
          (executeInvokeMethod): No need to use ValueFactory any more;
          MethodResult.getReturnedValue now returns a Value.
          (executeNewInstance): Double-check that return result is
          an ObjectValue; throw JdwpInternalErrorException if it is not.
          (invokeMethod): Method IDs come from VMMethod, not VMIdManager.
          Arguments are Values not Objects.
          Use ValueFactory to create arguments.
          Pass invocation options to VMVirtualMachine.executeMethod.
          Don't do any thread suspend/resume work: VMVM.executeMethod
          will take care of it.
          * gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java
          (executeInvokeMethod): Method IDs come from VMMethod, not
          VMIdManager.
          Arguments should be Values instead of Objects.
          Use ValueFactory to create Values.
          Remove specific option handling and pass options to
          VMVirtualMachine.executeMethod.
          Remove thread suspension.
          Use MethodResult.getReturnedValue to get method's result.
          * gnu/classpath/jdwp/util/MethodResult.java
          (returnedValue): Change type to Value.
          (thrownException): Change type to Throwable.
          (resType): Remove.
          (MethodResult): New constructor.
          (setReturnedValue): Remove.
          (SetThrownException): Remove.
          (getResultType): Remove.
          (setResultType): Remove.
          * gnu/classpath/jdwp/value/ObjectValue.java (getValue):
          New method.
          * vm/reference/gnu/classpath/jdwp/VMVirtualMachine.java
          (executeMethod): Replace "nonVirtual" parameter with more
          generic "options" parameter.
          Replace java.lang.reflect.Method parameter with VMMethod.
          Replace Object[] parameter with Value[] parameter.
........
  r125896 | kseitz | 2007-06-20 13:32:20 -0700 (Wed, 20 Jun 2007) | 12 lines
  
          * gnu/classpath/jdwp/VMVirtualMachine.java (executeMethod):
          Update from reference implementation.
          * gnu/classpath/jdwp/natVMVirtualMachine.cc (executeMethod):
          Update parameter list to match new VMVirtualMachine interface.
          * classpath/lib/gnu/classpath/jdwp/processor/ClassTypeCommandSet.class:
          Regenerate.
          * classpath/lib/gnu/classpath/jdwp/processor/
          ObjectReferenceCommandSet.class: Regenerate.
          * classpath/lib/gnu/classpath/jdwp/value/ObjectValue.class: Regenerate.
          * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class: Regenerate.
          * classpath/lib/gnu/classpath/jdwp/util/MethodResult.class: Regenerate.
........
  r125897 | kseitz | 2007-06-20 13:35:22 -0700 (Wed, 20 Jun 2007) | 9 lines
  
  Update from classpath trunk:
          * classpath/lib/gnu/classpath/jdwp/value/StringValue.class:
          Regenerate.
  
          * gnu/classpath/jdwp/value/StringValue.java
          (StringValue): Tag of StringValue is STRING not OBJECT.
          (write): String values are written to the wire as tag byte
          and object ID, not JdwpString.
........
  r125900 | spop | 2007-06-20 16:42:28 -0700 (Wed, 20 Jun 2007) | 10 lines
  
  	* tree-data-ref.c (subscript_dependence_tester_1, 
  	analyze_miv_subscript, analyze_overlapping_iterations,
  	add_distance_for_zero_overlaps, build_classic_dist_vector,
  	subscript_dependence_tester_1, analyze_overlapping_iterations,
  	subscript_dependence_tester, access_functions_are_affine_or_constant_p,
  	compute_affine_dependence, compute_all_dependences): Pass loop_nest 
  	to evolution_function_is_affine_multivariate_p.
........
  r125901 | spop | 2007-06-20 16:44:56 -0700 (Wed, 20 Jun 2007) | 10 lines
  
  	* tree-data-ref.c (subscript_dependence_tester_1, 
  	analyze_miv_subscript, analyze_overlapping_iterations,
  	add_distance_for_zero_overlaps, build_classic_dist_vector,
  	subscript_dependence_tester_1, analyze_overlapping_iterations,
  	subscript_dependence_tester, access_functions_are_affine_or_constant_p,
  	compute_affine_dependence, compute_all_dependences): Pass loop_nest 
  	to evolution_function_is_affine_multivariate_p.
........
  r125904 | gccadmin | 2007-06-20 17:16:52 -0700 (Wed, 20 Jun 2007) | 1 line
  
  Daily bump.
........
  r125906 | jvdelisle | 2007-06-20 18:18:02 -0700 (Wed, 20 Jun 2007) | 6 lines
  
  2007-06-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
  
  	* decl.c (get_proc_name) Check symbol for generic interface
  	and issue an error.
........
  r125907 | jvdelisle | 2007-06-20 18:48:21 -0700 (Wed, 20 Jun 2007) | 5 lines
  
  2007-06-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
  
  	gfortran.dg/invalid_procedure_name.f90: New test.
........
  r125908 | jvdelisle | 2007-06-20 19:23:45 -0700 (Wed, 20 Jun 2007) | 6 lines
  
  2007-06-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
  
  	* match.c (gfc_match_common): If the symbol value expression type is
  	NULL_EXPR, don't error if previously initialized.
........
  r125909 | jvdelisle | 2007-06-20 19:25:58 -0700 (Wed, 20 Jun 2007) | 5 lines
  
  2007-06-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
  
  	gfortran.dg/pointer_assign_2.f90: New test.
........
  r125910 | kseitz | 2007-06-20 23:49:02 -0700 (Wed, 20 Jun 2007) | 2 lines
  
          * gnu/classpath/jdwp/VMVirtualMachine.h: Regenerate.
........
  r125914 | chrbr | 2007-06-21 01:58:53 -0700 (Thu, 21 Jun 2007) | 19 lines
  
  svn ci -m "introduce bank[0,1] registers and fix rte delay slot scheduling"
  
  2007-06-21  Christian Bruel  <christian.bruel@st.com>
  
  	* config/sh/sh-protos.h (sh_loads_bankedreg_p): Declare.
  	* config/sh/sh.c (sh_loads_bankedreg_p): New function.
  	(push_regs): Changed saving order or banked registers.
  	(sh_expand_epilogue): Likewise.
  	* config/sh/sh.h (BANKED_REGISTER_P): New macro.
  	(FIRST_BANKED_REG): Likewise.
  	(LAST_BANKED_REG): Likewise.
  	* config/sh/sh.md (banked) New attribute.
  	(in_delay_slot): Check banked attribute.
  
  2007-06-21  Christian Bruel  <christian.bruel@st.com>
  
  	* gcc.dg/attr-isr.c: Test delay slot content.
........
  r125915 | ebotcazou | 2007-06-21 03:11:19 -0700 (Thu, 21 Jun 2007) | 4 lines
  
  	* misc.c (gnat_post_options): Do not force flag_tree_salias to 0.
........
  r125916 | rguenth | 2007-06-21 05:00:47 -0700 (Thu, 21 Jun 2007) | 7 lines
  
  2007-06-21  Richard Guenther  <rguenther@suse.de>
  
  	* tree-ssa-threadupdate.c (thread_single_edge): Fixup edge flags.
  
  	* g++.dg/torture/20070621-1.C: New testcase.
........
  r125917 | jakub | 2007-06-21 05:11:00 -0700 (Thu, 21 Jun 2007) | 11 lines
  
  	* omp-low.c (lookup_decl_in_outer_ctx): Don't ICE if t is NULL,
  	but decl is a global var, instead return decl.
  	* gimplify.c (gimplify_adjust_omp_clauses_1): Add shared clauses
  	even for is_global_var decls, if they are private in some outer
  	context.
  
  	* testsuite/libgomp.c/pr32362-1.c: New test.
  	* testsuite/libgomp.c/pr32362-2.c: New test.
  	* testsuite/libgomp.c/pr32362-3.c: New test.
........
  r125919 | jakub | 2007-06-21 05:20:42 -0700 (Thu, 21 Jun 2007) | 6 lines
  
  	* tree-ssa-coalesce.c (create_outofssa_var_map): Do nothing
  	if ASM_EXPR's input is not a SSA_NAME.
  
  	* gcc.dg/pr31866.c: New test.
........
  r125920 | hjl | 2007-06-21 05:31:09 -0700 (Thu, 21 Jun 2007) | 10 lines
  
  2007-06-21  H.J. Lu  <hongjiu.lu@intel.com>
  
  	* config/i386/i386.c (processor_target_table): Increase maximum
  	skip from 7 byte to 10 byte for Pentium Pro, Core 2 Duo and
  	default 64bit.
  
  	* config/i386/linux.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Ensure 8
  	byte alignment if > 8 byte alignment is preferred.
  	* config/i386/x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
........
  r125922 | rguenth | 2007-06-21 07:54:47 -0700 (Thu, 21 Jun 2007) | 8 lines
  
  2007-06-21  Richard Guenther  <rguenther@suse.de>
  
  	* tree-vrp.c (extract_range_from_assert): Build POINTER_PLUS_EXPR
  	for pointer anti-range.
  
  	* gcc.c-torture/compile/pr32453.c: New testcase.
........
  r125924 | zadeck | 2007-06-21 09:24:59 -0700 (Thu, 21 Jun 2007) | 6 lines
  
  2007-06-21  Kenneth Zadeck <zadeck@naturalbridge.com>
  
          * df-problems.c (df_note_bb_compute): Made computation of live
  	info consistent with df_lr.
........
  r125925 | spop | 2007-06-21 10:06:05 -0700 (Thu, 21 Jun 2007) | 6 lines
  
  	* tree-vrp.c (adjust_range_with_scev): Set the range when the result
  	of scev is a constant.
  	* gcc/testsuite/gcc.dg/tree-ssa/pr19590.c: New.
........
  r125929 | spop | 2007-06-21 14:25:27 -0700 (Thu, 21 Jun 2007) | 11 lines
  
  	* tree.h (debug_fold_checksum): Declared.
  	* fold-const.c (build_fold_addr_expr_with_type_1): New.
  	(build_fold_addr_expr_with_type, build_fold_addr_expr): Use 
  	build_fold_addr_expr_with_type_1.
  	(fold_addr_expr, debug_fold_checksum): New.
  	(fold_checksum_tree): Don't fold TREE_CHAIN of an SSA_NAME.
  	(fold_unary, fold_comparison, split_address_to_core_and_offset):
  	Use fold_addr_expr.
........

Added:
    branches/fixed-point/gcc/testsuite/g++.dg/ext/asm10.C
      - copied unchanged from r125929, trunk/gcc/testsuite/g++.dg/ext/asm10.C
    branches/fixed-point/gcc/testsuite/g++.dg/torture/20070621-1.C
      - copied unchanged from r125929, trunk/gcc/testsuite/g++.dg/torture/20070621-1.C
    branches/fixed-point/gcc/testsuite/gcc.c-torture/compile/pr32453.c
      - copied unchanged from r125929, trunk/gcc/testsuite/gcc.c-torture/compile/pr32453.c
    branches/fixed-point/gcc/testsuite/gcc.c-torture/execute/20070614-1.c
      - copied unchanged from r125929, trunk/gcc/testsuite/gcc.c-torture/execute/20070614-1.c
    branches/fixed-point/gcc/testsuite/gcc.dg/pr31866.c
      - copied unchanged from r125929, trunk/gcc/testsuite/gcc.dg/pr31866.c
    branches/fixed-point/gcc/testsuite/gcc.dg/pr31959.c
      - copied unchanged from r125929, trunk/gcc/testsuite/gcc.dg/pr31959.c
    branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/alias-14.c
      - copied unchanged from r125929, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-14.c
    branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/pr19590.c
      - copied unchanged from r125929, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr19590.c
    branches/fixed-point/gcc/testsuite/gcc.target/arm/stack-corruption.c
      - copied unchanged from r125929, trunk/gcc/testsuite/gcc.target/arm/stack-corruption.c
    branches/fixed-point/gcc/testsuite/gcc.target/i386/large-size-array-3.c
      - copied unchanged from r125929, trunk/gcc/testsuite/gcc.target/i386/large-size-array-3.c
    branches/fixed-point/gcc/testsuite/gfortran.dg/invalid_procedure_name.f90
      - copied unchanged from r125929, trunk/gcc/testsuite/gfortran.dg/invalid_procedure_name.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/pointer_assign_2.f90
      - copied unchanged from r125929, trunk/gcc/testsuite/gfortran.dg/pointer_assign_2.f90
    branches/fixed-point/gcc/testsuite/gfortran.fortran-torture/execute/pr32140.f90
      - copied unchanged from r125929, trunk/gcc/testsuite/gfortran.fortran-torture/execute/pr32140.f90
    branches/fixed-point/libgomp/testsuite/libgomp.c/pr32362-1.c
      - copied unchanged from r125929, trunk/libgomp/testsuite/libgomp.c/pr32362-1.c
    branches/fixed-point/libgomp/testsuite/libgomp.c/pr32362-2.c
      - copied unchanged from r125929, trunk/libgomp/testsuite/libgomp.c/pr32362-2.c
    branches/fixed-point/libgomp/testsuite/libgomp.c/pr32362-3.c
      - copied unchanged from r125929, trunk/libgomp/testsuite/libgomp.c/pr32362-3.c
Modified:
    branches/fixed-point/   (props changed)
    branches/fixed-point/ChangeLog
    branches/fixed-point/MAINTAINERS
    branches/fixed-point/gcc/ChangeLog
    branches/fixed-point/gcc/DATESTAMP
    branches/fixed-point/gcc/Makefile.in
    branches/fixed-point/gcc/ada/ChangeLog
    branches/fixed-point/gcc/ada/misc.c
    branches/fixed-point/gcc/alias.c
    branches/fixed-point/gcc/bt-load.c
    branches/fixed-point/gcc/builtins.c
    branches/fixed-point/gcc/calls.c
    branches/fixed-point/gcc/combine.c
    branches/fixed-point/gcc/config/arm/arm.c
    branches/fixed-point/gcc/config/i386/darwin.h
    branches/fixed-point/gcc/config/i386/i386.c
    branches/fixed-point/gcc/config/i386/linux.h
    branches/fixed-point/gcc/config/i386/x86-64.h
    branches/fixed-point/gcc/config/m32c/m32c.c
    branches/fixed-point/gcc/config/m32c/prologue.md
    branches/fixed-point/gcc/config/m68hc11/m68hc11.c
    branches/fixed-point/gcc/config/sh/sh-protos.h
    branches/fixed-point/gcc/config/sh/sh.c
    branches/fixed-point/gcc/config/sh/sh.h
    branches/fixed-point/gcc/config/sh/sh.md
    branches/fixed-point/gcc/cse.c
    branches/fixed-point/gcc/dbgcnt.def
    branches/fixed-point/gcc/df-core.c
    branches/fixed-point/gcc/df-problems.c
    branches/fixed-point/gcc/df-scan.c
    branches/fixed-point/gcc/df.h
    branches/fixed-point/gcc/fold-const.c
    branches/fixed-point/gcc/fortran/ChangeLog
    branches/fixed-point/gcc/fortran/decl.c
    branches/fixed-point/gcc/fortran/match.c
    branches/fixed-point/gcc/fortran/trans.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/init-regs.c
    branches/fixed-point/gcc/integrate.c
    branches/fixed-point/gcc/local-alloc.c
    branches/fixed-point/gcc/loop-iv.c
    branches/fixed-point/gcc/omp-low.c
    branches/fixed-point/gcc/postreload.c
    branches/fixed-point/gcc/regmove.c
    branches/fixed-point/gcc/regrename.c
    branches/fixed-point/gcc/resource.c
    branches/fixed-point/gcc/rtl-factoring.c
    branches/fixed-point/gcc/sched-ebb.c
    branches/fixed-point/gcc/sched-rgn.c
    branches/fixed-point/gcc/testsuite/ChangeLog
    branches/fixed-point/gcc/testsuite/ChangeLog.tree-ssa
    branches/fixed-point/gcc/testsuite/gcc.dg/attr-isr.c
    branches/fixed-point/gcc/tree-data-ref.c
    branches/fixed-point/gcc/tree-flow.h
    branches/fixed-point/gcc/tree-ssa-alias.c
    branches/fixed-point/gcc/tree-ssa-coalesce.c
    branches/fixed-point/gcc/tree-ssa-structalias.c
    branches/fixed-point/gcc/tree-ssa-threadupdate.c
    branches/fixed-point/gcc/tree-vrp.c
    branches/fixed-point/gcc/tree.h
    branches/fixed-point/libgomp/ChangeLog
    branches/fixed-point/libjava/ChangeLog
    branches/fixed-point/libjava/classpath/ChangeLog
    branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/processor/ClassTypeCommandSet.java
    branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java
    branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/util/MethodResult.java
    branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/value/ObjectValue.java
    branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/value/StringValue.java
    branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class
    branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/processor/ClassTypeCommandSet.class
    branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.class
    branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/util/MethodResult.class
    branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/value/ObjectValue.class
    branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/value/StringValue.class
    branches/fixed-point/libjava/classpath/vm/reference/gnu/classpath/jdwp/VMVirtualMachine.java
    branches/fixed-point/libjava/gnu/classpath/jdwp/VMVirtualMachine.h
    branches/fixed-point/libjava/gnu/classpath/jdwp/VMVirtualMachine.java
    branches/fixed-point/libjava/gnu/classpath/jdwp/natVMVirtualMachine.cc

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]