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]

r122629 [1/2] - in /branches/fixed-point: ./ Ch...


Author: chaoyingfu
Date: Tue Mar  6 18:08:30 2007
New Revision: 122629

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

........
  r122366 | brooks | 2007-02-27 02:19:59 -0800 (Tue, 27 Feb 2007) | 2 lines
  
  * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-vers.texi dependency.
........
  r122367 | hubicka | 2007-02-27 02:21:55 -0800 (Tue, 27 Feb 2007) | 5 lines
  
  
  	* predict.c (last_basic_block_p): Remove.
  	(tree_estimate_probability): Update return heuristic for commonized
  	return blocks.
........
  r122368 | schwab | 2007-02-27 02:45:58 -0800 (Tue, 27 Feb 2007) | 2 lines
  
  	* Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-common.texi.
........
  r122370 | rguenth | 2007-02-27 04:38:08 -0800 (Tue, 27 Feb 2007) | 5 lines
  
  2007-02-27  Richard Guenther  <rguenther@suse.de>
  
  	* acinclude.m4: Adjust regular expression for ld version extraction.
  	* configure: Regenerate.
........
  r122371 | bernds | 2007-02-27 05:13:26 -0800 (Tue, 27 Feb 2007) | 3 lines
  
  	* config/bfin/bfin.md (doloop_end): FAIL if counter reg isn't SImode.
........
  r122372 | bernds | 2007-02-27 05:25:41 -0800 (Tue, 27 Feb 2007) | 14 lines
  
  	* config/bfin/bfin.c: Include "cfglayout.h".
  	(MAX_LSETUP_DISTANCE): New macro.
  	(struct loop_info): New members incoming, incoming_src and
  	incoming_dest.  Delete member predecessor.
  	(length_for_loop): New function.
  	(bfin_optimize_loop): Handle more different loop structures.
  	(bfin_discover_loop): Rework detection of predecessor blocks by
  	examining incoming edges.
  	(bfin_discover_loops, bfin_free_loops): New functions, broken out of
  	bfin_reorg_loops.
  	(bfin_reorder_loops): New function.
  	(bfin_reorg_loops): Use these three new functions.
........
  r122373 | bernds | 2007-02-27 05:44:10 -0800 (Tue, 27 Feb 2007) | 26 lines
  
  	* config/bfin/bfin.h (enum reg_class, REG_CLASS_NAMES,
  	REG_CLASS_CONTENTS): Add D0REGS through D7REGS.
  	(CONSTRAINT_LEN): Add entry for 'q'.
  	(REG_CLASS_FROM_CONSTRAINT): Renamed from REG_CLASS_FROM_LETTER.
  	Add 'q' constraints.
  	(REGNO_REG_CLASS): For R0 through R7, return corresponding regclass.
  	(CLASS_LIKELY_SPILLED_P): True for R0, R1 and R2.
  
  	* config/bfin/bfin.md (add_with_carry): New pattern.
  	(s_or_u, su_optab, su_modifier): New code macros/attrs.
  	(<su_optab>hisi_ll, <su_optab>hisi_lh, <su_optab>hisi_hl,
  	<su_optab>hisi_hh): Renamed from mulhisi_xx patterns; macroized to
  	support unsigned multiplies too.  Removed incorrect commutativity from
  	operand 1 constraint where appropriate.
  	(usmulhisi_ull, usmulhisi_ulh, usmulhisi_uhl, usmulhisi_uhh): New
  	patterns.
  	(<su_optab>hisi_ll_lh, <su_optab>hisi_ll_hl, <su_optab>hisi_ll_hh,
  	<su_optab>hisi_lh_hl, <su_optab>hisi_lh_hh, <su_optab>hisi_hl_hh):
  	New patterns.
  	(usmulhisi_ll_lul, usmulhisi_ll_luh, usmulhisi_ll_hul,
  	usmulhisi_ll_huh, usmulhisi_lh_lul, usmulhisi_lh_luh, usmulhisi_lh_hul,
  	usmulhisi_lh_huh, usmulhisi_hl_lul, usmulhisi_hl_luh, usmulhisi_hl_hul,
  	usmulhisi_hl_huh, usmulhisi_hh_lul, usmulhisi_hh_luh, usmulhisi_hh_hul,
  	usmulhisi_hh_huh): New patterns.
........
  r122374 | bernds | 2007-02-27 05:55:56 -0800 (Tue, 27 Feb 2007) | 4 lines
  
  	* config/bfin/bfin.md (ssashiftv2hi3, ssashifthi3, lshiftv2hi3,
  	lshifthi3): Fix output template to use half reg for operand 2.
........
  r122375 | rguenth | 2007-02-27 06:26:13 -0800 (Tue, 27 Feb 2007) | 5 lines
  
  2007-02-27  Richard Guenther  <rguenther@suse.de>
  
  	* trans-array.c (structure_alloc_comps): Use correct type
  	for null pointer constant.
........
  r122376 | bernds | 2007-02-27 07:20:47 -0800 (Tue, 27 Feb 2007) | 4 lines
  
  	* config/bfin/bfin.c (bfin_output_mi_thunk): Use R3 as scratch reg
  	instead of R2.
........
  r122377 | bernds | 2007-02-27 07:26:19 -0800 (Tue, 27 Feb 2007) | 3 lines
  
  	* config/bfin/bfin.md (rotl16, rotlsi3, rotrsi3): New patterns.
........
  r122378 | mmitchel | 2007-02-27 07:49:23 -0800 (Tue, 27 Feb 2007) | 6 lines
  
  	* c-common.c (get_priority): Add check for
  	SUPPORTS_INIT_PRIORITY.
  
  	* lib/target-supports.exp (check_effective_target_init_priority):
  	Remove Solaris special case.
........
  r122379 | bernds | 2007-02-27 08:29:10 -0800 (Tue, 27 Feb 2007) | 8 lines
  
  	* config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add _umulsi3_highpart and
  	_smulsi3_highpart.
  	* config/bfin/lib1funcs.asm (___umulsi3_highpart, ___smulsi3_highpart):
  	New functions.
  	* config/bfin/bfin.md (smulsi3_highpart, umulsi3_highpart): New
  	patterns.
........
  r122380 | paolo | 2007-02-27 09:48:09 -0800 (Tue, 27 Feb 2007) | 16 lines
  
  2007-02-27  Paolo Carlini  <pcarlini@suse.de>
  
  	* include/std/bitset: Do not include <ios>, <iosfwd> is enough.
  	(operator>>(std::basic_istream<>&, bitset<>&)): Tweak, refer to
  	ios_base as a base of basic_istream.
  	* include/std/iomanip: Do not include <ios>, <iosfwd> + 
  	<bits/ios_base.h> is enough.
  	* include/std/iosfwd: Do not include <cctype> here...
  	* include/bits/locale_facets.h: ... do it here, when needed.
  	* include/bits/ostream.tcc: Clean up, do not include <locale> here...
  	* include/std/ostream: ... here instead.
  	* include/bits/istream.tcc: Likewise for <locale> and <ostream>...
  	* include/std/istream: ... here.
  	* include/bits/sstream.tcc: Do not include <sstream>.
........
  r122384 | jsm28 | 2007-02-27 12:32:13 -0800 (Tue, 27 Feb 2007) | 19 lines
  
  fixincludes:
  	* mkheaders.in (incdir): Use include-fixed not include.
  
  gcc:
  	* Makefile.in (PREPROCESSOR_DEFINES, test-protoize-simple): Define
  	FIXED_INCLUDE_DIR.
  	(stmp-int-hdrs, stmp-fixinc, install-headers): Use include-fixed
  	for fixed headers and limits.h.
  	(install-include-dir, install-headers-tar, install-headers-cpio,
  	install-headers-cp, real-install-headers-tar,
  	real-install-headers-cpio, real-install-headers-cp): Handle
  	include-fixed as well as include.
  	(install-mkheaders): Don't install files that go only in include
  	not include-fixed.
  	* cppdefault.c (cpp_include_defaults): Separate FIXED_INCLUDE_DIR
  	from GCC_INCLUDE_DIR.
  	* gcc.c (process_command): Remove special -BstageN/ handling.
  	(do_spec_1): Add include-fixed directories.
........
  r122385 | mrs | 2007-02-27 12:47:55 -0800 (Tue, 27 Feb 2007) | 3 lines
  
  	* config/darwin-crt3.c: Avoid compilation when compiling for a
  	kext multilib.
........
  r122387 | uros | 2007-02-27 13:27:27 -0800 (Tue, 27 Feb 2007) | 13 lines
  
          * config/i386/sse.md (*mov<mode>_internal, *movv4sf_internal,
          *movv2df_internal): Enable pattern only for valid operand
          combinations.
          * config/i386/i386.c (ix86_modes_tieable_p): For SSE registers,
          tie only 128bit modes. For MMX registers, tie only 64bit modes.
  
  testsuite/ChangeLog:
  
  	* gcc.target/i386/gfortran.dg/pr30970.c: New test. 
........
  r122388 | danglin | 2007-02-27 16:11:14 -0800 (Tue, 27 Feb 2007) | 5 lines
  
  	* pa/predicates.md (move_src_operand): Allow zero for mode.
  	* pa/pa.md: Fix constraints for zero CONST_DOUBLE in 64-bit DFmode
  	move pattern.
........
  r122392 | gccadmin | 2007-02-27 16:17:34 -0800 (Tue, 27 Feb 2007) | 1 line
  
  Daily bump.
........
  r122396 | bernds | 2007-02-27 16:37:09 -0800 (Tue, 27 Feb 2007) | 4 lines
  
  	* calls.c (emit_library_call_value_1): Handle partial registers
  	correctly when building up CALL_INSN_FUNCTION_USAGE.
........
  r122397 | kraai | 2007-02-27 16:56:22 -0800 (Tue, 27 Feb 2007) | 3 lines
  
  	* configure: Regenerate.
  	* configure.ac: Move statements after variable declarations.
........
  r122398 | mrs | 2007-02-27 17:13:22 -0800 (Tue, 27 Feb 2007) | 2 lines
  
  Fixup whitespacing.
........
  r122399 | bernds | 2007-02-27 17:34:10 -0800 (Tue, 27 Feb 2007) | 3 lines
  
  	* g++.dg/inherit/thunk7.C: New test.
........
  r122400 | bernds | 2007-02-27 18:03:41 -0800 (Tue, 27 Feb 2007) | 4 lines
  
  	* lib/target-supports.exp (check_profiling_available): Not available
  	for bfin-*-*.
........
  r122401 | burnus | 2007-02-28 00:03:47 -0800 (Wed, 28 Feb 2007) | 13 lines
  
  2007-02-28  Tobias Burnus  <burnus@net-b.de>
  
  	* primary.c (next_string_char): Correct reading a character
  	after the delimiter.
  	(match_string_constant): Print warning message only once.
  
  2007-02-28  Tobias Burnus  <burnus@net-b.de>
  
  	* gfortran.dg/continuation_7.f90: New test.
........
  r122402 | schwab | 2007-02-28 02:00:30 -0800 (Wed, 28 Feb 2007) | 4 lines
  
  	* Make-lang.in (doc/gnat_ugn_unw.texi): Depend on
  	$(gcc_docdir)/include/gcc-common.texi and gcc-vers.texi.
  	(doc/gnat-style.info): Likewise.
........
  r122409 | burnus | 2007-02-28 10:17:34 -0800 (Wed, 28 Feb 2007) | 21 lines
  
  2007-02-28  Tobias Burnus  <burnus@net-b.de>
  	    Paul Thomas  <pault@gcc.gnu.org>
  
  	* resolve.c (resolve_actual_arglist): Allow by-value
  	arguments and non-default-kind for %VAL().
  	* trans-expr.c (conv_arglist_function): Allow
  	non-default-kind for %VAL().
  
  testsuite/
  2007-02-28  Tobias Burnus  <burnus@net-b.de>
  	    Paul Thomas  <pault@gcc.gnu.org>
  
  	* c_by_val_1.f: Test %VAL() with non-default kind.
  	* c_by_val.c: Ditto.
  	* c_by_val_4.f: New test.
........
  r122410 | hubicka | 2007-02-28 10:27:07 -0800 (Wed, 28 Feb 2007) | 4 lines
  
  
  	* predict.def (PRED_TREE_EARLY_RETURN, PRED_CONST_RETURN,
  	PRED_NEGATIVE_RETURN): Update outcomes.
........
  r122411 | sandra | 2007-02-28 11:21:20 -0800 (Wed, 28 Feb 2007) | 47 lines
  
  2007-02-28  Sandra Loosemore  <sandra@codesourcery.com>
  
  	* gcc/builtins.c (fold_builtin_call_list, fold_builtin_call_valist):
  	Delete, and replace with...
  	(fold_builtin_call_array): This.  Update callers to use it.
  	* gcc/fold-const.c (fold_build_call_list): Delete, and replace with...
  	(fold_build_call_array): This.
  	(fold_build_call_list_initializer): Delete, and replace with...
  	(fold_build_call_array_initializer): This.
  	* gcc/tree.h: Update declarations to reflect above changes.
  
  	* gcc/c-typeck.c (build_function_call): Store converted arguments
  	in a stack-allocated array instead of building a list.
  	(convert_arguments): Store arguments in the array passed in as an
  	argument, and return the actual number of arguments.
  	* gcc/c-format.c: (check_function_format): Pass arguments in an
  	array instead of a list.
  	* gcc/c-common.c (check_function_nonnull): Likewise.
  	(check_function_sentinel): Likewise.
  	(check_function_arguments): Likewise.
  	* gcc/c-common.h: Update declarations to reflect above changes.
  
  	* gcc/cp/typeck.c (build_function_call): Store converted arguments
  	in a stack-allocated array instead of building a list.
  	(convert_arguments): Store arguments in the array passed in as an
  	argument, and return the actual number of arguments.
  	* gcc/cp/call.c (build_call): Delete, and replace with...
  	(build_call_n, build_call_a): New.
  	(build_op_delete_call): Rewrite to avoid constructing argument lists.
  	(build_over_call): Store converted arguments in a stack-allocated
  	array instead of building a list.
  	(build_cxx_call): Pass arguments in an array instead of as a list.
  	(build_java_interface_fn_ref): Rewrite to avoid constructing
  	argument lists.
  	* gcc/cp/tree.h: Update declarations to reflect above changes.
  	* gcc/cp/method.c (use_thunk): Use a stack-allocated array to hold
  	the arguments instead of a list.
  	* gcc/cp/rtti.c (throw_bad_cast): Update call to cxx_call.
  	(throw_bad_typeid): Likewise.
  	(build_dynamic_cast_1): Likewise.
  	* gcc/cp/init.c (build_builtin_delete_call): Use build_call_n.
  	* gcc/cp/decl.c (expand_static_init): Likewise.
  	* gcc/cp/except.c (cp_protect_cleanup_actions): Likewise.
  	* gcc/cp/cp-gimplify.c (genericize_eh_spec_block): Likewise.
  	(gimplify_must_not_throw_expr): Likewise.
  	(cxx_omp_apply_fn): Use build_call_a.
........
  r122413 | ghazi | 2007-02-28 13:53:07 -0800 (Wed, 28 Feb 2007) | 6 lines
  
  	* gcc.dg/torture/builtin-frexp-1.c: On mips*-*-irix6* and
  	powerpc*, use -funsafe-math-optimizations.
  	* gcc.dg/torture/builtin-logb-1.c: Likewise.
  	* gcc.dg/torture/builtin-modf-1.c: Likewise.
........
  r122414 | rguenth | 2007-02-28 13:56:41 -0800 (Wed, 28 Feb 2007) | 10 lines
  
  2007-02-28  Richard Guenther  <rguenther@suse.de>
  
  	* fold-const.c (fold_binary): Do not associate expressions
  	with more than one variable for integer types that do not wrap.
  
  	* gcc.dg/torture/pr30364-1.c: New testcase.
  	* gcc.dg/torture/pr30364-2.c: Likewise.
  	* gcc.dg/torture/pr30364-3.c: Likewise.
........
  r122415 | echristo | 2007-02-28 14:46:01 -0800 (Wed, 28 Feb 2007) | 14 lines
  
  2007-02-28  Eric Christopher  <echristo@apple.com>
  
     Revert:
     2006-12-07  Mike Stump  <mrs@apple.com>
  
         * Makefile.def (dependencies): Add dependency for
         install-target-libssp and install-target-libgomp on
         install-gcc.
         * Makefile.in: Regenerate.
  
  2007-02-28  Eric Christopher  <echristo@apple.com>
  
     * Makefile.in (install-include-dir): Don't rm -rf include.
........
  r122416 | echristo | 2007-02-28 14:51:59 -0800 (Wed, 28 Feb 2007) | 2 lines
  
  Missed this. See previous Change.
........
  r122419 | gccadmin | 2007-02-28 16:17:17 -0800 (Wed, 28 Feb 2007) | 1 line
  
  Daily bump.
........
  r122423 | burnus | 2007-03-01 00:19:09 -0800 (Thu, 01 Mar 2007) | 6 lines
  
  2007-03-01  Tobias Burnus  <burnus@net-b.de>
  
          * trans-intrinsic.c (gfc_conv_intrinsic_size): Compare pointers.
........
  r122424 | paolo | 2007-03-01 01:03:30 -0800 (Thu, 01 Mar 2007) | 5 lines
  
  2007-03-01  Paolo Carlini  <pcarlini@suse.de>
  
  	* include/bits/localefwd.h: Include <cctype>.
........
  r122428 | rsandifo | 2007-03-01 01:58:12 -0800 (Thu, 01 Mar 2007) | 30 lines
  
  gcc/
  	* Makefile.in (rtlanal.o): Depend on tree.h.
  	* rtl.h (offset_within_section_p, split_const): Declare.
  	* rtlanal.c: Include tree.h.
  	(offset_within_block_p): New function, taken from
  	mips_offset_within_object_p.
  	(split_const): New function, taken from mips_split_const.
  	* config/m68k/m68k-protos.h (m68k_illegitimate_symbolic_constant_p):
  	Declare.
  	* config/m68k/m68k.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): Define.
  	(CONSTANT_ADDRESS_P): Only accept legitimate constants.
  	(LEGITIMATE_CONSTANT_P): Check m68k_illegitimate_symbolic_constant_p.
  	* config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Define.
  	(m68k_illegitimate_symbolic_constant_p): New function.
  	* config/m68k/m68k.md (movsi): Remove misleading predicates.
  	If M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P and the source is a
  	symbolic constant that might be outside the symbol's section,
  	move the symbol first and then add the offset.
  	* config/m68k/uclinux.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P):
  	Override.
  	* config/mips/mips.c (mips_split_const): Delete.
  	(mips_offset_within_object_p): Delete.
  	(mips_symbolic_constant_p): Use offset_within_section_p and
  	split_const instead of mips_offset_within_object_p and
  	mips_split_const.
  	(mips_cannot_force_const_mem, mips_const_insns, mips_unspec_address)
  	(mips_legitimize_const_move, print_operand_reloc)
  	(mips_dangerous_for_la25_p): Use split_const instead of
  	mips_split_const.
........
  r122429 | uros | 2007-03-01 02:54:52 -0800 (Thu, 01 Mar 2007) | 4 lines
  
  	* config/i386/i386.c (ix86_modes_tieable_p): Fix typo, use also
  	size of mode1 to check for tieable modes in MMX case.
........
  r122430 | ebotcazou | 2007-03-01 07:30:27 -0800 (Thu, 01 Mar 2007) | 5 lines
  
  	* Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR).
  	Install headers in multilib independent location.
........
  r122432 | rth | 2007-03-01 08:30:38 -0800 (Thu, 01 Mar 2007) | 6 lines
  
          * expr.c (emit_move_complex_push): Export.
          (emit_move_complex_parts): Split out from ...
          (emit_move_complex): ... here.
          * expr.h (emit_move_complex_push, emit_move_complex_parts): Declare.
          * config/i386/i386.md (movcdi): New.
........
  r122434 | ian | 2007-03-01 11:13:02 -0800 (Thu, 01 Mar 2007) | 12 lines
  
  cp/:
  	* decl.c (check_tag_decl): Added new warning for typedef ignored
  	when it precedes an otherwise valid non-typedef declaration.
  testsuite/:
  	* warn/ignored_typedef.C: New.
  	* init/ctor8.C: Added dg-warning to consume ignored typedef
  	warning. 
  	* template/typedef2.C: Ditto.  Moved dg-error onto its own line
  	and added an explicit line number.
........
  r122435 | rakdver | 2007-03-01 14:14:23 -0800 (Thu, 01 Mar 2007) | 8 lines
  
  	* tree-ssa-loop-prefetch.c (determine_unroll_factor):  Bound the unroll
  	factor by the estimated number of iterations.
  	(loop_prefetch_arrays): Do not prefetch in loops that iterate less than
  	prefetch latency.
  
  	* gcc.dg/tree-ssa/prefetch-4.c: New test.
........
  r122437 | pbrook | 2007-03-01 14:58:40 -0800 (Thu, 01 Mar 2007) | 13 lines
  
  2007-03-01  Paul Brook  <paul@codesourcery.com>
  
  	* config/arm/arm.c (arm_legitimate_index_p): Limit iWMMXt addressing
  	modes to LDRD for DImode.
  	(output_move_double): Fixup out of range ldrd/strd.
  	(vfp_secondary_reload_class): Rename...
  	(coproc_secondary_reload_class): ... to this.  Add wb argument.
  	* config/arm/arm.h (SECONDARY_OUTPUT_RELOAD_CLASS): Use
  	coproc_secondary_reload_class for CLASS_IWMMXT.
  	(SECONDARY_INPUT_RELOAD_CLASS): Ditto.
  	* arm-protos.h (coproc_secondary_reload_class): Update prototype.
........
  r122438 | brooks | 2007-03-01 15:47:02 -0800 (Thu, 01 Mar 2007) | 4 lines
  
  * Makefile.in: Add install-pdf target as copied from
  automake v1.10 rules.
  * testsuite/Makefile.in: Add dummy install-pdf target.
........
  r122439 | brooks | 2007-03-01 15:50:30 -0800 (Thu, 01 Mar 2007) | 3 lines
  
  * Makefile.am: Add dummy install-pdf target.
  * Makefile.in: Regenerate
........
  r122440 | brooks | 2007-03-01 15:51:37 -0800 (Thu, 01 Mar 2007) | 3 lines
  
  * Makefile.am: Add dummy install-pdf target.
  * Makefile.in: Regenerate
........
  r122441 | brooks | 2007-03-01 15:52:38 -0800 (Thu, 01 Mar 2007) | 3 lines
  
  * Makefile.am: Add dummy install-pdf target.
  * Makefile.in: Regenerate
........
  r122442 | brooks | 2007-03-01 15:53:35 -0800 (Thu, 01 Mar 2007) | 3 lines
  
  * Makefile.am: Add dummy install-pdf target.
  * Makefile.in: Regenerate
........
  r122443 | brooks | 2007-03-01 15:54:44 -0800 (Thu, 01 Mar 2007) | 2 lines
  
  * Makefile.in: Add dummy install-pdf target.
........
  r122444 | brooks | 2007-03-01 15:55:34 -0800 (Thu, 01 Mar 2007) | 2 lines
  
  * Makefile.in: Add dummy install-pdf target.
........
  r122445 | brooks | 2007-03-01 15:56:24 -0800 (Thu, 01 Mar 2007) | 2 lines
  
  * Makefile.in: Add dummy install-pdf target.
........
  r122446 | brooks | 2007-03-01 15:57:32 -0800 (Thu, 01 Mar 2007) | 3 lines
  
  * Makefile.am: Add dummy install-pdf target.
  * Makefile.in: Regenerate
........
  r122447 | brooks | 2007-03-01 15:58:28 -0800 (Thu, 01 Mar 2007) | 2 lines
  
  * Makefile.in: Add dummy install-pdf target.
........
  r122448 | brooks | 2007-03-01 15:59:35 -0800 (Thu, 01 Mar 2007) | 3 lines
  
  * Makefile.am: Add dummy install-pdf target.
  * Makefile.in: Regenerate
........
  r122449 | brooks | 2007-03-01 16:00:52 -0800 (Thu, 01 Mar 2007) | 3 lines
  
  * Makefile.am: Add dummy install-pdf target.
  * Makefile.in: Regenerate
........
  r122450 | brooks | 2007-03-01 16:01:53 -0800 (Thu, 01 Mar 2007) | 2 lines
  
  * Makefile.in: Add dummy install-pdf target.
........
  r122451 | brooks | 2007-03-01 16:03:11 -0800 (Thu, 01 Mar 2007) | 4 lines
  
  * Makefile.am: Add install-pdf target as copied from
  automake v1.10 rules.
  * Makefile.in: Regenerate
........
  r122452 | brooks | 2007-03-01 16:04:17 -0800 (Thu, 01 Mar 2007) | 3 lines
  
  * Makefile.in: Add install-html and install-pdf dummy
  targets.
........
  r122453 | brooks | 2007-03-01 16:05:13 -0800 (Thu, 01 Mar 2007) | 2 lines
  
  * Makefile.in: Add dummy install-pdf target.
........
  r122454 | brooks | 2007-03-01 16:14:33 -0800 (Thu, 01 Mar 2007) | 6 lines
  
  * Makefile.am: Add dummy install-pdf target.
  * Makefile.in: Regenerate
  * include/Makefile.in: Regenerate
  * testsuite/Makefile.in: Regenerate
  * gcj/Makefile.in: Regenerate
........
  r122455 | brooks | 2007-03-01 16:15:32 -0800 (Thu, 01 Mar 2007) | 2 lines
  
  * Make-lang.in: Add dummy lang.install-pdf target.
........
  r122456 | brooks | 2007-03-01 16:16:06 -0800 (Thu, 01 Mar 2007) | 2 lines
  
  * Make-lang.in: Add dummy lang.install-pdf target.
........
  r122457 | brooks | 2007-03-01 16:16:37 -0800 (Thu, 01 Mar 2007) | 2 lines
  
  * Make-lang.in: Add dummy lang.install-pdf target.
........
  r122460 | gccadmin | 2007-03-01 16:17:31 -0800 (Thu, 01 Mar 2007) | 1 line
  
  Daily bump.
........
  r122461 | brooks | 2007-03-01 16:17:38 -0800 (Thu, 01 Mar 2007) | 3 lines
  
  * Make-lang.in: Add install-pdf target as copied from
  automake v1.10 rules.
........
  r122463 | brooks | 2007-03-01 16:18:47 -0800 (Thu, 01 Mar 2007) | 3 lines
  
  * Make-lang.in: Add install-pdf target as copied from
  automake v1.10 rules.
........
  r122464 | brooks | 2007-03-01 16:19:35 -0800 (Thu, 01 Mar 2007) | 3 lines
  
  * Make-lang.in: Add install-pdf target as copied from
  automake v1.10 rules.
........
  r122465 | brooks | 2007-03-01 16:20:39 -0800 (Thu, 01 Mar 2007) | 3 lines
  
  * Make-lang.in: Add install-pdf target as copied from
  automake v1.10 rules.
........
  r122466 | brooks | 2007-03-01 16:23:20 -0800 (Thu, 01 Mar 2007) | 5 lines
  
  * Makefile.in: Add install-pdf target as
  copied from automake v1.10 rules.
  * configure.ac: Add install-pdf to target list.
  * configure: Regenerate.
........
  r122467 | brooks | 2007-03-01 16:28:09 -0800 (Thu, 01 Mar 2007) | 11 lines
  
  * configure.ac: Add "--with-pdfdir" configure option,
  which defines pdfdir variable.
  * Makefile.def (target=fixincludes): Add install-pdf to
  missing targets.
  (recursive_targets): Add install-pdf target.
  (flags_to_pass): Add pdfdir.
  * Makefile.tpl: Add pdfdir handling, add do-install-pdf
  target.
  * configure: Regenerate
  * Makefile.in: Regenerate
........
  r122468 | jsm28 | 2007-03-01 17:55:06 -0800 (Thu, 01 Mar 2007) | 14 lines
  
  	* target.h (init_dwarf_reg_sizes_extra): New target hook.
  	* target-def.h (TARGET_INIT_DWARF_REG_SIZES_EXTRA): New default.
  	* doc/tm.texi (TARGET_INIT_DWARF_REG_SIZES_EXTRA): Document.
  	* dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Call this
  	hook.
  	* config/rs6000/rs6000.c (TARGET_INIT_DWARF_REG_SIZES_EXTRA,
  	rs6000_init_dwarf_reg_sizes_extra): New.
  	* config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Support
  	SPE register high parts.
  
  testsuite:
  	* gcc.target/powerpc/spe-unwind-1.c, g++.dg/eh/simd-5.C: New
  	tests.
........
  r122469 | bje | 2007-03-01 21:28:06 -0800 (Thu, 01 Mar 2007) | 5 lines
  
  2007-03-02  Ben Elliston  <bje@au.ibm.com>
  
  	* config/dfp-bit.c (DFP_TO_INT): Initialise qval with "1.".
........
  r122470 | aph | 2007-03-02 02:58:26 -0800 (Fri, 02 Mar 2007) | 6 lines
  
  2007-03-02  Andrew Haley  <aph@redhat.com>
  
  	* sun/reflect/annotation/AnnotationInvocationHandler.java: Moved
  	from Classpath to libgcj local.
........
  r122471 | aph | 2007-03-02 03:01:19 -0800 (Fri, 02 Mar 2007) | 11 lines
  
  2007-03-02  Andrew Haley  <aph@redhat.com>
  
  	* sun/reflect/annotation/AnnotationInvocationHandler.java:
  	Whitespace only changes.
  
  2007-03-02  Andrew Haley  <aph@redhat.com>
  
  	* sun/reflect/annotation/AnnotationInvocationHandler.java: Moved
  	from Classpath to libgcj local.
........
  r122472 | manu | 2007-03-02 03:09:52 -0800 (Fri, 02 Mar 2007) | 4 lines
  
  2007-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
  
  	* typeck.c (common_base_type): Delete unused function.
........
  r122473 | uros | 2007-03-02 04:26:55 -0800 (Fri, 02 Mar 2007) | 15 lines
  
  	* config/i386/i386.h (TUNEMASK): Redefine to use ix86_tune_mask.
  	(ARCHMASK): Define.
  	(TARGET_CMOVE): Use ARCHMASK.
  	(TARGET_CMPXCHG): Ditto.
  	(TARGET_CMPXCHG8B): Ditto.
  	(TARGET_XADD): Ditto.
  	(TARGET_BSWAP): Ditto.
  	* config/i386/i386.c (ix86_tune_mask): New global variable.
  	(ix86_arch_mask): Ditto.
  	(override_options): Initialize ix86_tune_mask and
  	ix86_arch_mask. Use ARCHMASK to clear MASK_NO_FANCY_MATH_387 in
  	target_flags.
........
  r122474 | rsandifo | 2007-03-02 04:37:31 -0800 (Fri, 02 Mar 2007) | 5 lines
  
  gcc/
  	* config/t-vxworks (LIBGCC2_INCLUDES): Pass -nostdinc.
  	Use $MULTIDIR to choose between the kernel and RTP headers,
  	and use $WIND_BASE and $WIND_USR to locate them.
........
  r122475 | rsandifo | 2007-03-02 04:38:32 -0800 (Fri, 02 Mar 2007) | 3 lines
  
  gcc/
  	* config/t-vxworks (LIMITS_H_TEST): Define to true for VxWorks.
........
  r122476 | uros | 2007-03-02 05:36:54 -0800 (Fri, 02 Mar 2007) | 4 lines
  
          * config/i386/i386.c (override_options): Put initialization of
          ix86_tune_mask and ix86_arch_mask to the correct place.
........
  r122477 | bergner | 2007-03-02 07:57:08 -0800 (Fri, 02 Mar 2007) | 23 lines
  
  	* config/rs6000/dfp.md: New file.
  	* config/rs6000/rs6000.md: Include dfp.md.
  	(add<mode>3_internal1): Disable for DECIMAL_FLOAT_MODE_P operands.
  	* config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Handle DDmode
  	and TDmode decimal float modes in FP registers.
  	(num_insns_constant): Likewise.
  	(rs6000_legitimate_offset_address_p): Likewise.
  	(rs6000_legitimize_address): Likewise.
  	(rs6000_legitimize_reload_address): Likewise.
  	(rs6000_legitimate_address): Likewise.
  	(rs6000_emit_move): Likewise.
  	(function_arg_boundary): Likewise.
  	(function_arg_advance): Likewise.
  	(rs6000_darwin64_record_arg_recurse): Likewise.
  	(function_arg): Likewise.
  	(rs6000_gimplify_va_arg): Likewise.
  	(rs6000_split_multireg_move): Likewise.
  	(rs6000_output_function_epilogue): Likewise.
  	(rs6000_output_function_epilogue): Likewise.
  	(rs6000_register_move_cost): Likewise.
  	(rs6000_function_value): Likewise.
  	(rs6000_libcall_value): Likewise.
........
  r122478 | paolo | 2007-03-02 08:21:30 -0800 (Fri, 02 Mar 2007) | 18 lines
  
  2007-03-02  Paolo Carlini  <pcarlini@suse.de>
  
  	* testsuite/thread/pthread1.cc: Include <pthread.h>.
  	* testsuite/thread/pthread2.cc: Likewise.
  	* testsuite/thread/pthread3.cc: Likewise.
  	* testsuite/thread/pthread4.cc: Likewise.
  	* testsuite/thread/pthread5.cc: Likewise.
  	* testsuite/thread/pthread6.cc: Likewise.
  	* testsuite/thread/pthread7-rope.cc: Likewise.
  
  2007-03-02  Paolo Carlini  <pcarlini@suse.de>
  
  	* include/tr1/random (class random_device): Rework to use simple
  	<cstdio> input, do not include <fstream>.
  	* include/tr1/random.tcc (all inserters and extractors): Refer
  	to ios_base as base class of basic_istream or basic_ostream.
........
  r122479 | rth | 2007-03-02 09:49:58 -0800 (Fri, 02 Mar 2007) | 5 lines
  
          * expr.h (promoted_input_arg): Remove decl.
          * function.c (promoted_input_arg): Merge into ...
          * combine.c (setup_incoming_promotions): ... only caller.
          Rearrange to avoid double loop. 
........
  r122480 | ebotcazou | 2007-03-02 10:01:37 -0800 (Fri, 02 Mar 2007) | 4 lines
  
  	* config/alpha/alpha.c (alpha_gp_save_rtx): Insert the insns at the
  	entry by means of emit_insn_at_entry.
........
  r122482 | paolo | 2007-03-02 10:11:15 -0800 (Fri, 02 Mar 2007) | 52 lines
  
  2007-03-02  Paolo Carlini  <pcarlini@suse.de>
  
  	* testsuite/27_io/objects/wchar_t/9661-1.cc: Include <cstdlib>.
  	* testsuite/27_io/objects/wchar_t/7.cc: Likewise.
  	* testsuite/27_io/objects/char/9661-1.cc: Likewise.
  	* testsuite/27_io/objects/char/7.cc: Likewise.
  	* testsuite/27_io/basic_istream/ignore/wchar_t/2.cc: Likewise.
  	* testsuite/27_io/basic_istream/ignore/char/2.cc: Likewise.
  	* testsuite/27_io/basic_istream/getline/wchar_t/5.cc: Likewise.
  	* testsuite/27_io/basic_istream/getline/char/5.cc: Likewise.
  	* testsuite/27_io/basic_istream/extractors_arithmetic/char/
  	11.cc: Likewise.
  	* testsuite/27_io/basic_istream/extractors_character/wchar_t/
  	4.cc: Likewise.
  	* testsuite/27_io/basic_istream/extractors_character/char/
  	4.cc: Likewise.
  	* testsuite/27_io/basic_ostream/seekp/wchar_t/
  	2346-fstream.cc: Likewise.
  	* testsuite/27_io/basic_ostream/seekp/char/
  	2346-fstream.cc: Likewise.
  	* testsuite/27_io/basic_filebuf/seekoff/char/26777.cc: Likewise.
  	* testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc: Likewise.
  	* testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc: Likewise.
  	* testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
  	* testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
  	* testsuite/27_io/basic_filebuf/close/char/4879.cc: Likewise.
  	* testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
  	* testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
  	* testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc: Likewise.
  	* testsuite/21_strings/basic_string/inserters_extractors/
  	wchar_t/10.cc: Likewise.
  	* testsuite/21_strings/basic_string/inserters_extractors/
  	wchar_t/11.cc: Likewise.
  	* testsuite/21_strings/basic_string/inserters_extractors/
  	char/10.cc: Likewise.
  	* testsuite/21_strings/basic_string/inserters_extractors/
  	char/11.cc: Likewise.
  	* testsuite/ext/pb_ds/example/trie_dna.cc: Likewise.
  	* testsuite/ext/new_allocator/deallocate_global.cc: Likewise.
  	* testsuite/ext/new_allocator/deallocate_local.cc: Likewise.
  	* testsuite/performance/27_io/filebuf_sgetn_unbuf.cc: Likewise.
  	* testsuite/performance/27_io/ifstream_getline.cc: Likewise.
  	* testsuite/22_locale/locale/cons/4.cc: Likewise.
  	* testsuite/22_locale/locale/cons/5.cc: Likewise.
  	* testsuite/tr1/2_general_utilities/shared_ptr/thread/
  	mutex_weaktoshared.cc: Likewise.
  	* testsuite/tr1/2_general_utilities/shared_ptr/thread/
  	default_weaktoshared.cc: Likewise.
  	* testsuite/thread/pthread5.cc: Likewise.
  	* testsuite/thread/pthread1.cc: Likewise.
  	* testsuite/23_containers/deque/cons/assign/1.cc: Likewise.
........
  r122483 | aph | 2007-03-02 11:05:57 -0800 (Fri, 02 Mar 2007) | 16 lines
  
  2007-03-02  Andrew Haley  <aph@redhat.com>
  
          * sun/reflect/annotation/AnnotationInvocationHandler.java:
          Generify in a few places.
          (equals): Rewrite to use invoke on local proxy.
          (deepToString): Remove most of it.
          (toString): Make nonstatic.
          (arrayClone): Delete.
          (coerce): New method.
          (invoke): Rewrite to handle gcj's structures correctly.
          * java/lang/natClass.cc (getDeclaredAnnotations): Fix test for
          null loader.
          * sources.am: Regenerate.
          * Makefile.am: Likewise.
........
  r122484 | dnovillo | 2007-03-02 11:20:14 -0800 (Fri, 02 Mar 2007) | 17 lines
  
  
  	* tree-ssa-structalias.c (could_have_pointers): Tidy.
  	(get_constraint_for): Likewise.
  	(do_structure_copy): Likewise.
  	(find_func_aliases): Fix references to MODIFY_EXPR.
  	(intra_create_variable_infos): Tidy.
  	* tree-ssa-operands.c (add_virtual_operand): Add argument
  	IS_CALL_SITE.
  	When adding members of alias sets, if IS_CALL_SITE is true and
  	the symbol is not call-clobbered, skip it.
  	Adjust all callers.
  
  
  testsuite/ChangeLog
  
  	* gcc.dg/tree-ssa/20070302-1.c: New test.
........
  r122485 | aph | 2007-03-02 11:34:18 -0800 (Fri, 02 Mar 2007) | 16 lines
  
  2007-03-02  Andrew Haley  <aph@redhat.com>
  
          * sun/reflect/annotation/AnnotationInvocationHandler.java:
          Generify in a few places.
          (equals): Rewrite to use invoke on local proxy.
          (deepToString): Remove most of it.
          (toString): Make nonstatic.
          (arrayClone): Delete.
          (coerce): New method.
          (invoke): Rewrite to handle gcj's structures correctly.
          * java/lang/natClass.cc (getDeclaredAnnotations): Fix test for
          null loader.
          * sources.am: Regenerate.
          * Makefile.am: Likewise.
........
  r122487 | ian | 2007-03-02 12:09:31 -0800 (Fri, 02 Mar 2007) | 35 lines
  
  	Used signed infinities in VRP.
  	* tree-vrp.c (uses_overflow_infinity): New static function.
  	(supports_overflow_infinity): New static function.
  	(make_overflow_infinity): New static function.
  	(negative_overflow_infinity): New static function.
  	(positive_overflow_infinity): New static function.
  	(is_negative_overflow_infinity): New static function.
  	(is_positive_overflow_infinity): New static function.
  	(is_overflow_infinity): New static function.
  	(overflow_infinity_range_p): New static function.
  	(compare_values_warnv): New function split out of compare_values.
  	(compare_value): Call it.
  	(set_value_range_to_nonnegative): Add overflow_infinity
  	parameter.  Change caller.
  	(vrp_expr_computes_nonnegative): Add strict_overflow_p parameter.
  	Change callers.
  	(vrp_expr_computes_nonzero): Likewise.
  	(compare_ranges, compare_range_with_value): Likewise.
  	(compare_name_with_value, compare_names): Likewise.
  	(vrp_evaluate_conditional): Likewise.
  	(set_value_range): Handle infinity
  	(vrp_operand_equal_p, operand_less_p): Likewise.
  	(extract_range_from_assert): Likewise.
  	(vrp_int_const_binop): Likewise.
  	(extract_range_from_binary_expr): Likewise.
  	(extract_range_from_unary_expr): Likewise.
  	(extract_range_from_comparison): Likewise.
  	(extract_range_from_expr): Likewise.
  	(dump_value_range): Likewise.
  	(vrp_visit_cond_stmt, vrp_visit_phi_node): Likewise.
  	(test_for_singularity): Likewise.
  	(vrp_int_const_binop): Remove inline qualifier.
  	(adjust_range_with_scev): Add comment.
  	* tree-flow.h (vrp_evaluate_conditional): Update declaration.
........
  r122488 | geoffk | 2007-03-02 13:07:37 -0800 (Fri, 02 Mar 2007) | 12 lines
  
  Index: gcc/cp/ChangeLog
  2007-03-02  Geoffrey Keating  <geoffk@apple.com>
  
  	* g++spec.c (lang_specific_driver): Add -lstdc++ when compiling
  	Objective-C++.  Don't exit early if -shared-libgcc needs to be
  	added.
  
  Index: gcc/testsuite/ChangeLog
  2007-03-02  Geoffrey Keating  <geoffk@apple.com>
  
  	* g++.dg/other/darwin-minversion-1.C: New.
........
  r122490 | simartin | 2007-03-02 14:09:20 -0800 (Fri, 02 Mar 2007) | 6 lines
  
  2007-03-02  Simon Martin  <simartin@users.sourceforge.net>
  
  	* class.c (update_vtable_entry_for_fn): Properly handle invalid overriders
  	for thunks.
........
  r122491 | uros | 2007-03-02 14:28:02 -0800 (Fri, 02 Mar 2007) | 8 lines
  
          * config/i386/i386.h (TUNEMASK): Remove define.
          (ARCHMASK): Remove define.
          (TARGET_*): Use ix86_tune_mask variable instead of TUNEMASK.
           Use ix86_arch_mask variable instead of ARCHMASK.
          * config/i386/i386.c (override_options): Ditto.
          (standard_80387_constant_p): Ditto.
........
  r122492 | ebotcazou | 2007-03-02 14:30:32 -0800 (Fri, 02 Mar 2007) | 6 lines
  
  	* tree-sra.c (sra_walk_fns) <ldst>: Document new restriction.
  	(sra_walk_modify_expr) <rhs_elt>: Treat the reference as a use
  	if the lhs has side-effects.
  	<lhs_elt>: Treat the reference as a use if the rhs has side-effects.
........
  r122494 | mrs | 2007-03-02 14:40:15 -0800 (Fri, 02 Mar 2007) | 2 lines
  
  Remove some apparently obsolete maintainers.
........
  r122495 | burnus | 2007-03-02 15:03:26 -0800 (Fri, 02 Mar 2007) | 13 lines
  
  2007-03-02  Paul Thomas  <pault@gcc.gnu.org>
  	    Tobias Burnus  <burnus@net-b.de>
  
  	* decl.c (gfc_match_entry): Remove erroneous entry result check.
  
  2007-03-02  Paul Thomas  <pault@gcc.gnu.org>
  	    Tobias Burnus  <burnus@net-b.de>
  
  	* gfortran.dg/entry_9.f90: New test.
........
  r122499 | gccadmin | 2007-03-02 16:17:25 -0800 (Fri, 02 Mar 2007) | 1 line
  
  Daily bump.
........
  r122502 | paolo | 2007-03-03 02:29:14 -0800 (Sat, 03 Mar 2007) | 35 lines
  
  2007-03-03  Paolo Carlini  <pcarlini@suse.de>
  
  	* include/bits/stl_algobase.h: Do not include <iosfwd>,
  	<bits/functexcept.h> is enough; adjust __copy_aux declarations;
  	remove declaration of copy overload for istreambuf_iterator /
  	ostreambuf_iterator.
  	* src/debug.cc: Include <cstdio>.
  	* include/ext/rope: Include <iosfwd>.
  	* include/bits/char_traits.h: Include <cstdio> and <cwchar>.
  	* include/bits/stl_algo.h: Remove declaration of find overload
  	for istreambuf_iterator.
  	* include/std/queue: Clean up includes.
  	* include/std/stack: Likewise.
  	* include/std/memory: Likewise.
  	* include/std/algorithm: Likewise.
  	* include/std/vector: Likewise.
  	* include/std/deque: Likewise.
  	* include/std/list: Likewise.
  	* include/bits/stl_tree.h: Likewise.
  	* testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: Adjust
  	dg-error markers.
  	* testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Likewise.
  	* testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Likewise.
  	* testsuite/ext/type_traits/add_unsigned_integer_neg.cc: Likewise.
  	* testsuite/23_containers/set/operators/1_neg.cc: Likewise.
  	* testsuite/23_containers/map/operators/1_neg.cc: Likewise.
  	* testsuite/20_util/auto_ptr/assign_neg.cc: Likewise.
  
  	* include/ext/type_traits.h: Fix type of __max_digits10; clean up
  	includes.
  
  	* testsuite/util/testsuite_hooks.h: Do not include <cstddef>.
  	* testsuite/util/testsuite_hooks.cc: Do it here.
........
  r122503 | burnus | 2007-03-03 02:43:25 -0800 (Sat, 03 Mar 2007) | 18 lines
  
  2007-03-03  Paul Thomas  <pault@gcc.gnu.org>
  
  	* check.c (dim_rank_check): The shape of subsections of
  	assumed-size arrays is known.
  
  2007-03-03  Paul Thomas  <pault@gcc.gnu.org>
  
  	* gfortran.dg/size_dim.f90: New test.
  
  --         Diese und die folgenden Zeilen werden ignoriert --
  
  M    gcc/testsuite/ChangeLog
  A    gcc/testsuite/gfortran.dg/size_dim.f90
  M    gcc/fortran/ChangeLog
  M    gcc/fortran/check.c
........
  r122504 | bkoz | 2007-03-03 02:52:24 -0800 (Sat, 03 Mar 2007) | 7 lines
  
  2007-03-03  Benjamin Kosnik  <bkoz@redhat.com>
  
  	* crossconfig.m4 (djgpp): Correct builtin defines to HAVE___,
  	instead of HAVE____.
  	* configure: Regenerate.
........
  r122505 | manu | 2007-03-03 07:32:13 -0800 (Sat, 03 Mar 2007) | 15 lines
  
  2007-03-03  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
  
  	* parser.c (struct cp_parser): New IN_IF_STMT.
  	(cp_parser_statement_seq_opt): Handle an unexpected 'else',
  	returning if parsing the body of an 'if' statement or issuing an
  	error and continuing.
  	(cp_parser_selection_statement): Set IN_IF_STMT bit when parsing
  	body of 'if'.
  	(cp_parser_jump_statement): Mask new IN_IF_STMT bit.
  	
  testsuite/
  	* g++.dg/parse/else.C: New.
  	* g++.dg/parse/else-2.C: New.
........
  r122506 | bkoz | 2007-03-03 08:06:59 -0800 (Sat, 03 Mar 2007) | 8 lines
  
  2007-03-03  Benjamin Kosnik  <bkoz@redhat.com>
  
  	* include/debug/functions.h: Use cstddef.
  	
  	* testsuite/tr1/3_function_objects/headers/functional/
  	using_namespace_std_tr1_placeholders.cc: Fix include.
........
  r122507 | fxcoudert | 2007-03-03 08:37:54 -0800 (Sat, 03 Mar 2007) | 7 lines
  
  
          * intrinsics/pack_generic.c (pack_internal): Add special checks
          for zero-sized arrays.
  
          * gfortran.dg/zero_sized_3.f90: New test.
........
  r122508 | ghazi | 2007-03-03 09:12:28 -0800 (Sat, 03 Mar 2007) | 8 lines
  
  	* c-pretty-print.c (pp_c_direct_abstract_declarator): Use
  	fold_build2.
  	* config/alpha/alpha.c (alpha_fold_builtin_zapnot,
  	alpha_fold_vector_minmax): Likewise.
  	* config/i386/i386.c (ix86_gimplify_va_arg): Likewise.
  	* config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
........
  r122509 | ghazi | 2007-03-03 09:18:17 -0800 (Sat, 03 Mar 2007) | 4 lines
  
  	* builtins.def (ATTR_MATHFN_FPROUNDING): Rely on
  	flag_rounding_math, not flag_unsafe_math_optimizations.
........
  r122510 | burnus | 2007-03-03 09:41:54 -0800 (Sat, 03 Mar 2007) | 6 lines
  
  2007-03-03  Tobias Burnus  <burnus@net-b.de>
  
         * gfortran.dg/c_by_val.c: Use int64_t instead of long
         to be more compatible with integer(kind=8).
........
  r122511 | schwab | 2007-03-03 11:23:06 -0800 (Sat, 03 Mar 2007) | 3 lines
  
  	* configure.ac (HAVE_AS_REL16): Move test back to correct place.
  	* configure: Regenerate.
........
  r122513 | paolo | 2007-03-03 11:36:20 -0800 (Sat, 03 Mar 2007) | 11 lines
  
  2007-03-03  Paolo Carlini  <pcarlini@suse.de>
  
  	* include/bits/istream.tcc: Inhibit implicit instantiation of
  	the _M_insert helpers.
  	* include/bits/ostream.tcc: Likewise for _M_extract.
  	* testsuite/27_io/basic_ostream/inserters_arithmetic/char/
  	31031.cc: New.
  	* testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/
  	31031.cc: Likewise.
........
  r122516 | gccadmin | 2007-03-03 16:17:10 -0800 (Sat, 03 Mar 2007) | 1 line
  
  Daily bump.
........
  r122520 | zippel | 2007-03-03 16:56:51 -0800 (Sat, 03 Mar 2007) | 7 lines
  
  	* emit-rtl.c (find_auto_inc): New.
  	(try_split): recreate REG_INC notes,
  	Use regular for loops rather than whiles.
  
  	* gcc.target/m68k/m68k.exp: New.
  	* gcc.target/m68k/crash1.c: New.
........
  r122521 | zippel | 2007-03-03 16:58:06 -0800 (Sat, 03 Mar 2007) | 3 lines
  
  	* gcc.target/m68k/m68k.exp: New.
  	* gcc.target/m68k/crash1.c: New.
........
  r122522 | tkoenig | 2007-03-04 00:03:34 -0800 (Sun, 04 Mar 2007) | 44 lines
  
  2007-03-04  Thomas Koenig  <Thomas.Koenig@online.de>
  
  	* m4/pow_m4: Use appropriate unsigned int type for u.
  	* generated/pow_c10_i16.c: Regenerated.
  	* generated/pow_c10_i4.c: Regenerated.
  	* generated/pow_c10_i8.c: Regenerated.
  	* generated/pow_c16_i16.c: Regenerated.
  	* generated/pow_c16_i4.c: Regenerated.
  	* generated/pow_c16_i8.c: Regenerated.
  	* generated/pow_c4_i16.c: Regenerated.
  	* generated/pow_c4_i4.c: Regenerated.
  	* generated/pow_c4_i8.c: Regenerated.
  	* generated/pow_c8_i16.c: Regenerated.
  	* generated/pow_c8_i4.c: Regenerated.
  	* generated/pow_c8_i8.c: Regenerated.
  	* generated/pow_i16_i16.c: Regenerated.
  	* generated/pow_i16_i4.c: Regenerated.
  	* generated/pow_i16_i8.c: Regenerated.
  	* generated/pow_i4_i16.c: Regenerated.
  	* generated/pow_i4_i4.c: Regenerated.
  	* generated/pow_i4_i8.c: Regenerated.
  	* generated/pow_i8_i16.c: Regenerated.
  	* generated/pow_i8_i4.c: Regenerated.
  	* generated/pow_i8_i8.c: Regenerated.
  	* generated/pow_r10_i16.c: Regenerated.
  	* generated/pow_r10_i4.c: Regenerated.
  	* generated/pow_r10_i8.c: Regenerated.
  	* generated/pow_r16_i16.c: Regenerated.
  	* generated/pow_r16_i4.c: Regenerated.
  	* generated/pow_r16_i8.c: Regenerated.
  	* generated/pow_r4_i16.c: Regenerated.
  	* generated/pow_r4_i4.c: Regenerated.
  	* generated/pow_r4_i8.c: Regenerated.
  	* generated/pow_r8_i16.c: Regenerated.
  	* generated/pow_r8_i4.c: Regenerated.
  	* generated/pow_r8_i8.c: Regenerated.
  	
  2007-03-04  Thomas Koenig  <Thomas.Koenig@online.de>
  
  	* gfortran.dg/integer_exponentiation_1.f90:  New test.
........
  r122523 | fxcoudert | 2007-03-04 00:10:25 -0800 (Sun, 04 Mar 2007) | 7 lines
  
  
  	* config/rs6000/rs6000.c (rs6000_function_value): Look at bit size
  	instead of precision.
  
  	* gfortran.dg/logical_3.f90: New test.
........
  r122525 | tbm | 2007-03-04 04:57:13 -0800 (Sun, 04 Mar 2007) | 2 lines
  
  Remove spurious whitespace from error message.
........
  r122528 | rakdver | 2007-03-04 08:23:31 -0800 (Sun, 04 Mar 2007) | 4 lines
  
  	* tree-ssa-address.c (create_mem_ref): Do not put an expression
  	containing a cast to the base of TARGET_MEM_REF.
........
  r122529 | rakdver | 2007-03-04 08:34:31 -0800 (Sun, 04 Mar 2007) | 8 lines
  
  Add missing changelog entry:
  
  	* config/i386/driver-i386.c (describe_cache, detect_caches_amd,
  	decode_caches_intel, detect_caches_intel): New functions.
  	(host_detect_local_cpu): Use detect_caches_amd and
  	detect_caches_intel.
........
  r122530 | burnus | 2007-03-04 10:44:24 -0800 (Sun, 04 Mar 2007) | 5 lines
  
  2007-03-04  Tobias Burnus  <burnus@net-b.de>
  
         * gfortran.dg/c_by_val.c: Use _Complex instead of a struct.
........
  r122531 | sayle | 2007-03-04 11:03:13 -0800 (Sun, 04 Mar 2007) | 8 lines
  
  
  	* fold-const.c (fold_comparison): Enforce type consistency when
  	transforming ~X op ~Y to Y op X, and ~X op C to X op' ~C.
  
  	* gcc.dg/pr30744-1.c: New test case.
........
  r122532 | simartin | 2007-03-04 11:50:54 -0800 (Sun, 04 Mar 2007) | 5 lines
  
  2007-03-04  Simon Martin  <simartin@users.sourceforge.net>
  
  	* tree.c (cp_tree_equal): Properly handle COMPLEX_CST trees.
........
  r122533 | bkoz | 2007-03-04 14:59:49 -0800 (Sun, 04 Mar 2007) | 222 lines
  
  2007-03-04  Benjamin Kosnik  <bkoz@redhat.com>
  
  	* acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global.
  	* configure.host (c_model): Set default to c_global.
  	* configure: Regenerate.
  	* include/Makefile.am (c_compatibility_headers_extra): Make
  	conditional on GLIBCXX_C_HEADERS_COMPATIBILITY.
  	(c_base_headers_extra): Make conditional on GLIBCXX_C_HEADERS_EXTRA.
  	(c_compatibility_headers): Make conditional on c/c_std/c_global.
  	* include/Makefile.in: Regenerate.
  	* docs/html/configopts.html: Add c_global information to
  	--enable-cheaders. Eventually, "c_std" should mean "C" includes
  	that are in namespace std, with optional C++ "C" compatibility
  	includes to inject into global scope. And "c_global" should mean
  	"C" includes that are in the global namespace, with C++ includes
  	injecting into namespace std and no C++ "C" compatibility
  	includes.
   
  2007-03-04  Benjamin Kosnik  <bkoz@redhat.com>
  
  	* include/bits/c++config: Add _GLIBCXX_NAMEPACE_C.
  	Add _GLIBCXX_NAMESPACE_ASSOCIATION_CXX200x.
  	Add _GLIBCXX_TR1 as namespace macro.
  	Add namespace associations for std::__cxx200x conditionally.
  
  	* include/c_compatibility/assert.h: Correct doxygen markup,
  	conditionalize the global injections on _GLIBCXX_NAMESPACE_C.
  	* include/c_compatibility/ctype.h: Same.
  	* include/c_compatibility/errno.h: Same.
  	* include/c_compatibility/float.h: Same.
  	* include/c_compatibility/iso646.h: Same.
  	* include/c_compatibility/limits.h: Same.
  	* include/c_compatibility/locale.h: Same.
  	* include/c_compatibility/math.h: Same.
  	* include/c_compatibility/setjmp.h: Same.
  	* include/c_compatibility/signal.h: Same.
  	* include/c_compatibility/stdarg.h: Same.
  	* include/c_compatibility/stddef.h: Same.
  	* include/c_compatibility/stdio.h: Same.
  	* include/c_compatibility/stdlib.h: Same.
  	* include/c_compatibility/string.h: Same.
  	* include/c_compatibility/time.h: Same.
  	* include/c_compatibility/wchar.h: Same.
  	* include/c_compatibility/wctype.h: Same.
  
  	* include/c_compatibility/complex.h: Add.
  	* include/c_compatibility/fenv.h: Same.
  	* include/c_compatibility/inttypes.h: Same.
  	* include/c_compatibility/stdbool.h: Same.
  	* include/c_compatibility/stdint.h: Same.
  	* include/c_compatibility/tgmath.h: Same.
  
  	* include/c_global/cassert: Add, use include_next, use C++0x features
  	if -std=c++0x.
  	* include/c_global/cctype: Same.
  	* include/c_global/cerrno: Same.
  	* include/c_global/cfloat: Same.
  	* include/c_global/ciso646: Same.
  	* include/c_global/climits: Same.
  	* include/c_global/clocale: Same.
  	* include/c_global/cmath: Same.
  	* include/c_global/cmath.tcc: Same.
  	* include/c_global/csetjmp: Same.
  	* include/c_global/csignal: Same.
  	* include/c_global/cstdarg: Same.
  	* include/c_global/cstddef: Same.
  	* include/c_global/cstdio: Same.
  	* include/c_global/cstdlib: Same.
  	* include/c_global/cstring: Same.
  	* include/c_global/ctime: Same.
  	* include/c_global/cwchar: Same.
  	* include/c_global/cwctype: Same.
  
  	* include/c_global/ccomplex: Add.
  	* include/c_global/cfenv: Add.
  	* include/c_global/cinttypes: Add. 
  	* include/c_global/cstdbool: Add.
  	* include/c_global/cstdint: Add.
  	* include/c_global/ctgmath: Add.
  
  	* include/std/algorithm: Use C++0x features if -std=c++0x.	
  	* include/std/bitset: Same.
  	* include/std/complex: Same.
  	* include/std/deque: Same.
  	* include/std/fstream: Same.
  	* include/std/functional: Same.
  	* include/std/iomanip: Same.
  	* include/std/ios: Same.
  	* include/std/iosfwd: Same.
  	* include/std/iostream: Same.
  	* include/std/istream: Same.
  	* include/std/iterator: Same.
  	* include/std/limits: Same.
  	* include/std/list: Same.
  	* include/std/locale: Same.
  	* include/std/map: Same.
  	* include/std/memory: Same.
  	* include/std/numeric: Same.
  	* include/std/ostream: Same.
  	* include/std/queue: Same.
  	* include/std/set: Same.
  	* include/std/sstream: Same.
  	* include/std/stack: Same.
  	* include/std/stdexcept: Same.
  	* include/std/streambuf: Same.
  	* include/std/string: Same.
  	* include/std/utility: Same.
  	* include/std/valarray: Same.
  	* include/std/vector: Same.
  
  	* include/std/array: Add.
  	* include/std/random: Add.
  	* include/std/regex: Add.
  	* include/std/tuple: Add.
  	* include/std/type_traits: Add.
  	* include/std/unordered_map: Add.
  	* include/std/unordered_set: Add.
  	* include/std/c++0x_warning.h: Add.
  	
  	* include/tr1/array: Switch namespaces based on _GLIBCXX_TR1.
  	* include/tr1/boost_shared_ptr.h: Same.
  	* include/tr1/cctype: Same.
  	* include/tr1/cfenv: Same.
  	* include/tr1/cinttypes: Same.
  	* include/tr1/cmath: Same.
  	* include/tr1/common.h: Same.
  	* include/tr1/complex: Same.
  	* include/tr1/cstdint: Same.
  	* include/tr1/cstdio: Same.
  	* include/tr1/cstdlib: Same.
  	* include/tr1/cwchar: Same.
  	* include/tr1/cwctype: Same.
  	* include/tr1/functional: Same.
  	* include/tr1/functional_hash.h: Same.
  	* include/tr1/functional_iterate.h: Same.
  	* include/tr1/hashtable: Same.
  	* include/tr1/hashtable_policy.h: Same.
  	* include/tr1/math.h: Same.
  	* include/tr1/memory: Same.
  	* include/tr1/random: Same.
  	* include/tr1/random.tcc: Same.
  	* include/tr1/ref_fwd.h: Same.
  	* include/tr1/repeat.h: Same.
  	* include/tr1/stdlib.h: Same.
  	* include/tr1/tuple: Same.
  	* include/tr1/tuple_iterate.h: Same.
  	* include/tr1/type_traits: Same.
  	* include/tr1/type_traits_fwd.h: Same.
  	* include/tr1/unordered_map: Same.
  	* include/tr1/unordered_set: Same.
  	* include/tr1/utility: Same.
  
  	* include/tr1/ccomplex: Add.
  	* include/tr1/complex.h: Add.
  	* include/tr1/regex: Add.
  
  	* include/Makefile.am: Add C++0x headers, "C" compatibility headers.
  	* include/Makefile.in: Regenerate.
  
  	* testsuite/tr1/headers.cc: Add in regex/complex.
  
  	* testsuite/17_intro/headers/c++200x/all.cc: New.
  	* testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc: Same.
  	* testsuite/17_intro/using_namespace_std_tr1_neg.cc: Same.
  	* testsuite/18_support/headers/cstdbool/std_c++0x_neg.cc: Same.
  	* testsuite/18_support/headers/cstdint/std_c++0x_neg.cc: Same.
  	* testsuite/18_support/headers/cstdint/types_std_c++0x.cc: Same.
  	* testsuite/20_util/enable_shared_from_this/requirements/
  	explicit_instantiation.cc: Same.
  	* testsuite/20_util/headers/functional/types_std_c++0x.cc: Same.
  	* testsuite/20_util/headers/functional/
  	using_namespace_std_placeholders.cc: Same.
  	* testsuite/20_util/headers/memory/types_std_c++0x.cc: Same.
  	* testsuite/20_util/headers/type_traits/std_c++0x_neg.cc: Same.
  	* testsuite/20_util/headers/type_traits/types_std_c++0x.cc: Same.
  	* testsuite/20_util/shared_ptr/requirements/
  	explicit_instantiation.cc: Same.
  	* testsuite/20_util/weak_ptr/requirements/
  	explicit_instantiation.cc: Same.
  	* testsuite/23_containers/array/requirements/
  	explicit_instantiation.cc: Same.
  	* testsuite/23_containers/hash/requirements/
  	explicit_instantiation.cc: Same.
  	* testsuite/23_containers/headers/array/std_c++0x_neg.cc: Same.
  	* testsuite/23_containers/headers/tuple/std_c++0x_neg.cc: Same.
  	* testsuite/23_containers/headers/tuple/types_std_c++0x.cc: Same.
  	* testsuite/23_containers/headers/unordered_map/std_c++0x_neg.cc: Same.
  	* testsuite/23_containers/headers/unordered_set/std_c++0x_neg.cc: Same.
  	* testsuite/23_containers/tuple/requirements/
  	explicit_instantiation.cc: Same.
  	* testsuite/23_containers/unordered_map/requirements/
  	explicit_instantiation.cc: Same.
  	* testsuite/23_containers/unordered_multimap/requirements/
  	explicit_instantiation.cc: Same.
  	* testsuite/23_containers/unordered_multiset/requirements/
  	explicit_instantiation.cc: Same.
  	* testsuite/23_containers/unordered_set/requirements/
  	explicit_instantiation.cc: Same.
  	* testsuite/26_numerics/headers/ccomplex/std_c++0x_neg.cc: Same.
  	* testsuite/26_numerics/headers/cfenv/std_c++0x_neg.cc: Same.
  	* testsuite/26_numerics/headers/cfenv/types_std_c++0x.cc: Same.
  	* testsuite/26_numerics/headers/cmath/types_std_c++0x.cc: Same.
  	* testsuite/26_numerics/headers/cstdlib/types_std_c++0x.cc: Same.
  	* testsuite/26_numerics/headers/ctgmath/std_c++0x_neg.cc: Same.
  	* testsuite/26_numerics/headers/random/std_c++0x_neg.cc: Same.
  	* testsuite/26_numerics/headers/random/types_std_c++0x.cc: Same.
  	* testsuite/27_io/headers/cinttypes/std_c++0x_neg.cc: Same.
  	* testsuite/27_io/headers/cinttypes/types_std_c++0x.cc: Same.
  	* testsuite/28_regex/headers/regex/std_c++0x_neg.cc: Same.
  
  	* testsuite/tr1/8_c_compatibility/cfenv/types.cc: Rename ...
  	* testsuite/tr1/8_c_compatibility/cinttypes/types.cc: Same.
  	* testsuite/tr1/8_c_compatibility/cmath/types.cc: Same.
  	* testsuite/tr1/8_c_compatibility/cstdint/types.cc: Same.
  	* testsuite/tr1/8_c_compatibility/cstdlib/types.cc: Same.
  	* testsuite/tr1/8_c_compatibility/cfenv/types_std_tr1.cc: ...to this.
  	* testsuite/tr1/8_c_compatibility/cinttypes/types_std_tr1.cc: Same.
  	* testsuite/tr1/8_c_compatibility/cmath/types_std_tr1.cc: Same.
  	* testsuite/tr1/8_c_compatibility/cstdint/types_std_tr1.cc: Same.
  	* testsuite/tr1/8_c_compatibility/cstdlib/types_std_tr1.cc: Same.
........
  r122534 | manu | 2007-03-04 15:29:41 -0800 (Sun, 04 Mar 2007) | 10 lines
  
  2007-03-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
  
  	* c-common.c (convert_and_check): Don't give warnings for
  	conversion if 'expr' already overflowed.
  
  testsuite/
  	* gcc.dg/multiple-overflow-warn-3.c: New.
  	* g++.dg/warn/multiple-overflow-warn-3.C: New.
........
  r122537 | gccadmin | 2007-03-04 16:17:09 -0800 (Sun, 04 Mar 2007) | 1 line
  
  Daily bump.
........
  r122539 | paolo | 2007-03-04 17:45:14 -0800 (Sun, 04 Mar 2007) | 5 lines
  
  2007-03-04  Paolo Carlini  <pcarlini@suse.de>
  
  	* testsuite/27_io/basic_ostream/inserters_arithmetic/
  	char/31031.cc: Include the right header.
........
  r122541 | reichelt | 2007-03-05 00:26:23 -0800 (Mon, 05 Mar 2007) | 7 lines
  
  	* typeck2.c (readonly_error): Always emit a hard error.
  	Remove last argument.
  	* cp-tree.h (readonly_error): Adjust prototype.
  	* semantics.c (finish_asm_stmt): Adjust call to readonly_error.
  	* typeck.c (build_unary_op): Likewise.
  	(build_modify_expr): Likewise.
........
  r122543 | victork | 2007-03-05 01:28:23 -0800 (Mon, 05 Mar 2007) | 7 lines
  
  2007-03-05  Revital Eres  <eres@il.ibm.com>
  
        * gcc.dg/var-expand1.c: New test.
        * loop-unroll.c (analyze_insn_to_expand_var): Add dump info
        when an accumulator is expanded.
........
  r122544 | rguenth | 2007-03-05 02:57:09 -0800 (Mon, 05 Mar 2007) | 9 lines
  
  2007-03-05  Richard Guenther  <rguenther@suse.de>
  	Dorit Nuzman  <dorit@il.ibm.com>
  
  	* tree-vectorizer.c (vectorize_loops): Bail out early if there
  	are no loops in the function.  Only print the number of
  	vectorized loops if it is greater than zero or we are supposed
  	to print information about unvectorized loops.
........
  r122545 | aph | 2007-03-05 03:33:46 -0800 (Mon, 05 Mar 2007) | 6 lines
  
  2007-03-03  Andrew Haley  <aph@redhat.com>
  
          * java/lang/natClass.cc (parseAnnotationElement): Correct long
          annotations to read JV_CONSTANT_Long, not JV_CONSTANT_Double.
........
  r122550 | tromey | 2007-03-05 06:29:47 -0800 (Mon, 05 Mar 2007) | 1 line
  
  Updating header files.  Earlier change here seems to have been in error.
........
  r122551 | rguenth | 2007-03-05 06:49:02 -0800 (Mon, 05 Mar 2007) | 5 lines
  
  2007-03-05  Richard Guenther  <rguenther@suse.de>
  
  	* fold-const.c (fold_binary): Remove duplicate folding
  	of comparison of non-null ADDR_EXPR against null.
........
  r122552 | bernds | 2007-03-05 06:55:37 -0800 (Mon, 05 Mar 2007) | 15 lines
  
  libgcc/:
  	* config.host (bfin*-linux-uclibc*): Set extra_parts.
  gcc/:
  	* config.gcc (bfin*-uclinux*): Use t-bfin-uclinux.
  	(bfin*-linux-uclibc*): New configuration.
  	* config/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefined before
  	defining.
  	* config/bfin/linux.h: New file.
  	* config/bfin/libgcc-bfin.ver: New file.
  	* config/bfin/t-bfin-uclinux: New file.
  	* config/bfin/t-bfin-linux: New file.
  	* config/bfin/uclinux.h (LINUX_TARGET_OS_CPP_BUILTINS): New macro.
  	(TARGET_OS_CPP_BUILTINS): New macro.
........
  r122553 | tromey | 2007-03-05 07:57:13 -0800 (Mon, 05 Mar 2007) | 23 lines
  
  	* sources.am, Makefile.in: Rebuilt.
  	* scripts/makemake.tcl (emit_package_rule): Don't omit
  	VMProcess.java.
  	* Makefile.am (nat_source_files): Added natVMProcess.cc.
  	(inner_nat_headers): Added ImmediateEOFInputStream.h.
  	* gcj/javaprims.h: Regenerated.
  	* java/lang/System.java (EnvironmentMap): Now package-private.
  	(EnvironmentMap(Map)): New constructor.
  	(EnvironmentMap.put): New method.
  	* java/lang/natWin32Process.cc (startProcess): Update.
  	* java/lang/Win32Process.java (Win32Process): Added 'redirect'
  	argument.
  	(startProcess): Likewise.
  	* java/lang/EcosProcess.java (EcosProcess): Added 'redirect'
  	argument.
  	* java/lang/natPosixProcess.cc (nativeSpawn): Handle redirection.
  	* java/lang/PosixProcess.java (redirect): New field.
  	(PosixProcess): Added 'redirect' argument.
  	* java/lang/natRuntime.cc (execInternal): Added 'redirect'
  	argument to Process creation.
  	* java/lang/natVMProcess.cc: New file.
  	* java/lang/ProcessBuilder.java: Removed.
  	* java/lang/VMProcess.java: New file.
........
  r122554 | aph | 2007-03-05 08:06:27 -0800 (Mon, 05 Mar 2007) | 14 lines
  
  2007-03-05  Andrew Haley  <aph@redhat.com>
  
  	* java/lang/reflect/natVMProxy.cc (ncode_closure.meth): Delete.
  	(generateProxyClass): Don't pass method to ncode.
  	(run_proxy): Call _Jv_GetReflectedMethod to find the proxy method.
  	* java/lang/reflect/Method.h: Rebuild.
  	* java/lang/reflect/Method.java (internalGetParameterTypes,
  	internalGetExceptionTypes): New methods.
  	* headers.txt (class java/lang/reflect/Method): Declare
  	_Jv_GetReflectedMethod.  Be its friend.
  	* java/lang/natClass.cc (_Jv_GetReflectedMethod): New method.
  	* java/lang/Class.h: Declare it.  Be its friend.
........
  r122558 | rguenth | 2007-03-05 08:55:23 -0800 (Mon, 05 Mar 2007) | 5 lines
  
  2007-03-05  Richard Guenther  <rguenther@suse.de>
  
  	* gcc.dg/tree-ssa/pr23777.c: New testcase.
........
  r122559 | rguenth | 2007-03-05 09:03:14 -0800 (Mon, 05 Mar 2007) | 5 lines
  
  2007-03-05  Richard Guenther  <rguenther@suse.de>
  
  	* gcc.dg/tree-ssa/vrp33.c: New testcase.
........
  r122560 | tromey | 2007-03-05 09:27:44 -0800 (Mon, 05 Mar 2007) | 10 lines
  
  2007-03-05  Mark Wielaard  <mark@klomp.org>
  
  	* java/lang/Character.java: Re-merged with Classpath.
  	* java/lang/natString.cc (nativeCompareTo): Renamed from
  	compareTo.
  	* java/lang/StringBuilder.java: Re-merged with Classpath.
  	* java/lang/String.java: Re-merged with Classpath.
  	(nativeCompareTo): Renamed from compareTo.
  	* java/lang/StringBuffer.java: Re-merged with Classpath.
  	* jni.cc (_Jv_JNI_GetAnyMethodID): Split calls to append.
........
  r122562 | ian | 2007-03-05 10:01:00 -0800 (Mon, 05 Mar 2007) | 4 lines
  
  	* tree-vrp.c (extract_range_from_assert): Don't try to handle a
  	half-range if the other side is an overflow infinity.
........
  r122564 | doko | 2007-03-05 11:37:50 -0800 (Mon, 05 Mar 2007) | 5 lines
  
  2007-03-05  Matthias Klose  <doko@debian.org>
  
          * Makefile.am (gij_LDFLAGS): Use dbexecdir.
          * Makefile.in: Regnerate.
........
  r122565 | ian | 2007-03-05 11:45:20 -0800 (Mon, 05 Mar 2007) | 17 lines
  
  	* c.opt (fgnu89-inline): New option.
  	* c-opts.c (c_common_post_options): Set default value for
  	flag_gnu89_inline.
  	* c-decl.c (WANT_C99_INLINE_SEMANTICS): Remove.
  	(pop_scope): Check flag_gnu89_inline rather than flag_isoc99 for
  	inline functions.
  	(diagnose_mismatched_decls, merge_decls, start_decl): Likewise.
  	(grokdeclarator, start_function): Likewise.
  	* c-cppbuiltin.c (c_cpp_builtins): Define either
  	__GNUC_GNU_INLINE__ or __GNUC_STDC_INLINE__.
  	* doc/invoke.texi (Option Summary): Mention -fgnu89-inline.
  	(C Dialect Options): Document -fgnu89-inline.
  	* doc/extend.texi (Function Attributes): Explain what the
  	gnu_inline attribute does.
  	* doc/cpp.texi (Common Predefined Macros): Document
  	__GNUC_GNU_INLINE__ and __GNUC_STDC_INLINE__.
........
  r122566 | ian | 2007-03-05 11:48:39 -0800 (Mon, 05 Mar 2007) | 2 lines
  
  	* gcc.c-torture/compile/pr31034.c: New test.
........
  r122571 | mrs | 2007-03-05 12:15:52 -0800 (Mon, 05 Mar 2007) | 2 lines
  
  Undo deleting Matt, and update his address.
........
  r122573 | doko | 2007-03-05 12:24:50 -0800 (Mon, 05 Mar 2007) | 5 lines
  
  2007-03-05  Matthias Klose  <doko@ubuntu.com>
  
          * doc/Makefile.am(man_MANS): Add $(TOOLS_MANFILES).
          * doc/Makefile.in: Regenerate.
........
  r122576 | jsm28 | 2007-03-05 14:07:09 -0800 (Mon, 05 Mar 2007) | 4 lines
  
  	* testsuite/lib/libstdc++.exp (v3-build_support): Use [transform
  	"ar"] and [transform "ranlib"].
........
  r122580 | doko | 2007-03-05 15:23:18 -0800 (Mon, 05 Mar 2007) | 6 lines
  
  2007-03-02  Mario Torre  <neugens@limasoftware.net>
  
         committed for Petteri R<C3><83><C2><A4>ty <betelgeuse@gentoo.org>
         * configure.ac: fix broken build for gcj browser plugin
........
  r122581 | ghazi | 2007-03-05 15:30:04 -0800 (Mon, 05 Mar 2007) | 7 lines
  
  	* convert.c (convert_to_integer): Fix nearbyint/rint -> *lrint
  	conversion.
  
  testsuite:
  	* gcc.dg/torture/builtin-convert-4.c: New test.
........
  r122587 | gccadmin | 2007-03-05 16:17:04 -0800 (Mon, 05 Mar 2007) | 1 line
  
  Daily bump.
........
  r122590 | mrs | 2007-03-05 16:48:47 -0800 (Mon, 05 Mar 2007) | 21 lines
  
  	* c-common.c (targetcm): Add.   
  	* c-opts.c (c_common_handle_option): Handle language specific
  	target options.
  	* opts.c (handle_option): Verify language for target options, if
  	any are given.
  	* opth-gen.awk: Add CL_LANG_ALL.
  	* target-def.h (TARGET_HANDLE_C_OPTION): Add.
  	(TARGETCM_INITIALIZER): Add.
  	* target.h (struct gcc_targetcm): Add.
  	(targetcm): Add.
  	* targhooks.c (default_handle_c_option): Add.
  	* targhooks.h (default_handle_c_option): Add.
  	* doc/tm.texi (TARGET_HANDLE_C_OPTION): Add.
  
  	* config/darwin.opt (iframework): Add.
  	* config/darwin.h (TARGET_HAS_TARGETCM): Add.
  	* config/darwin-c.c (handle_c_option): Add.
  	(TARGET_HANDLE_C_OPTION): Add.
  	(targetcm): Add.
  	* doc/invoke.texi (Darwin Options): Add -iframework.
........

Added:
    branches/fixed-point/gcc/config/bfin/libgcc-bfin.ver
      - copied unchanged from r122590, trunk/gcc/config/bfin/libgcc-bfin.ver
    branches/fixed-point/gcc/config/bfin/linux.h
      - copied unchanged from r122590, trunk/gcc/config/bfin/linux.h
    branches/fixed-point/gcc/config/bfin/t-bfin-linux
      - copied unchanged from r122590, trunk/gcc/config/bfin/t-bfin-linux
    branches/fixed-point/gcc/config/bfin/t-bfin-uclinux
      - copied unchanged from r122590, trunk/gcc/config/bfin/t-bfin-uclinux
    branches/fixed-point/gcc/config/rs6000/dfp.md
      - copied unchanged from r122590, trunk/gcc/config/rs6000/dfp.md
    branches/fixed-point/gcc/testsuite/g++.dg/eh/simd-5.C
      - copied unchanged from r122590, trunk/gcc/testsuite/g++.dg/eh/simd-5.C
    branches/fixed-point/gcc/testsuite/g++.dg/inherit/covariant16.C
      - copied unchanged from r122590, trunk/gcc/testsuite/g++.dg/inherit/covariant16.C
    branches/fixed-point/gcc/testsuite/g++.dg/inherit/thunk7.C
      - copied unchanged from r122590, trunk/gcc/testsuite/g++.dg/inherit/thunk7.C
    branches/fixed-point/gcc/testsuite/g++.dg/other/darwin-minversion-1.C
      - copied unchanged from r122590, trunk/gcc/testsuite/g++.dg/other/darwin-minversion-1.C
    branches/fixed-point/gcc/testsuite/g++.dg/parse/else-2.C
      - copied unchanged from r122590, trunk/gcc/testsuite/g++.dg/parse/else-2.C
    branches/fixed-point/gcc/testsuite/g++.dg/parse/else.C
      - copied unchanged from r122590, trunk/gcc/testsuite/g++.dg/parse/else.C
    branches/fixed-point/gcc/testsuite/g++.dg/parse/template23.C
      - copied unchanged from r122590, trunk/gcc/testsuite/g++.dg/parse/template23.C
    branches/fixed-point/gcc/testsuite/g++.dg/warn/ignored_typedef.C
      - copied unchanged from r122590, trunk/gcc/testsuite/g++.dg/warn/ignored_typedef.C
    branches/fixed-point/gcc/testsuite/g++.dg/warn/multiple-overflow-warn-3.C
      - copied unchanged from r122590, trunk/gcc/testsuite/g++.dg/warn/multiple-overflow-warn-3.C
    branches/fixed-point/gcc/testsuite/gcc.c-torture/compile/pr31034.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.c-torture/compile/pr31034.c
    branches/fixed-point/gcc/testsuite/gcc.dg/inline-18.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.dg/inline-18.c
    branches/fixed-point/gcc/testsuite/gcc.dg/inline-19.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.dg/inline-19.c
    branches/fixed-point/gcc/testsuite/gcc.dg/inline-20.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.dg/inline-20.c
    branches/fixed-point/gcc/testsuite/gcc.dg/inline-21.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.dg/inline-21.c
    branches/fixed-point/gcc/testsuite/gcc.dg/multiple-overflow-warn-3.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.dg/multiple-overflow-warn-3.c
    branches/fixed-point/gcc/testsuite/gcc.dg/pr30744-1.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.dg/pr30744-1.c
    branches/fixed-point/gcc/testsuite/gcc.dg/torture/builtin-convert-4.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.dg/torture/builtin-convert-4.c
    branches/fixed-point/gcc/testsuite/gcc.dg/torture/pr30364-1.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.dg/torture/pr30364-1.c
    branches/fixed-point/gcc/testsuite/gcc.dg/torture/pr30364-2.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.dg/torture/pr30364-2.c
    branches/fixed-point/gcc/testsuite/gcc.dg/torture/pr30364-3.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.dg/torture/pr30364-3.c
    branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/20070302-1.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.dg/tree-ssa/20070302-1.c
    branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/pr23777.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr23777.c
    branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/prefetch-4.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.dg/tree-ssa/prefetch-4.c
    branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/vrp33.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp33.c
    branches/fixed-point/gcc/testsuite/gcc.dg/var-expand1.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.dg/var-expand1.c
    branches/fixed-point/gcc/testsuite/gcc.target/i386/pr30970.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.target/i386/pr30970.c
    branches/fixed-point/gcc/testsuite/gcc.target/m68k/
      - copied from r122590, trunk/gcc/testsuite/gcc.target/m68k/
    branches/fixed-point/gcc/testsuite/gcc.target/powerpc/spe-unwind-1.c
      - copied unchanged from r122590, trunk/gcc/testsuite/gcc.target/powerpc/spe-unwind-1.c
    branches/fixed-point/gcc/testsuite/gfortran.dg/c_by_val_4.f
      - copied unchanged from r122590, trunk/gcc/testsuite/gfortran.dg/c_by_val_4.f
    branches/fixed-point/gcc/testsuite/gfortran.dg/continuation_7.f90
      - copied unchanged from r122590, trunk/gcc/testsuite/gfortran.dg/continuation_7.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/entry_9.f90
      - copied unchanged from r122590, trunk/gcc/testsuite/gfortran.dg/entry_9.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/integer_exponentiation_1.f90
      - copied unchanged from r122590, trunk/gcc/testsuite/gfortran.dg/integer_exponentiation_1.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/logical_3.f90
      - copied unchanged from r122590, trunk/gcc/testsuite/gfortran.dg/logical_3.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/size_dim.f90
      - copied unchanged from r122590, trunk/gcc/testsuite/gfortran.dg/size_dim.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/zero_sized_3.f90
      - copied unchanged from r122590, trunk/gcc/testsuite/gfortran.dg/zero_sized_3.f90
    branches/fixed-point/libjava/classpath/lib/java/lang/Character$UnicodeBlock$NameType.class
      - copied unchanged from r122590, trunk/libjava/classpath/lib/java/lang/Character$UnicodeBlock$NameType.class
    branches/fixed-point/libjava/classpath/lib/java/lang/VMProcess.class
      - copied unchanged from r122590, trunk/libjava/classpath/lib/java/lang/VMProcess.class
    branches/fixed-point/libjava/java/lang/Character$UnicodeBlock$NameType.h
      - copied unchanged from r122590, trunk/libjava/java/lang/Character$UnicodeBlock$NameType.h
    branches/fixed-point/libjava/java/lang/VMProcess.h
      - copied unchanged from r122590, trunk/libjava/java/lang/VMProcess.h
    branches/fixed-point/libjava/java/lang/VMProcess.java
      - copied unchanged from r122590, trunk/libjava/java/lang/VMProcess.java
    branches/fixed-point/libjava/java/lang/natVMProcess.cc
      - copied unchanged from r122590, trunk/libjava/java/lang/natVMProcess.cc
    branches/fixed-point/libjava/sun/reflect/annotation/AnnotationInvocationHandler.java
      - copied unchanged from r122590, trunk/libjava/sun/reflect/annotation/AnnotationInvocationHandler.java
    branches/fixed-point/libstdc++-v3/include/c_compatibility/complex.h
      - copied unchanged from r122590, trunk/libstdc++-v3/include/c_compatibility/complex.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/fenv.h
      - copied unchanged from r122590, trunk/libstdc++-v3/include/c_compatibility/fenv.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/inttypes.h
      - copied unchanged from r122590, trunk/libstdc++-v3/include/c_compatibility/inttypes.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/stdbool.h
      - copied unchanged from r122590, trunk/libstdc++-v3/include/c_compatibility/stdbool.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/stdint.h
      - copied unchanged from r122590, trunk/libstdc++-v3/include/c_compatibility/stdint.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/tgmath.h
      - copied unchanged from r122590, trunk/libstdc++-v3/include/c_compatibility/tgmath.h
    branches/fixed-point/libstdc++-v3/include/c_global/
      - copied from r122590, trunk/libstdc++-v3/include/c_global/
    branches/fixed-point/libstdc++-v3/include/std/array
      - copied unchanged from r122590, trunk/libstdc++-v3/include/std/array
    branches/fixed-point/libstdc++-v3/include/std/c++0x_warning.h
      - copied unchanged from r122590, trunk/libstdc++-v3/include/std/c++0x_warning.h
    branches/fixed-point/libstdc++-v3/include/std/random
      - copied unchanged from r122590, trunk/libstdc++-v3/include/std/random
    branches/fixed-point/libstdc++-v3/include/std/regex
      - copied unchanged from r122590, trunk/libstdc++-v3/include/std/regex
    branches/fixed-point/libstdc++-v3/include/std/tuple
      - copied unchanged from r122590, trunk/libstdc++-v3/include/std/tuple
    branches/fixed-point/libstdc++-v3/include/std/type_traits
      - copied unchanged from r122590, trunk/libstdc++-v3/include/std/type_traits
    branches/fixed-point/libstdc++-v3/include/std/unordered_map
      - copied unchanged from r122590, trunk/libstdc++-v3/include/std/unordered_map
    branches/fixed-point/libstdc++-v3/include/std/unordered_set
      - copied unchanged from r122590, trunk/libstdc++-v3/include/std/unordered_set
    branches/fixed-point/libstdc++-v3/include/tr1/ccomplex
      - copied unchanged from r122590, trunk/libstdc++-v3/include/tr1/ccomplex
    branches/fixed-point/libstdc++-v3/include/tr1/complex.h
      - copied unchanged from r122590, trunk/libstdc++-v3/include/tr1/complex.h
    branches/fixed-point/libstdc++-v3/include/tr1/regex
      - copied unchanged from r122590, trunk/libstdc++-v3/include/tr1/regex
    branches/fixed-point/libstdc++-v3/src/strstream.cc
      - copied unchanged from r122590, trunk/libstdc++-v3/src/strstream.cc
    branches/fixed-point/libstdc++-v3/testsuite/17_intro/headers/c++200x/
      - copied from r122590, trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/
    branches/fixed-point/libstdc++-v3/testsuite/17_intro/using_namespace_std_tr1_neg.cc
      - copied unchanged from r122590, trunk/libstdc++-v3/testsuite/17_intro/using_namespace_std_tr1_neg.cc
    branches/fixed-point/libstdc++-v3/testsuite/18_support/headers/cstdbool/
      - copied from r122590, trunk/libstdc++-v3/testsuite/18_support/headers/cstdbool/
    branches/fixed-point/libstdc++-v3/testsuite/18_support/headers/cstdint/
      - copied from r122590, trunk/libstdc++-v3/testsuite/18_support/headers/cstdint/
    branches/fixed-point/libstdc++-v3/testsuite/20_util/enable_shared_from_this/
      - copied from r122590, trunk/libstdc++-v3/testsuite/20_util/enable_shared_from_this/
    branches/fixed-point/libstdc++-v3/testsuite/20_util/headers/functional/types_std_c++0x.cc
      - copied unchanged from r122590, trunk/libstdc++-v3/testsuite/20_util/headers/functional/types_std_c++0x.cc
    branches/fixed-point/libstdc++-v3/testsuite/20_util/headers/functional/using_namespace_std_placeholders.cc
      - copied unchanged from r122590, trunk/libstdc++-v3/testsuite/20_util/headers/functional/using_namespace_std_placeholders.cc
    branches/fixed-point/libstdc++-v3/testsuite/20_util/headers/memory/types_std_c++0x.cc
      - copied unchanged from r122590, trunk/libstdc++-v3/testsuite/20_util/headers/memory/types_std_c++0x.cc
    branches/fixed-point/libstdc++-v3/testsuite/20_util/headers/type_traits/
      - copied from r122590, trunk/libstdc++-v3/testsuite/20_util/headers/type_traits/
    branches/fixed-point/libstdc++-v3/testsuite/20_util/shared_ptr/
      - copied from r122590, trunk/libstdc++-v3/testsuite/20_util/shared_ptr/
    branches/fixed-point/libstdc++-v3/testsuite/20_util/weak_ptr/
      - copied from r122590, trunk/libstdc++-v3/testsuite/20_util/weak_ptr/
    branches/fixed-point/libstdc++-v3/testsuite/23_containers/array/
      - copied from r122590, trunk/libstdc++-v3/testsuite/23_containers/array/
    branches/fixed-point/libstdc++-v3/testsuite/23_containers/hash/
      - copied from r122590, trunk/libstdc++-v3/testsuite/23_containers/hash/
    branches/fixed-point/libstdc++-v3/testsuite/23_containers/headers/array/
      - copied from r122590, trunk/libstdc++-v3/testsuite/23_containers/headers/array/
    branches/fixed-point/libstdc++-v3/testsuite/23_containers/headers/tuple/
      - copied from r122590, trunk/libstdc++-v3/testsuite/23_containers/headers/tuple/
    branches/fixed-point/libstdc++-v3/testsuite/23_containers/headers/unordered_map/
      - copied from r122590, trunk/libstdc++-v3/testsuite/23_containers/headers/unordered_map/
    branches/fixed-point/libstdc++-v3/testsuite/23_containers/headers/unordered_set/
      - copied from r122590, trunk/libstdc++-v3/testsuite/23_containers/headers/unordered_set/
    branches/fixed-point/libstdc++-v3/testsuite/23_containers/tuple/
      - copied from r122590, trunk/libstdc++-v3/testsuite/23_containers/tuple/
    branches/fixed-point/libstdc++-v3/testsuite/23_containers/unordered_map/
      - copied from r122590, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/
    branches/fixed-point/libstdc++-v3/testsuite/23_containers/unordered_multimap/
      - copied from r122590, trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/
    branches/fixed-point/libstdc++-v3/testsuite/23_containers/unordered_multiset/
      - copied from r122590, trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/
    branches/fixed-point/libstdc++-v3/testsuite/23_containers/unordered_set/
      - copied from r122590, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/
    branches/fixed-point/libstdc++-v3/testsuite/26_numerics/headers/ccomplex/
      - copied from r122590, trunk/libstdc++-v3/testsuite/26_numerics/headers/ccomplex/
    branches/fixed-point/libstdc++-v3/testsuite/26_numerics/headers/cfenv/
      - copied from r122590, trunk/libstdc++-v3/testsuite/26_numerics/headers/cfenv/
    branches/fixed-point/libstdc++-v3/testsuite/26_numerics/headers/cmath/types_std_c++0x.cc
      - copied unchanged from r122590, trunk/libstdc++-v3/testsuite/26_numerics/headers/cmath/types_std_c++0x.cc
    branches/fixed-point/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/types_std_c++0x.cc
      - copied unchanged from r122590, trunk/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/types_std_c++0x.cc
    branches/fixed-point/libstdc++-v3/testsuite/26_numerics/headers/ctgmath/
      - copied from r122590, trunk/libstdc++-v3/testsuite/26_numerics/headers/ctgmath/
    branches/fixed-point/libstdc++-v3/testsuite/26_numerics/headers/random/
      - copied from r122590, trunk/libstdc++-v3/testsuite/26_numerics/headers/random/
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/31031.cc
      - copied unchanged from r122590, trunk/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/31031.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/31031.cc
      - copied unchanged from r122590, trunk/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/31031.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/headers/cinttypes/
      - copied from r122590, trunk/libstdc++-v3/testsuite/27_io/headers/cinttypes/
    branches/fixed-point/libstdc++-v3/testsuite/28_regex/
      - copied from r122590, trunk/libstdc++-v3/testsuite/28_regex/
    branches/fixed-point/libstdc++-v3/testsuite/tr1/8_c_compatibility/cfenv/types_std_tr1.cc
      - copied unchanged from r122590, trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/cfenv/types_std_tr1.cc
    branches/fixed-point/libstdc++-v3/testsuite/tr1/8_c_compatibility/cinttypes/types_std_tr1.cc
      - copied unchanged from r122590, trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/cinttypes/types_std_tr1.cc
    branches/fixed-point/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/types_std_tr1.cc
      - copied unchanged from r122590, trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/types_std_tr1.cc
    branches/fixed-point/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdint/types_std_tr1.cc
      - copied unchanged from r122590, trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdint/types_std_tr1.cc
    branches/fixed-point/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdlib/types_std_tr1.cc
      - copied unchanged from r122590, trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdlib/types_std_tr1.cc
Removed:
    branches/fixed-point/libjava/java/lang/ProcessBuilder.java
    branches/fixed-point/libstdc++-v3/testsuite/tr1/8_c_compatibility/cfenv/types.cc
    branches/fixed-point/libstdc++-v3/testsuite/tr1/8_c_compatibility/cinttypes/types.cc
    branches/fixed-point/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/types.cc
    branches/fixed-point/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdint/types.cc
    branches/fixed-point/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdlib/types.cc
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/boehm-gc/ChangeLog
    branches/fixed-point/boehm-gc/Makefile.am
    branches/fixed-point/boehm-gc/Makefile.in
    branches/fixed-point/configure
    branches/fixed-point/configure.ac
    branches/fixed-point/fixincludes/ChangeLog
    branches/fixed-point/fixincludes/Makefile.in
    branches/fixed-point/fixincludes/mkheaders.in
    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/Make-lang.in
    branches/fixed-point/gcc/builtins.c
    branches/fixed-point/gcc/builtins.def
    branches/fixed-point/gcc/c-common.c
    branches/fixed-point/gcc/c-common.h
    branches/fixed-point/gcc/c-cppbuiltin.c
    branches/fixed-point/gcc/c-decl.c
    branches/fixed-point/gcc/c-format.c
    branches/fixed-point/gcc/c-opts.c
    branches/fixed-point/gcc/c-pretty-print.c
    branches/fixed-point/gcc/c-typeck.c
    branches/fixed-point/gcc/c.opt
    branches/fixed-point/gcc/calls.c
    branches/fixed-point/gcc/combine.c
    branches/fixed-point/gcc/config.gcc
    branches/fixed-point/gcc/config/alpha/alpha.c
    branches/fixed-point/gcc/config/arm/arm-protos.h
    branches/fixed-point/gcc/config/arm/arm.c
    branches/fixed-point/gcc/config/arm/arm.h
    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/lib1funcs.asm
    branches/fixed-point/gcc/config/bfin/t-bfin-elf
    branches/fixed-point/gcc/config/bfin/uclinux.h
    branches/fixed-point/gcc/config/darwin-c.c
    branches/fixed-point/gcc/config/darwin-crt3.c
    branches/fixed-point/gcc/config/darwin.h
    branches/fixed-point/gcc/config/darwin.opt
    branches/fixed-point/gcc/config/dfp-bit.c
    branches/fixed-point/gcc/config/i386/driver-i386.c
    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/sse.md
    branches/fixed-point/gcc/config/linux.h
    branches/fixed-point/gcc/config/m68k/m68k-protos.h
    branches/fixed-point/gcc/config/m68k/m68k.c
    branches/fixed-point/gcc/config/m68k/m68k.h
    branches/fixed-point/gcc/config/m68k/m68k.md
    branches/fixed-point/gcc/config/m68k/uclinux.h
    branches/fixed-point/gcc/config/mips/mips.c
    branches/fixed-point/gcc/config/pa/pa.md
    branches/fixed-point/gcc/config/pa/predicates.md
    branches/fixed-point/gcc/config/rs6000/linux-unwind.h
    branches/fixed-point/gcc/config/rs6000/rs6000.c
    branches/fixed-point/gcc/config/rs6000/rs6000.md
    branches/fixed-point/gcc/config/sparc/sparc.c
    branches/fixed-point/gcc/config/t-vxworks
    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/Make-lang.in
    branches/fixed-point/gcc/cp/call.c
    branches/fixed-point/gcc/cp/class.c
    branches/fixed-point/gcc/cp/cp-gimplify.c
    branches/fixed-point/gcc/cp/cp-tree.h
    branches/fixed-point/gcc/cp/decl.c
    branches/fixed-point/gcc/cp/except.c
    branches/fixed-point/gcc/cp/g++spec.c
    branches/fixed-point/gcc/cp/init.c
    branches/fixed-point/gcc/cp/method.c
    branches/fixed-point/gcc/cp/parser.c
    branches/fixed-point/gcc/cp/rtti.c
    branches/fixed-point/gcc/cp/semantics.c
    branches/fixed-point/gcc/cp/tree.c
    branches/fixed-point/gcc/cp/typeck.c
    branches/fixed-point/gcc/cp/typeck2.c
    branches/fixed-point/gcc/cppdefault.c
    branches/fixed-point/gcc/doc/cpp.texi
    branches/fixed-point/gcc/doc/extend.texi
    branches/fixed-point/gcc/doc/invoke.texi
    branches/fixed-point/gcc/doc/tm.texi
    branches/fixed-point/gcc/dwarf2out.c
    branches/fixed-point/gcc/emit-rtl.c
    branches/fixed-point/gcc/expr.c
    branches/fixed-point/gcc/expr.h
    branches/fixed-point/gcc/fold-const.c
    branches/fixed-point/gcc/fortran/ChangeLog
    branches/fixed-point/gcc/fortran/Make-lang.in
    branches/fixed-point/gcc/fortran/check.c
    branches/fixed-point/gcc/fortran/decl.c
    branches/fixed-point/gcc/fortran/primary.c
    branches/fixed-point/gcc/fortran/resolve.c
    branches/fixed-point/gcc/fortran/trans-array.c
    branches/fixed-point/gcc/fortran/trans-expr.c
    branches/fixed-point/gcc/fortran/trans-intrinsic.c
    branches/fixed-point/gcc/function.c
    branches/fixed-point/gcc/gcc.c
    branches/fixed-point/gcc/java/ChangeLog
    branches/fixed-point/gcc/java/Make-lang.in
    branches/fixed-point/gcc/loop-unroll.c
    branches/fixed-point/gcc/objc/ChangeLog
    branches/fixed-point/gcc/objc/Make-lang.in
    branches/fixed-point/gcc/objcp/ChangeLog
    branches/fixed-point/gcc/objcp/Make-lang.in
    branches/fixed-point/gcc/opth-gen.awk
    branches/fixed-point/gcc/opts.c
    branches/fixed-point/gcc/predict.c
    branches/fixed-point/gcc/predict.def
    branches/fixed-point/gcc/rtl.h
    branches/fixed-point/gcc/rtlanal.c
    branches/fixed-point/gcc/target-def.h
    branches/fixed-point/gcc/target.h
    branches/fixed-point/gcc/targhooks.c
    branches/fixed-point/gcc/targhooks.h
    branches/fixed-point/gcc/testsuite/ChangeLog
    branches/fixed-point/gcc/testsuite/g++.dg/init/ctor8.C
    branches/fixed-point/gcc/testsuite/g++.dg/template/typedef2.C
    branches/fixed-point/gcc/testsuite/gcc.dg/torture/builtin-frexp-1.c
    branches/fixed-point/gcc/testsuite/gcc.dg/torture/builtin-logb-1.c
    branches/fixed-point/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c
    branches/fixed-point/gcc/testsuite/gfortran.dg/c_by_val.c
    branches/fixed-point/gcc/testsuite/gfortran.dg/c_by_val_1.f
    branches/fixed-point/gcc/testsuite/lib/target-supports.exp
    branches/fixed-point/gcc/tree-flow.h
    branches/fixed-point/gcc/tree-sra.c
    branches/fixed-point/gcc/tree-ssa-address.c
    branches/fixed-point/gcc/tree-ssa-loop-prefetch.c
    branches/fixed-point/gcc/tree-ssa-operands.c
    branches/fixed-point/gcc/tree-ssa-propagate.c
    branches/fixed-point/gcc/tree-ssa-structalias.c
    branches/fixed-point/gcc/tree-vectorizer.c
    branches/fixed-point/gcc/tree-vrp.c
    branches/fixed-point/gcc/tree.c
    branches/fixed-point/gcc/tree.h
    branches/fixed-point/gcc/treelang/ChangeLog
    branches/fixed-point/gcc/treelang/Make-lang.in
    branches/fixed-point/gnattools/ChangeLog
    branches/fixed-point/gnattools/Makefile.in
    branches/fixed-point/libada/ChangeLog
    branches/fixed-point/libada/Makefile.in
    branches/fixed-point/libcpp/ChangeLog
    branches/fixed-point/libcpp/Makefile.in
    branches/fixed-point/libdecnumber/ChangeLog
    branches/fixed-point/libdecnumber/Makefile.in
    branches/fixed-point/libffi/ChangeLog
    branches/fixed-point/libffi/Makefile.am
    branches/fixed-point/libffi/Makefile.in
    branches/fixed-point/libgcc/ChangeLog
    branches/fixed-point/libgcc/Makefile.in
    branches/fixed-point/libgcc/config.host
    branches/fixed-point/libgfortran/ChangeLog
    branches/fixed-point/libgfortran/Makefile.am
    branches/fixed-point/libgfortran/Makefile.in
    branches/fixed-point/libgfortran/generated/pow_c10_i16.c
    branches/fixed-point/libgfortran/generated/pow_c10_i4.c
    branches/fixed-point/libgfortran/generated/pow_c10_i8.c
    branches/fixed-point/libgfortran/generated/pow_c16_i16.c
    branches/fixed-point/libgfortran/generated/pow_c16_i4.c
    branches/fixed-point/libgfortran/generated/pow_c16_i8.c
    branches/fixed-point/libgfortran/generated/pow_c4_i16.c
    branches/fixed-point/libgfortran/generated/pow_c4_i4.c
    branches/fixed-point/libgfortran/generated/pow_c4_i8.c
    branches/fixed-point/libgfortran/generated/pow_c8_i16.c
    branches/fixed-point/libgfortran/generated/pow_c8_i4.c
    branches/fixed-point/libgfortran/generated/pow_c8_i8.c
    branches/fixed-point/libgfortran/generated/pow_i16_i16.c
    branches/fixed-point/libgfortran/generated/pow_i16_i4.c
    branches/fixed-point/libgfortran/generated/pow_i16_i8.c
    branches/fixed-point/libgfortran/generated/pow_i4_i16.c
    branches/fixed-point/libgfortran/generated/pow_i4_i4.c
    branches/fixed-point/libgfortran/generated/pow_i4_i8.c
    branches/fixed-point/libgfortran/generated/pow_i8_i16.c
    branches/fixed-point/libgfortran/generated/pow_i8_i4.c
    branches/fixed-point/libgfortran/generated/pow_i8_i8.c
    branches/fixed-point/libgfortran/generated/pow_r10_i16.c
    branches/fixed-point/libgfortran/generated/pow_r10_i4.c
    branches/fixed-point/libgfortran/generated/pow_r10_i8.c
    branches/fixed-point/libgfortran/generated/pow_r16_i16.c
    branches/fixed-point/libgfortran/generated/pow_r16_i4.c
    branches/fixed-point/libgfortran/generated/pow_r16_i8.c
    branches/fixed-point/libgfortran/generated/pow_r4_i16.c
    branches/fixed-point/libgfortran/generated/pow_r4_i4.c
    branches/fixed-point/libgfortran/generated/pow_r4_i8.c
    branches/fixed-point/libgfortran/generated/pow_r8_i16.c
    branches/fixed-point/libgfortran/generated/pow_r8_i4.c
    branches/fixed-point/libgfortran/generated/pow_r8_i8.c
    branches/fixed-point/libgfortran/intrinsics/pack_generic.c
    branches/fixed-point/libgfortran/m4/pow.m4
    branches/fixed-point/libgomp/ChangeLog
    branches/fixed-point/libgomp/Makefile.am
    branches/fixed-point/libgomp/Makefile.in
    branches/fixed-point/libiberty/ChangeLog
    branches/fixed-point/libiberty/Makefile.in
    branches/fixed-point/libiberty/testsuite/Makefile.in
    branches/fixed-point/libjava/ChangeLog
    branches/fixed-point/libjava/Makefile.am
    branches/fixed-point/libjava/Makefile.in
    branches/fixed-point/libjava/classpath/ChangeLog
    branches/fixed-point/libjava/classpath/ChangeLog.gcj
    branches/fixed-point/libjava/classpath/configure
    branches/fixed-point/libjava/classpath/configure.ac
    branches/fixed-point/libjava/classpath/doc/Makefile.am
    branches/fixed-point/libjava/classpath/doc/Makefile.in
    branches/fixed-point/libjava/classpath/lib/java/lang/Character$Subset.class
    branches/fixed-point/libjava/classpath/lib/java/lang/Character$UnicodeBlock.class
    branches/fixed-point/libjava/classpath/lib/java/lang/Character.class
    branches/fixed-point/libjava/classpath/lib/java/lang/EcosProcess.class
    branches/fixed-point/libjava/classpath/lib/java/lang/PosixProcess$EOFInputStream.class
    branches/fixed-point/libjava/classpath/lib/java/lang/PosixProcess.class
    branches/fixed-point/libjava/classpath/lib/java/lang/ProcessBuilder.class
    branches/fixed-point/libjava/classpath/lib/java/lang/String$CaseInsensitiveComparator.class
    branches/fixed-point/libjava/classpath/lib/java/lang/String.class
    branches/fixed-point/libjava/classpath/lib/java/lang/StringBuffer.class
    branches/fixed-point/libjava/classpath/lib/java/lang/StringBuilder.class
    branches/fixed-point/libjava/classpath/lib/java/lang/System$EnvironmentMap.class
    branches/fixed-point/libjava/classpath/lib/java/lang/System$EnvironmentSet.class
    branches/fixed-point/libjava/classpath/lib/java/lang/System.class
    branches/fixed-point/libjava/classpath/lib/java/lang/Win32Process.class
    branches/fixed-point/libjava/classpath/lib/java/lang/reflect/Method.class
    branches/fixed-point/libjava/classpath/lib/java/util/TimeZone.class
    branches/fixed-point/libjava/classpath/lib/sun/reflect/annotation/AnnotationInvocationHandler.class
    branches/fixed-point/libjava/gcj/Makefile.in
    branches/fixed-point/libjava/gcj/javaprims.h
    branches/fixed-point/libjava/gnu/awt/xlib/XEventLoop.h
    branches/fixed-point/libjava/gnu/java/awt/peer/gtk/GThreadMutex.h
    branches/fixed-point/libjava/gnu/java/rmi/server/ConnectionRunnerPool$ConnectionRunner.h
    branches/fixed-point/libjava/gnu/java/rmi/server/UnicastConnectionManager.h
    branches/fixed-point/libjava/headers.txt
    branches/fixed-point/libjava/include/Makefile.in
    branches/fixed-point/libjava/java/lang/Character$UnicodeBlock.h
    branches/fixed-point/libjava/java/lang/Character.h
    branches/fixed-point/libjava/java/lang/Character.java
    branches/fixed-point/libjava/java/lang/Class.h
    branches/fixed-point/libjava/java/lang/EcosProcess.h
    branches/fixed-point/libjava/java/lang/EcosProcess.java
    branches/fixed-point/libjava/java/lang/PosixProcess.h
    branches/fixed-point/libjava/java/lang/PosixProcess.java
    branches/fixed-point/libjava/java/lang/SecurityManager.h
    branches/fixed-point/libjava/java/lang/String$CaseInsensitiveComparator.h
    branches/fixed-point/libjava/java/lang/String.h
    branches/fixed-point/libjava/java/lang/String.java
    branches/fixed-point/libjava/java/lang/StringBuffer.h
    branches/fixed-point/libjava/java/lang/StringBuffer.java
    branches/fixed-point/libjava/java/lang/StringBuilder.h
    branches/fixed-point/libjava/java/lang/StringBuilder.java
    branches/fixed-point/libjava/java/lang/System$EnvironmentMap.h
    branches/fixed-point/libjava/java/lang/System.java
    branches/fixed-point/libjava/java/lang/Thread.h
    branches/fixed-point/libjava/java/lang/Win32Process.h
    branches/fixed-point/libjava/java/lang/Win32Process.java
    branches/fixed-point/libjava/java/lang/natClass.cc
    branches/fixed-point/libjava/java/lang/natPosixProcess.cc
    branches/fixed-point/libjava/java/lang/natRuntime.cc
    branches/fixed-point/libjava/java/lang/natString.cc
    branches/fixed-point/libjava/java/lang/natWin32Process.cc
    branches/fixed-point/libjava/java/lang/reflect/Method.h
    branches/fixed-point/libjava/java/lang/reflect/Method.java
    branches/fixed-point/libjava/java/lang/reflect/natVMProxy.cc
    branches/fixed-point/libjava/java/security/VMSecureRandom$Spinner.h
    branches/fixed-point/libjava/java/util/concurrent/ConcurrentHashMap$HashEntry.h
    branches/fixed-point/libjava/java/util/concurrent/ConcurrentHashMap$Segment.h
    branches/fixed-point/libjava/java/util/concurrent/ConcurrentLinkedQueue$Node.h
    branches/fixed-point/libjava/java/util/concurrent/ConcurrentLinkedQueue.h
    branches/fixed-point/libjava/java/util/concurrent/ConcurrentSkipListMap$Index.h
    branches/fixed-point/libjava/java/util/concurrent/ConcurrentSkipListMap$Node.h
    branches/fixed-point/libjava/java/util/concurrent/ConcurrentSkipListMap.h
    branches/fixed-point/libjava/java/util/concurrent/Exchanger$Node.h
    branches/fixed-point/libjava/java/util/concurrent/Exchanger.h
    branches/fixed-point/libjava/java/util/concurrent/FutureTask$Sync.h
    branches/fixed-point/libjava/java/util/concurrent/LinkedBlockingQueue$Node.h
    branches/fixed-point/libjava/java/util/concurrent/ScheduledThreadPoolExecutor.h
    branches/fixed-point/libjava/java/util/concurrent/SynchronousQueue$TransferQueue$QNode.h
    branches/fixed-point/libjava/java/util/concurrent/SynchronousQueue$TransferQueue.h
    branches/fixed-point/libjava/java/util/concurrent/SynchronousQueue$TransferStack$SNode.h
    branches/fixed-point/libjava/java/util/concurrent/SynchronousQueue$TransferStack.h
    branches/fixed-point/libjava/java/util/concurrent/SynchronousQueue.h
    branches/fixed-point/libjava/java/util/concurrent/ThreadPoolExecutor$Worker.h
    branches/fixed-point/libjava/java/util/concurrent/ThreadPoolExecutor.h
    branches/fixed-point/libjava/java/util/concurrent/atomic/AtomicBoolean.h
    branches/fixed-point/libjava/java/util/concurrent/atomic/AtomicInteger.h
    branches/fixed-point/libjava/java/util/concurrent/atomic/AtomicLong.h
    branches/fixed-point/libjava/java/util/concurrent/atomic/AtomicReference.h
    branches/fixed-point/libjava/java/util/concurrent/locks/AbstractQueuedLongSynchronizer$Node.h
    branches/fixed-point/libjava/java/util/concurrent/locks/AbstractQueuedLongSynchronizer.h
    branches/fixed-point/libjava/java/util/concurrent/locks/AbstractQueuedSynchronizer$Node.h
    branches/fixed-point/libjava/java/util/concurrent/locks/AbstractQueuedSynchronizer.h
    branches/fixed-point/libjava/java/util/logging/ErrorManager.h
    branches/fixed-point/libjava/javax/swing/plaf/basic/BasicSpinnerUI$2.h
    branches/fixed-point/libjava/javax/swing/plaf/basic/BasicSpinnerUI$4.h
    branches/fixed-point/libjava/jni.cc
    branches/fixed-point/libjava/scripts/makemake.tcl
    branches/fixed-point/libjava/sources.am
    branches/fixed-point/libjava/sun/reflect/annotation/AnnotationInvocationHandler.h
    branches/fixed-point/libjava/testsuite/Makefile.in
    branches/fixed-point/libmudflap/ChangeLog
    branches/fixed-point/libmudflap/Makefile.am
    branches/fixed-point/libmudflap/Makefile.in
    branches/fixed-point/libobjc/ChangeLog
    branches/fixed-point/libobjc/Makefile.in
    branches/fixed-point/libssp/ChangeLog
    branches/fixed-point/libssp/Makefile.am
    branches/fixed-point/libssp/Makefile.in
    branches/fixed-point/libstdc++-v3/ChangeLog
    branches/fixed-point/libstdc++-v3/Makefile.am
    branches/fixed-point/libstdc++-v3/Makefile.in
    branches/fixed-point/libstdc++-v3/acinclude.m4
    branches/fixed-point/libstdc++-v3/configure
    branches/fixed-point/libstdc++-v3/configure.host
    branches/fixed-point/libstdc++-v3/crossconfig.m4
    branches/fixed-point/libstdc++-v3/docs/html/configopts.html
    branches/fixed-point/libstdc++-v3/include/Makefile.am
    branches/fixed-point/libstdc++-v3/include/Makefile.in
    branches/fixed-point/libstdc++-v3/include/bits/c++config
    branches/fixed-point/libstdc++-v3/include/bits/char_traits.h
    branches/fixed-point/libstdc++-v3/include/bits/istream.tcc
    branches/fixed-point/libstdc++-v3/include/bits/locale_facets.h
    branches/fixed-point/libstdc++-v3/include/bits/localefwd.h
    branches/fixed-point/libstdc++-v3/include/bits/ostream.tcc
    branches/fixed-point/libstdc++-v3/include/bits/sstream.tcc
    branches/fixed-point/libstdc++-v3/include/bits/stl_algo.h
    branches/fixed-point/libstdc++-v3/include/bits/stl_algobase.h
    branches/fixed-point/libstdc++-v3/include/bits/stl_tree.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/assert.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/ctype.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/errno.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/float.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/iso646.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/limits.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/locale.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/math.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/setjmp.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/signal.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/stdarg.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/stddef.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/stdio.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/stdlib.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/string.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/time.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/wchar.h
    branches/fixed-point/libstdc++-v3/include/c_compatibility/wctype.h
    branches/fixed-point/libstdc++-v3/include/debug/functions.h
    branches/fixed-point/libstdc++-v3/include/ext/rope
    branches/fixed-point/libstdc++-v3/include/ext/type_traits.h
    branches/fixed-point/libstdc++-v3/include/std/algorithm
    branches/fixed-point/libstdc++-v3/include/std/bitset
    branches/fixed-point/libstdc++-v3/include/std/complex
    branches/fixed-point/libstdc++-v3/include/std/deque
    branches/fixed-point/libstdc++-v3/include/std/fstream
    branches/fixed-point/libstdc++-v3/include/std/functional
    branches/fixed-point/libstdc++-v3/include/std/iomanip
    branches/fixed-point/libstdc++-v3/include/std/ios
    branches/fixed-point/libstdc++-v3/include/std/iosfwd
    branches/fixed-point/libstdc++-v3/include/std/iostream
    branches/fixed-point/libstdc++-v3/include/std/istream
    branches/fixed-point/libstdc++-v3/include/std/iterator
    branches/fixed-point/libstdc++-v3/include/std/limits
    branches/fixed-point/libstdc++-v3/include/std/list
    branches/fixed-point/libstdc++-v3/include/std/locale
    branches/fixed-point/libstdc++-v3/include/std/map
    branches/fixed-point/libstdc++-v3/include/std/memory
    branches/fixed-point/libstdc++-v3/include/std/numeric
    branches/fixed-point/libstdc++-v3/include/std/ostream
    branches/fixed-point/libstdc++-v3/include/std/queue
    branches/fixed-point/libstdc++-v3/include/std/set
    branches/fixed-point/libstdc++-v3/include/std/sstream
    branches/fixed-point/libstdc++-v3/include/std/stack
    branches/fixed-point/libstdc++-v3/include/std/stdexcept
    branches/fixed-point/libstdc++-v3/include/std/streambuf
    branches/fixed-point/libstdc++-v3/include/std/string
    branches/fixed-point/libstdc++-v3/include/std/utility
    branches/fixed-point/libstdc++-v3/include/std/valarray
    branches/fixed-point/libstdc++-v3/include/std/vector
    branches/fixed-point/libstdc++-v3/include/tr1/array
    branches/fixed-point/libstdc++-v3/include/tr1/boost_shared_ptr.h
    branches/fixed-point/libstdc++-v3/include/tr1/cctype
    branches/fixed-point/libstdc++-v3/include/tr1/cfenv
    branches/fixed-point/libstdc++-v3/include/tr1/cinttypes
    branches/fixed-point/libstdc++-v3/include/tr1/cmath
    branches/fixed-point/libstdc++-v3/include/tr1/common.h
    branches/fixed-point/libstdc++-v3/include/tr1/complex
    branches/fixed-point/libstdc++-v3/include/tr1/cstdint
    branches/fixed-point/libstdc++-v3/include/tr1/cstdio
    branches/fixed-point/libstdc++-v3/include/tr1/cstdlib
    branches/fixed-point/libstdc++-v3/include/tr1/cwchar
    branches/fixed-point/libstdc++-v3/include/tr1/cwctype
    branches/fixed-point/libstdc++-v3/include/tr1/functional
    branches/fixed-point/libstdc++-v3/include/tr1/functional_hash.h
    branches/fixed-point/libstdc++-v3/include/tr1/functional_iterate.h
    branches/fixed-point/libstdc++-v3/include/tr1/hashtable
    branches/fixed-point/libstdc++-v3/include/tr1/hashtable_policy.h
    branches/fixed-point/libstdc++-v3/include/tr1/math.h
    branches/fixed-point/libstdc++-v3/include/tr1/memory
    branches/fixed-point/libstdc++-v3/include/tr1/random
    branches/fixed-point/libstdc++-v3/include/tr1/random.tcc
    branches/fixed-point/libstdc++-v3/include/tr1/ref_fwd.h
    branches/fixed-point/libstdc++-v3/include/tr1/repeat.h
    branches/fixed-point/libstdc++-v3/include/tr1/stdlib.h
    branches/fixed-point/libstdc++-v3/include/tr1/tuple
    branches/fixed-point/libstdc++-v3/include/tr1/tuple_iterate.h
    branches/fixed-point/libstdc++-v3/include/tr1/type_traits
    branches/fixed-point/libstdc++-v3/include/tr1/type_traits_fwd.h
    branches/fixed-point/libstdc++-v3/include/tr1/unordered_map
    branches/fixed-point/libstdc++-v3/include/tr1/unordered_set
    branches/fixed-point/libstdc++-v3/include/tr1/utility
    branches/fixed-point/libstdc++-v3/libmath/Makefile.in
    branches/fixed-point/libstdc++-v3/libsupc++/Makefile.in
    branches/fixed-point/libstdc++-v3/po/Makefile.in
    branches/fixed-point/libstdc++-v3/src/Makefile.in
    branches/fixed-point/libstdc++-v3/src/debug.cc
    branches/fixed-point/libstdc++-v3/testsuite/20_util/auto_ptr/assign_neg.cc
    branches/fixed-point/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/10.cc
    branches/fixed-point/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/11.cc
    branches/fixed-point/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/10.cc
    branches/fixed-point/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/11.cc
    branches/fixed-point/libstdc++-v3/testsuite/22_locale/locale/cons/4.cc
    branches/fixed-point/libstdc++-v3/testsuite/22_locale/locale/cons/5.cc
    branches/fixed-point/libstdc++-v3/testsuite/23_containers/deque/cons/assign/1.cc
    branches/fixed-point/libstdc++-v3/testsuite/23_containers/map/operators/1_neg.cc
    branches/fixed-point/libstdc++-v3/testsuite/23_containers/set/operators/1_neg.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/4879.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/9964.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/26777.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/10097.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/11.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/4.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/4.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/5.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/5.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/2.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/2.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/2346-fstream.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/wchar_t/2346-fstream.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/objects/char/7.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/objects/char/9661-1.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/objects/wchar_t/7.cc
    branches/fixed-point/libstdc++-v3/testsuite/27_io/objects/wchar_t/9661-1.cc
    branches/fixed-point/libstdc++-v3/testsuite/Makefile.in
    branches/fixed-point/libstdc++-v3/testsuite/ext/new_allocator/deallocate_global.cc
    branches/fixed-point/libstdc++-v3/testsuite/ext/new_allocator/deallocate_local.cc
    branches/fixed-point/libstdc++-v3/testsuite/ext/pb_ds/example/trie_dna.cc
    branches/fixed-point/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_floating_neg.cc
    branches/fixed-point/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_integer_neg.cc
    branches/fixed-point/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_floating_neg.cc
    branches/fixed-point/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_integer_neg.cc
    branches/fixed-point/libstdc++-v3/testsuite/lib/libstdc++.exp
    branches/fixed-point/libstdc++-v3/testsuite/performance/27_io/filebuf_sgetn_unbuf.cc
    branches/fixed-point/libstdc++-v3/testsuite/performance/27_io/ifstream_getline.cc
    branches/fixed-point/libstdc++-v3/testsuite/thread/pthread1.cc
    branches/fixed-point/libstdc++-v3/testsuite/thread/pthread2.cc
    branches/fixed-point/libstdc++-v3/testsuite/thread/pthread3.cc
    branches/fixed-point/libstdc++-v3/testsuite/thread/pthread4.cc
    branches/fixed-point/libstdc++-v3/testsuite/thread/pthread5.cc
    branches/fixed-point/libstdc++-v3/testsuite/thread/pthread6.cc
    branches/fixed-point/libstdc++-v3/testsuite/thread/pthread7-rope.cc
    branches/fixed-point/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/default_weaktoshared.cc
    branches/fixed-point/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/mutex_weaktoshared.cc
    branches/fixed-point/libstdc++-v3/testsuite/tr1/3_function_objects/headers/functional/using_namespace_std_tr1_placeholders.cc
    branches/fixed-point/libstdc++-v3/testsuite/tr1/headers.cc
    branches/fixed-point/libstdc++-v3/testsuite/util/testsuite_hooks.cc
    branches/fixed-point/libstdc++-v3/testsuite/util/testsuite_hooks.h
    branches/fixed-point/zlib/ChangeLog.gcj
    branches/fixed-point/zlib/Makefile.am
    branches/fixed-point/zlib/Makefile.in


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