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


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

r124555 - in /branches/fixed-point: ./ gcc/Chan...


Author: chaoyingfu
Date: Tue May  8 21:22:26 2007
New Revision: 124555

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

........
  r124431 | hubicka | 2007-05-04 08:32:42 -0700 (Fri, 04 May 2007) | 9 lines
  
  
  	* opts.c (decode_options): Do not fiddle with inlining
  	parameters in case of optimizing for size.
  	* ipa-inline.c (cgraph_decide_recursive_inlining): When optimizing
  	for size do nothing.
  	(cgraph_decide_inlining_of_small_function): When optimizing for
  	size never inline functions increasing caller size.
  	(cgraph_early_inlining): Inline for size when optimizing for size.
........
  r124432 | bwilson | 2007-05-04 09:18:19 -0700 (Fri, 04 May 2007) | 3 lines
  
  	* config/xtensa/xtensa.md (adddi3, adddi_carry): Delete.
  	(subdi3, subdi_carry): Delete.
........
  r124433 | krebbel | 2007-05-04 09:23:08 -0700 (Fri, 04 May 2007) | 7 lines
  
  2007-05-04  Andreas Krebbel  <krebbel1@de.ibm.com>
  
  	* config/s390/s390.md ("fix_trunc<mode>di2", "fix_trunc<mode>si2"):
  	Expander removed.
  	("fix_trunc<DSF:mode><GPR:mode>2"): Expander added.
........
  r124434 | bwilson | 2007-05-04 09:26:28 -0700 (Fri, 04 May 2007) | 2 lines
  
  	* g++.old-deja/g++.pt/static11.C: Remove xtensa-*-elf* xfail.
........
  r124436 | mmitchel | 2007-05-04 10:42:49 -0700 (Fri, 04 May 2007) | 6 lines
  
  	* libsupc++/atexit_arm.cc: New file.
  	* libsupc++/vec.cc (__aeabi_atexit): Remove.
  	* libsupc++/cxxabi.h (__cxa_atexit): Add exception specification.
  	* libsupc++/Makefile.am: Add atexit_arm.cc.
  	* libsupc++/Makefile.in: Regenerated.
........
  r124437 | dfranke | 2007-05-04 11:02:18 -0700 (Fri, 04 May 2007) | 26 lines
  
  gcc/fortran:
  2007-05-04  Daniel Franke  <franke.daniel@gmail.com>
  
  	* intrinsic.c (add_subroutines): Added FSEEK.
  	* intrinsic.h (gfc_resolve_fseek_sub, gfc_check_fseek_sub): New.
  	* iresolve.c (gfc_resolve_fseek_sub): New.
  	* check.c (gfc_check_fseek_sub): New.
  	* intrinsic.texi (FSEEK): Updated.
  
  gcc/testsuite:
  2007-05-01  Daniel Franke  <franke.daniel@gmail.com>
  
  	* gfortran.dg/fseek.f90: New test.
  
  libgfortran:
  2007-05-04  Daniel Franke  <franke.daniel@gmail.com>
  
  	* io/intrinsics.c (fseek_sub): New.
  	* io/unix.c (fd_fseek): Change logical and physical offsets only
  	if seek succeeds.
  	* gfortran.map (fseek_sub): New.
........
  r124438 | paolo | 2007-05-04 11:07:10 -0700 (Fri, 04 May 2007) | 17 lines
  
  2007-05-04  Paolo Carlini  <pcarlini@suse.de>
  
  	* include/bits/stl_memory.h: Rename to stl_auto_ptr.h.
  	(__get_temporary_buffer, get_temporary_buffer,
  	return_temporary_buffer): Move...
  	* include/bits/stl_tempbuf.h: ... here.
  	* include/std/memory: Adjust includes.
  	* testsuite/20_util/auto_ptr/assign_neg.cc: Adjust dg-error line
  	numbers.
  	* include/Makefile.am: Adjust.
  	* include/Makefile.in: Regenerate.
  
  	* testsuite/util/testsuite_iterators.h: Do not include the entire
  	<iterator>.
  	* include/bits/stl_iterator_base_types.h: Adjust includes.
  	* testsuite/25_algorithms/unique_copy/2.cc: Include <functional>.
........
  r124439 | jconner | 2007-05-04 11:08:06 -0700 (Fri, 04 May 2007) | 48 lines
  
  2007-05-04  Josh Conner  <jconner@apple.com>
  
  	* basic-block.h (cdi_direction): Assign values to all enumeration
  	constants.
  	(dom_computed): Remove.
  	(dom_info_state): New.
  	(set_dom_info_availability): New.
  	* tree-ssa-loop-im.c (determine_invariantness): Initialize
  	walk_data.dom_direction.
  	* cfghooks.c (delete_basic_block): Use dom_info_available_p()
  	instead of dom_computed[].
  	(split_edge): Likewise.
  	(create_basic_block): Likewise.
  	(merge_blocks): Likewise.
  	* ifcvt.c (find_if_header): Likewise.
  	* tree-cfgcleanup.c (cleanup_tree_cfg): Likewise.
  	* tree-ssa-dce.c (remove_dead_stmt): Likewise.
  	* tree-ssa.c (verify_ssa): Likewise.
  	* tree-cfg.c (tree_verify_flow_info): Likewise.
  	(remove_edge_and_dominated_blocks): Likewise.
  	* dominance.c (dom_computed): Make static.
  	(calc_dfs_tree_nonrec): Change third param to a bool.
  	(calc_dfs_tree): Change second param to a bool.
  	(calc_idioms): Change second param to a bool.  Use
  	dom_convert_dir_to_idx.
  	(init_dom_info): Validate dir before using.
  	(dom_convert_dir_to_idx): New.
  	(calculate_dominance_info): Use dom_convert_dir_to_idx.  New
  	variable 'reverse' used for calling calc_dfs_tree and calc_idoms.
  	(free_dominance_info): Use dom_convert_dir_to_idx.
  	(get_immediate_dominator): Likewise.
  	(set_immediate_dominator): Likewise.
  	(get_dominated_by): Likewise.
  	(redirect_immediate_dominators): Likewise.
  	(nearest_common_denominator): Likewise.
  	(dominated_by_p): Likewise.
  	(bb_dom_dfs_in): Likewise.
  	(bb_dom_dfs_out): Likewise.
  	(recount_dominator): Likewise.
  	(iterate_fix_dominators): Likewise.
  	(add_to_dominance_info): Likewise.
  	(delete_from_dominance_info): Likewise.
  	(first_dom_son): Likewise.
  	(next_dom_son): Likewise.
  	(dom_info_available_p): Likewise.
  	(dom_info_state): New.
  	(set_dom_info_availability): New.
........
  r124440 | dfranke | 2007-05-04 11:08:42 -0700 (Fri, 04 May 2007) | 5 lines
  
  2007-05-04  Daniel Franke  <franke.daniel@gmail.com>
  
  	* check.c (gfc_check_fseek_sub): Fixed typo.
........
  r124441 | dfranke | 2007-05-04 11:21:48 -0700 (Fri, 04 May 2007) | 2 lines
  
  Fix typo in PR numbers 22539 <> 22359.
........
  r124442 | jakub | 2007-05-04 12:17:57 -0700 (Fri, 04 May 2007) | 4 lines
  
  	* varasm.c (align_variable): Don't increase alignment for
  	DECL_THREAD_LOCAL_P variables above BITS_PER_WORD through
  	DATA_ALIGNMENT or CONSTANT_ALIGNMENT.
........
  r124443 | jakub | 2007-05-04 12:19:10 -0700 (Fri, 04 May 2007) | 2 lines
  
  	* config/linux/proc.c: New file.
........
  r124444 | jakub | 2007-05-04 12:20:28 -0700 (Fri, 04 May 2007) | 5 lines
  
  	* crtstuff.c (HIDDEN_DTOR_LIST_END): New macro.
  	(__do_global_dtors_aux): Use more paranoid loop to run
  	destructors if HIDDEN_DTOR_LIST_END.
  	(__DTOR_END__): Export as a hidden symbol when HIDDEN_DTOR_LIST_END.
........
  r124445 | jakub | 2007-05-04 12:21:18 -0700 (Fri, 04 May 2007) | 3 lines
  
  	* configure.tgt: Don't link with -Wl,-z,nodlopen even on Linux.
........
  r124446 | dfranke | 2007-05-04 12:24:43 -0700 (Fri, 04 May 2007) | 20 lines
  
  gcc/fortran:
  2007-05-04  Daniel Franke  <franke.daniel@gmail.com>
  
          * intrinsic.c (add_functions): Replaced calls to gfc_check_g77_math1
          by gfc_check_fn_r to avoid checks for scalarity.
          * check.c (gfc_check_besn): Removed check for scalarity.
          (gfc_check_g77_math1): Removed.
          * intrinsic.h (gfc_check_g77_math1): Removed.
  
  gcc/testsuite:
  2007-05-04  Daniel Franke  <franke.daniel@gmail.com>
  
          * gfortran.dg/erf.f90: New test.
          * gfortran.dg/besxy.f90: New test.
  
  
  [gcc/fortran/ChangeLog was already committed in r124441 by accident]
........
  r124447 | kgallowa | 2007-05-04 12:48:33 -0700 (Fri, 04 May 2007) | 6 lines
  
  2007-05-04  Kyle Galloway  <kgallowa@redhat.com>
  
  	* gnu/classpath/jdwp/natVMVirtualMachine.cc (getClassMethod): Change
  	to use JVMTI.
........
  r124448 | brooks | 2007-05-04 14:07:22 -0700 (Fri, 04 May 2007) | 3 lines
  
  * intrinsic.texi (CMPLX): Document result kind.
  (COMPLEX): Add documentation.
........
  r124454 | gccadmin | 2007-05-04 16:17:15 -0700 (Fri, 04 May 2007) | 1 line
  
  Daily bump.
........
  r124456 | mmitchel | 2007-05-04 17:39:45 -0700 (Fri, 04 May 2007) | 3 lines
  
  	* libsupc++/cxxabi.h (__cxa_atexit): Conditionalize exception
  	specification on #ifdef __cplusplus.
........
  r124459 | paolo | 2007-05-04 18:15:46 -0700 (Fri, 04 May 2007) | 5 lines
  
  2007-05-04  Paolo Carlini  <pcarlini@suse.de>
  
  	* include/bits/stl_raw_storage_iter.h (class raw_storage_iterator):
  	Adjust template parameter name.
........
  r124465 | gccadmin | 2007-05-05 16:17:10 -0700 (Sat, 05 May 2007) | 1 line
  
  Daily bump.
........
  r124467 | geoffk | 2007-05-05 17:01:36 -0700 (Sat, 05 May 2007) | 23 lines
  
  Index: libiberty/ChangeLog
  2007-05-04  Geoffrey Keating  <geoffk@apple.com>
  
  	* cp-demangle.c (d_name): Detect local-source-name.
  	(d_prefix): Likewise.
  	(d_unqualified_name): Implement local-source-name.
  
  Index: gcc/cp/ChangeLog
  2007-05-04  Geoffrey Keating  <geoffk@apple.com>
  
  	* mangle.c (write_mangled_name): Mangle static variable names.
  	(write_unqualified_name): Use local-source-name for
  	namespace-scope static variables.
  
  Index: gcc/testsuite/ChangeLog
  2007-05-04  Geoffrey Keating  <geoffk@apple.com>
  
  	* g++.dg/other/nested-extern.cc: New.
  	* g++.dg/other/nested-extern-1.C: New.
  	* g++.dg/other/nested-extern-2.C: New.
........
  r124468 | danglin | 2007-05-05 19:42:36 -0700 (Sat, 05 May 2007) | 9 lines
  
  	* config/pa/pa.md: Split tgd_load, tld_load and tie_load
  	into pic and non-pic versions. Mark r19 as used for 
  	tgd_load_pic, tld_load_pic and tie_load_pic. Mark r27 as used 
  	for tgd_load, tld_load and tie_load .
  	* config/pa/pa.c (legitimize_tls_address): Emit pic or non-pic
  	version of tgd_load, tld_load and tie_load depending on the 
  	value of flag_pic.
........
  r124469 | jvdelisle | 2007-05-05 21:10:53 -0700 (Sat, 05 May 2007) | 11 lines
  
  2007-05-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
  
  	* decl.c (match_char_spec): Add check for invalid character lengths.
  
  2007-05-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
  
  	* gfortran.dg/char_type_len_2.f90: New test.
........
  r124470 | paolo | 2007-05-06 02:51:26 -0700 (Sun, 06 May 2007) | 5 lines
  
  2007-05-06  Paolo Carlini  <pcarlini@suse.de>
  
  	* config/locale/generic/c_locale.cc: Don't use __builtin_huge_val*
  	when __*_HAS_INFINITY__ is false.
........
  r124471 | revitale | 2007-05-06 03:35:42 -0700 (Sun, 06 May 2007) | 1 line
  
........
  r124472 | paolo | 2007-05-06 04:51:23 -0700 (Sun, 06 May 2007) | 8 lines
  
  2007-05-06  Paolo Carlini  <pcarlini@suse.de>
  
  	* testsuite/17_intro/headers/c++200x/all.cc: Protect inclusion
  	of C99 headers.
  	* testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc:
  	Likewise.
........
  r124473 | paolo | 2007-05-06 04:54:39 -0700 (Sun, 06 May 2007) | 4 lines
  
  2007-05-06  Paolo Carlini  <pcarlini@suse.de>
  
  	* Fix PR number in last ChangeLog entry.
........
  r124475 | pault | 2007-05-06 08:12:01 -0700 (Sun, 06 May 2007) | 11 lines
  
  2007-05-06  Paul Thomas  <pault@gcc.gnu.org>
  
  	* resolve.c (resolve_fl_procedure): Resolve constant character
  	lengths.
  
  2007-05-06  Paul Thomas  <pault@gcc.gnu.org>
  
  	* gfortran.dg/char_result_4.f90: New test.
........
  r124476 | pault | 2007-05-06 08:13:11 -0700 (Sun, 06 May 2007) | 11 lines
  
  2007-05-06  Paul Thomas  <pault@gcc.gnu.org>
  
  	* resolve.c (resolve_fl_procedure): Resolve constant character
  	lengths.
  
  2007-05-06  Paul Thomas  <pault@gcc.gnu.org>
  
  	* gfortran.dg/char_result_4.f90: New test.
........
  r124477 | paolo | 2007-05-06 11:51:10 -0700 (Sun, 06 May 2007) | 10 lines
  
  2007-05-06  Paolo Carlini  <pcarlini@suse.de>
  
  	* include/std/complex: Add missing extern template declarations.
  	* testsuite/26_numerics/complex/complex_inserters_extractors.cc:
  	Move...
  	* testsuite/26_numerics/complex/inserters_extractors/char/1.cc:
  	... here.
  	* testsuite/26_numerics/complex/inserters_extractors/wchar_t/1.cc:
  	New.
........
  r124478 | ebotcazou | 2007-05-06 14:21:17 -0700 (Sun, 06 May 2007) | 4 lines
  
  	* timevar.c (timevar_print): Test ENABLE_ASSERT_CHECKING instead
  	of ASSERT_CHECKING.  Tweak message.
........
  r124479 | jvdelisle | 2007-05-06 15:28:31 -0700 (Sun, 06 May 2007) | 14 lines
  
  2007-05-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
  
  	* runtime/error.c (runtime_error_at): New function.
  	(generate_error): Export this function.
  	* gfortran.map: Add _gfortran_generate_error and
  	_gfortran_runtime_error_at.
  	* libgfortran.h: Add comment to reference error codes in front end.
  	(library_start): Locate prototype with library_end macro and add
  	a new comment.  Add prototype for runtime_error_at. Export prototype for
  	generate_error.
  	* io/lock.c (library_start): Fix check for error condition.
  	* io/transfer.c (data_transfer_init): Add library check.
........
  r124480 | jvdelisle | 2007-05-06 15:32:33 -0700 (Sun, 06 May 2007) | 23 lines
  
  2007-05-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
  	    Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
  
  	* gfortran.h: Add runtime error codes from libgfortran.h. Define
  	MAX_UNIT_NUMBER.
  	* trans.c (gfc_trans_runtime_check): Update the format of runtime error
  	messages to match library runtime errors.  Use call to new library
  	function runtime_error_at().
  	* trans.h: Add prototype for new function gfc_trans_io_runtime_check.
  	Add declaration for library functions runtime_error_at and
  	generate_error.
  	* trans_io.c (gfc_trans_io_runtime_check): New function.
  	(set_parameter_value): Add error checking for UNIT numbers.
  	(set_parameter_ref): Initialize the users variable to zero. 
  	(gfc_trans_open): Move setting of unit number to after setting of common
  	flags so that runtime error trapping can be detected.
  	(gfc_trans_close): Likewise. (build_filepos): Likewise.
  	(gfc_trans_inquire): Likewise. (build_dt): Likewise.
  	* trans-decl.c: Add declarations for runtime_error_at and
  	generate_error. (gfc_build_builtin_function_decls): Build function
  	declarations for runtime_error_at and generate_error.
........
  r124481 | jvdelisle | 2007-05-06 15:37:27 -0700 (Sun, 06 May 2007) | 8 lines
  
  2007-05-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
  
  	* gfortran.dg/large_unit_1.f90: New.
  	* gfortran.dg/large_unit_2.f90: New.
  	* gfortran.dg/iostat_4.f90: New
  	* gfortran.dg/bounds_check_fail_1.f90: Updated.
........
  r124482 | fxcoudert | 2007-05-06 15:56:52 -0700 (Sun, 06 May 2007) | 7 lines
  
  
  	* simplify.c (gfc_simplify_new_line): NEW_LINE can be simplified
  	even for non constant arguments.
  
  	* gfortran.dg/new_line.f90: Add new checks.
........
  r124485 | gccadmin | 2007-05-06 16:17:39 -0700 (Sun, 06 May 2007) | 1 line
  
  Daily bump.
........
  r124489 | bje | 2007-05-06 18:14:15 -0700 (Sun, 06 May 2007) | 2 lines
  
  Fix a typo in 2007-05-03 entry from Ian Lance Taylor.
........
  r124495 | fxcoudert | 2007-05-06 22:48:24 -0700 (Sun, 06 May 2007) | 6 lines
  
  	* c-opts.c (lang_fortran): Make it non static.
  	* c-common.h (lang_fortran): New prototype.
  	* c-cppbuiltin.c (c_cpp_builtins): Create a __GFORTRAN__ if the
  	-lang-fortran option was passed by the driver.
........
  r124496 | fxcoudert | 2007-05-06 22:53:07 -0700 (Sun, 06 May 2007) | 6 lines
  
  
  	* trans-stmt.c (gfc_trans_do): Handle large loop counts.
  
  	* gfortran.dg/do_3.F90: New test.
........
  r124497 | hubicka | 2007-05-07 03:36:09 -0700 (Mon, 07 May 2007) | 3 lines
  
  	* gimplify.c (gimplify_expr): Do not crash when folding
  	(void *)(int)&a + 4.
........
  r124498 | ebotcazou | 2007-05-07 04:42:21 -0700 (Mon, 07 May 2007) | 6 lines
  
  	* tree-ssa-dom.c (tree_ssa_dominator_optimize): Reset cfg_altered.
  	Free dominance info before purging EH edges as well as after.
  	(eliminate_degenerate_phis): Likewise.
  	(propagate_rhs_into_lhs): Set cfg_altered to true instead of 1.
........
  r124499 | ebotcazou | 2007-05-07 05:48:46 -0700 (Mon, 07 May 2007) | 5 lines
  
  	* tree-ssa-dom.c (tree_ssa_dominator_optimize): Do not free dominance
  	info after purging EH edges.
  	(eliminate_degenerate_phis): Likewise.
........
  r124500 | bkoz | 2007-05-07 08:29:57 -0700 (Mon, 07 May 2007) | 18 lines
  
  2007-05-07  Benjamin Kosnik  <bkoz@redhat.com>
              Howard Hinnant  <hhinnant@apple.com>
  
  	* include/std/type_traits: (make_signed, make_unsigned): Adjust
  	for enum sizes.	
  	* testsuite/20_util/make_unsigned/requirements/typedefs.cc: Move to...
  	* testsuite/20_util/make_unsigned/requirements/typedefs-1.cc: ...here.
  	* testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: Add,
  	compile with -funsigned-char -fshort-enums.
  	* testsuite/20_util/make_signed/requirements/typedefs.cc: Move to...
  	* testsuite/20_util/make_signed/requirements/typedefs-1.cc: ...here.
  	* testsuite/20_util/make_signed/requirements/typedefs-2.cc: Add,
  	compile with -funsigned-char -fshort-enums.
  
  	* testsuite/20_util/headers/type_traits/types_std_c++0x_neg.cc:
  	Add a temporary xfail to this test for all platforms.
........
  r124504 | froydnj | 2007-05-07 10:41:35 -0700 (Mon, 07 May 2007) | 3 lines
  
  	* c-incpath.c (add_path): Strip trailing path separators.
........
  r124505 | mmitchel | 2007-05-07 11:03:47 -0700 (Mon, 07 May 2007) | 5 lines
  
  	* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): In
  	installed-tree testing, use "remote_exec host", not "remote_exec
  	exec".  Trip trailing newlines from output of -dumpversion and
  	-dumpmachine.
........
  r124506 | mmitchel | 2007-05-07 11:28:41 -0700 (Mon, 07 May 2007) | 3 lines
  
  	* gcc.dg/special/gcsec-1.c: Don't link statically on Solaris 10
  	x86.
........
  r124507 | uros | 2007-05-07 11:32:35 -0700 (Mon, 07 May 2007) | 4 lines
  
          * gcc.dg/dfp/convert-bfp-fold.c: Remove extra assignment to
          sf variable.  Rearrange conversions from binary float to decimal float.
........
  r124508 | mmitchel | 2007-05-07 11:39:18 -0700 (Mon, 07 May 2007) | 4 lines
  
  	* testsuite/22_locale/num_put/put/char/14220.cc: XFAIL on Solaris
  	2.10.
  	* testsuite/22_locale/num_put/put/wchar_t/14220.cc: Likewise.
........
  r124510 | fxcoudert | 2007-05-07 12:48:40 -0700 (Mon, 07 May 2007) | 5 lines
  
  	* intrinsics/system.c (system_sub): Call flush_all_units.
  	* io/io.h (flush_all_units): Move prototype to libgfortran.h.
  	* libgfortran.h (flush_all_units): Add prototype.
........
  r124511 | paolo | 2007-05-07 13:36:40 -0700 (Mon, 07 May 2007) | 22 lines
  
  2007-05-07  Paolo Carlini  <pcarlini@suse.de>
  
  	* include/bits/stl_algobase.h: Do not include <cstring>.
  	(copy(const _Tp*, const _Tp*, _Tp*), __copy_b(const _Tp*, const _Tp*,
  	_Tp*)): Use __builtin_memmove.
  	(__fill_aux): Use __builtin_memset.
  	(equal(const _Tp*, const _Tp*, const _Tp*),
  	lexicographical_compare(const unsigned char*, const unsigned char*,
  	const unsigned char*, const unsigned char*)): Use __builtin_memcmp.
  	*  include/bits/valarray_array.h: Do not include <cstring>.
  	(_Array_default_ctor<, true>::_S_do_it): Use __builtin_memset.
  	(_Array_copy_ctor<, true>::_S_do_it, _Array_copier<, true>::_S_do_it):
  	Use __builtin_memcpy.
  	* include/ext/algorithm
  	(__lexicographical_compare_3way(const unsigned char*,
  	const unsigned char*, const unsigned char*, const unsigned char*)):
  	Use __builtin_memcmp.
  	* testsuite/23_containers/vector/requirements/dr438/
  	constructor_1_neg.cc: Adjust dg-error line number.
  	* testsuite/23_containers/vector/requirements/dr438/
  	constructor_2_neg.cc: Likewise.
........
  r124512 | paolo | 2007-05-07 13:37:15 -0700 (Mon, 07 May 2007) | 22 lines
  
  2007-05-07  Paolo Carlini  <pcarlini@suse.de>
  
  	* include/bits/stl_algobase.h: Do not include <cstring>.
  	(copy(const _Tp*, const _Tp*, _Tp*), __copy_b(const _Tp*, const _Tp*,
  	_Tp*)): Use __builtin_memmove.
  	(__fill_aux): Use __builtin_memset.
  	(equal(const _Tp*, const _Tp*, const _Tp*),
  	lexicographical_compare(const unsigned char*, const unsigned char*,
  	const unsigned char*, const unsigned char*)): Use __builtin_memcmp.
  	*  include/bits/valarray_array.h: Do not include <cstring>.
  	(_Array_default_ctor<, true>::_S_do_it): Use __builtin_memset.
  	(_Array_copy_ctor<, true>::_S_do_it, _Array_copier<, true>::_S_do_it):
  	Use __builtin_memcpy.
  	* include/ext/algorithm
  	(__lexicographical_compare_3way(const unsigned char*,
  	const unsigned char*, const unsigned char*, const unsigned char*)):
  	Use __builtin_memcmp.
  	* testsuite/23_containers/vector/requirements/dr438/
  	constructor_1_neg.cc: Adjust dg-error line number.
  	* testsuite/23_containers/vector/requirements/dr438/
  	constructor_2_neg.cc: Likewise.
........
  r124513 | paolo | 2007-05-07 13:38:14 -0700 (Mon, 07 May 2007) | 4 lines
  
  2007-05-07  Paolo Carlini  <pcarlini@suse.de>
  
  	* Remove spurious space in last ChangeLog entry.
........
  r124514 | kseitz | 2007-05-07 13:45:21 -0700 (Mon, 07 May 2007) | 16 lines
  
          * gnu/classpath/jdwp/Jdwp.java (notify): Rewrite to call
          new array-based method.
          (notify): New function.
          (sendEvent): Rewrite to use sendEvents.
          (sendEvents): New method.
          * gnu/classpath/jdwp/event/Event.java (toPacket): Make static.
          Change parameters to use arrays for events and requests.
          Add suspendPolicy parameter.
          Move per-event data transformation to...
          (_toData): ... here.
          * gnu/classpath/jdwp/transport/JdwpConnection.java
          (sendEvent): Renamed to ...
          (sendEvents): ... this.
          Change parameters to use arrays for events and requests.
          Add suspendPolicy parameter.
........
  r124515 | kseitz | 2007-05-07 13:48:01 -0700 (Mon, 07 May 2007) | 10 lines
  
          * classpath/lib/gnu/classpath/jdwp/Jdwp.class: Regenerate.
          * classpath/lib/gnu/classpath/jdwp/Jdwp$1.class: Regenerate.
          * classpath/lib/gnu/classpath/jdwp/event/Event.class:
          Regenerate.
          * classpath/lib/gnu/classpath/jdwp/transport/JdwpConnection.class:
          Regenerate.
          * gnu/classpath/jdwp/Jdwp.h: Regenerate.
          * gnu/classpath/jdwp/event/Event.h: Regenerate.
          * gnu/classpath/jdwp/transport/JdwpConnection.h: Regenerate.
........
  r124517 | jason | 2007-05-07 14:27:54 -0700 (Mon, 07 May 2007) | 23 lines
  
          * libsupc++/cxxabi.h (__forced_unwind, __foreign_exception):
          New classes.
          * libsupc++/eh_exception.cc: Define their destructors.
          * config/abi/pre/gnu.ver: Export their type_infos.
          * config/abi/pre/gnu-versioned-namespace.ver: Likewise.
          * libsupc++/eh_personality.cc: A handler for abi::__forced_unwind
          matches a forced unwind, and a handler for abi::__foreign_exception
          matches a foreign exception.
  
          * include/bits/istream.tcc: Rethrow forced unwind.
          * include/bits/ostream.tcc: Likewise.
          * include/bits/ostream_insert.h: Likewise.
          * include/bits/basic_string.tcc (operator>>, getline): Likewise.
          * include/bits/fstream.tcc (basic_filebuf::close): Likewise.
          * include/ext/vstring.cc (operator>>, getline): Likewise.
          * src/istream.cc: Likewise.
          * src/compatibility.cc (basic_istream::ignore): Likewise.
          * include/std/bitset (operator>>): Likewise.
          * include/std/fstream (basic_filebuf::close): Remove throw() spec.
          * libsupc++/cxxabi-internal.h: Split out from...
          * libsupc++/cxxabi.h: ...here.
........
  r124519 | dannysmith | 2007-05-07 14:38:16 -0700 (Mon, 07 May 2007) | 2 lines
  
  	* config/os/mingw32/os_defines.h (NOMINMAX): Update comment.
........
  r124520 | jason | 2007-05-07 14:49:50 -0700 (Mon, 07 May 2007) | 3 lines
  
          * config/abi/pre/gnu.ver: Fix symbol versions.
          * config/abi/pre/gnu-versioned-namespace.ver: Likewise.
........
  r124521 | dj | 2007-05-07 15:14:05 -0700 (Mon, 07 May 2007) | 4 lines
  
  * config/m32c/shift.md (ashlpsi3_i, ashrpsi3_i, ashlpsi3,
  ashrpsi3, lshrpsi3): Update shift count constraint.
........
  r124522 | jason | 2007-05-07 15:44:54 -0700 (Mon, 07 May 2007) | 2 lines
  
          * include/bits/ostream.tcc (operator<<(char*)): Add __s.
........
  r124523 | dj | 2007-05-07 16:13:15 -0700 (Mon, 07 May 2007) | 13 lines
  
  * config/m32c/m32c.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): Define.
  (TARGET_ENCODE_SECTION_INFO): Re-define.
  (m32c_encode_section_info): New
  (function_vector_handler): New
  (current_function_special_page_vector): New
  (m32c_special_page_vector_p): New.
  * config/m32c/m32c-protos.h (m32c_special_page_vector_p): 
  Prototype.
  * config/m32c/jump.md: Added instruction JSRS for functions 
  with attribute "function_vector".
  * doc/extend.texi (function_vector): Added description 
  for M16C, M32C targets.
........
  r124524 | dj | 2007-05-07 16:46:02 -0700 (Mon, 07 May 2007) | 6 lines
  
  * config/m32c/muldiv.md (mulhisi3_c): Limit the mode of the 2nd
  operand to HI mode.
  (mulsi3): New.
  (divsi3): New.
  (udivsi3): New.
........
  r124527 | gccadmin | 2007-05-07 17:17:39 -0700 (Mon, 07 May 2007) | 1 line
  
  Daily bump.
........
  r124530 | ian | 2007-05-07 17:29:43 -0700 (Mon, 07 May 2007) | 4 lines
  
  	* java/lang/natString.cc (_Jv_FormatInt): Avoid undefined signed
  	overflow.
........
  r124532 | froydnj | 2007-05-07 17:37:39 -0700 (Mon, 07 May 2007) | 29 lines
  
  include/
  2007-05-07  Nathan Froyd  <froydnj@codesourcery.com>
  
  	* libiberty.h (writeargv): Declare.
  
  libiberty/
  2007-05-07  Nathan Froyd  <froydnj@codesourcery.com>
  
  	* argv.c (writeargv): New function.
  
  gcc/
  2007-05-07  Nathan Froyd  <froydnj@codesourcery.com>
  
  	* gcc.c (at_file_supplied): New variable.
  	(main): Set it if we expanded argv.
  	(do_spec_1): Pass an @-file to the linker if we were called with
  	an @-file argument and HAVE_GNU_LD.
  	* collect2.c (at_file_supplied): New variable.
  	(response_file): New variable.
  	(collect_exit): Unlink response_file if necessary.
  	(handler): Likewise.
  	(do_wait): Likewise.
  	(main): Set at_file_supplied if we expanded argv.
  	(collect_execute): Pass an @-file to subprocesses if we were called
  	with an @-file argument.
  	* configure.ac: Add define for HAVE_GNU_LD.
  	* configure: Regenerate.
  	* config.in: Regenerate.
........
  r124533 | echristo | 2007-05-07 18:21:48 -0700 (Mon, 07 May 2007) | 4 lines
  
  2007-05-07  Eric Christopher  <echristo@apple.com>
  
          * gcc.dg/invalid-call-1.c: Fix options for 32-bit x86.
........
  r124534 | mrs | 2007-05-07 18:31:24 -0700 (Mon, 07 May 2007) | 10 lines
  
  	* doc/invoke.texi (Warning Options): Document that -Wempty-body
  	also checks for and while statements in C++.
  
  cp:
  	* parser.c (check_empty_body): Add.
  	(cp_parser_iteration_statement): Add call to check_empty_body.
  
  testsuite:
  	* g++.old-deja/g++.mike/empty.C: Add.
........
  r124535 | mmitchel | 2007-05-07 20:16:25 -0700 (Mon, 07 May 2007) | 2 lines
  
  	* gcc.dg/pch/pch.exp: XFAIL largefile on Solaris 10 x86.
........
  r124536 | jason | 2007-05-07 22:09:44 -0700 (Mon, 07 May 2007) | 1 line
  
  include cstring as well
........
  r124537 | bkoz | 2007-05-07 23:04:52 -0700 (Mon, 07 May 2007) | 8 lines
  
  2007-05-08  Benjamin Kosnik  <bkoz@redhat.com>
  
  	* testsuite/util/testsuite_abi.cc: Add CXXABI_1.3.2.
  
  	* libsupc++/cxxabi-internal.h (__foreign_exception::__pure): To
  	__pure_virtual.
........
  r124538 | uros | 2007-05-07 23:48:15 -0700 (Mon, 07 May 2007) | 5 lines
  
  	* config/i386/i386.c (ix86_function_regparm): Process local
  	functions only when TREE_CODE (decl) equals FUNCTION_DECL.
........
  r124539 | jason | 2007-05-07 23:50:32 -0700 (Mon, 07 May 2007) | 13 lines
  
          * libsupc++/cxxabi-internal.h: Remove, to be replaced by...
          * libsupc++/cxxabi-forced.h: ...this new file.
          * include/ext/vstring.tcc: Include cxxabi-forced.h instead.
          * include/bits/istream.tcc: Likewise.
          * include/bits/ostream.tcc: Likewise.
          * include/bits/basic_string.tcc: Likewise.
          * include/bits/ostream_insert.h: Likewise.
          * include/bits/fstream.tcc: Likewise.
          * include/std/bitset: Likewise.
          * libsupc++/cxxabi.h: Restore previous contents.
          * Makefile.am (headers): Add cxxabi-forced.h.
          * Makefile.in: Regenerate.
........
  r124540 | bkoz | 2007-05-08 03:44:37 -0700 (Tue, 08 May 2007) | 6 lines
  
  2007-05-08  Benjamin Kosnik  <bkoz@redhat.com>
  
  	* testsuite/26_numerics/headers/cmath/types_std_c++0x_neg.cc: New.
........
  r124541 | pault | 2007-05-08 04:58:25 -0700 (Tue, 08 May 2007) | 18 lines
  
  2007-05-08  Paul Thomas  <pault@gcc.gnu.org>
  
  	* decl.c (add_init_expr_to_sym): Expand a scalar initializer
  	for a parameter array into an array expression with the right
  	shape.
  	* array.c (spec_dimen_size): Remove static attribute.
  	* gfortran.h : Prototype for spec_dimen_size.
  
  2007-05-08  Paul Thomas  <pault@gcc.gnu.org>
  
  	* gfortran.dg/parameter_array_init_1.f90: New test.
  
  	* gfortran.dg/parameter_array_init_2.f90: New test.
........
  r124542 | bernds | 2007-05-08 04:59:08 -0700 (Tue, 08 May 2007) | 16 lines
  
  	* config/bfin/bfin-protos.h (bfin_expand_epilogue): Add a third
  	argument of type bool.
  	* config/bfin/bfin.c (add_to_reg): Add epilogue_p as a fourth
  	argument. Safely select temporary P register according to it.
  	(do_link): Change call site of add_to_reg accordingly.
  	(do_unlink): Add epilogue_p as a fourth argument and pass it
  	to add_to_reg.
  	(expand_interrupt_handler_epilogue): Change call of do_unlink
  	accordingly.
  	(bfin_expand_prologue): Add a third argument sibcall_p.
  	* config/bfin/bfin.md (epilogue): Change call of
  	bfin_expand_epilogue accordingly.
  	(sibcall_epilogue): Likewise.
  	(eh_return_internal): Likewise.
........
  r124543 | bkoz | 2007-05-08 05:10:48 -0700 (Tue, 08 May 2007) | 13 lines
  
  2007-05-08  Benjamin Kosnik  <bkoz@redhat.com>
  
  	* include/std/type_traits (make_signed): Remove specializations
  	for floating point types.
  	(make_unsigned): Same.
  	* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Fix.
  	* testsuite/20_util/make_signed/requirements/typedefs-1.cc: Same.
  	* testsuite/20_util/make_signed/requirements/typedefs-2.cc: Same.
  	* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Same.
  	* testsuite/20_util/make_unsigned/requirements/typedefs-1.cc: Same.
  	* testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: Same.
........
  r124544 | bernds | 2007-05-08 05:33:23 -0700 (Tue, 08 May 2007) | 9 lines
  
  	* config/bfin/bfin-protos.h (enum bfin_cpu): Add
  	BFIN_CPU_BF534, BFIN_CPU_BF536 and BFIN_CPU_BF561.
  	* config/bfin/bfin.c (bfin_handle_option): Handle
  	-mcpu=bf534, -mcpu=bf536 and -mcpu=bf561.
  	* config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS):
  	Support bf534, bf536 and bf561.
  	* doc/invoke.texi (Blackfin Options): Document -mcpu and -msim.
........
  r124545 | sandra | 2007-05-08 05:44:21 -0700 (Tue, 08 May 2007) | 15 lines
  
  2007-05-08  Sandra Loosemore  <sandra@codesourcery.com>
              Nigel Stephens  <nigel@mips.com>
  
  	gcc/
  	* config/mips/mips.h (MAX_FPRS_PER_FMT): Renamed from FP_INC.
  	Update comments and all uses.
  	(MIN_FPRS_PER_FMT): Define.
  	* config/mips/mips.c (function_arg): Fix to correctly handle
  	the -mips32r2 -mfp64 -mabi=32 case.
  	(override_options): Enable use of odd-numbered registers for
  	SFmode values on MIPS32.
  	(mips_save_reg_p): Save whole floating-point register pair if
  	either half is used.
  	(compute_frame_size): Fix comment.
........
  r124546 | pault | 2007-05-08 05:45:31 -0700 (Tue, 08 May 2007) | 11 lines
  
  2007-05-08  Paul Thomas  <pault@gcc.gnu.org>
  
  	* trans-array.c (gfc_conv_array_parameter): Convert full array
  	references to the result of the procedure enclusing the call.
  
  2007-05-08  Paul Thomas  <pault@gcc.gnu.org>
  
  	* gfortran.dg/actual_array_result_1.f90: New test.
........
  r124550 | pault | 2007-05-08 07:40:58 -0700 (Tue, 08 May 2007) | 7 lines
  
  2007-05-08  Paul Thomas  <pault@gcc.gnu.org>
  
  	* resolve.c (resolve_symbol): Remove the flagging mechanism from the
  	formal namespace resolution and instead check that the formal
  	namespace is not the current namespace.
........
  r124551 | simartin | 2007-05-08 08:33:56 -0700 (Tue, 08 May 2007) | 6 lines
  
  2007-05-08  Simon Martin  <simartin@users.sourceforge.net>
  
  	* tree-dump.c (dump_options): Don't use TDF_DIAGNOSTIC in "*-all" tree
  	dumps.
........

Added:
    branches/fixed-point/libstdc++-v3/include/bits/stl_auto_ptr.h
      - copied unchanged from r124551, trunk/libstdc++-v3/include/bits/stl_auto_ptr.h
    branches/fixed-point/libstdc++-v3/libsupc++/atexit_arm.cc
      - copied unchanged from r124551, trunk/libstdc++-v3/libsupc++/atexit_arm.cc
    branches/fixed-point/libstdc++-v3/libsupc++/cxxabi-forced.h
      - copied unchanged from r124551, trunk/libstdc++-v3/libsupc++/cxxabi-forced.h
    branches/fixed-point/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-1.cc
      - copied unchanged from r124551, trunk/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-1.cc
    branches/fixed-point/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-2.cc
      - copied unchanged from r124551, trunk/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-2.cc
    branches/fixed-point/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-1.cc
      - copied unchanged from r124551, trunk/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-1.cc
    branches/fixed-point/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc
      - copied unchanged from r124551, trunk/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc
    branches/fixed-point/libstdc++-v3/testsuite/26_numerics/complex/inserters_extractors/
      - copied from r124551, trunk/libstdc++-v3/testsuite/26_numerics/complex/inserters_extractors/
    branches/fixed-point/libstdc++-v3/testsuite/26_numerics/headers/cmath/types_std_c++0x_neg.cc
      - copied unchanged from r124551, trunk/libstdc++-v3/testsuite/26_numerics/headers/cmath/types_std_c++0x_neg.cc
Removed:
    branches/fixed-point/libstdc++-v3/include/bits/stl_memory.h
    branches/fixed-point/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs.cc
    branches/fixed-point/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs.cc
    branches/fixed-point/libstdc++-v3/testsuite/26_numerics/complex/complex_inserters_extractors.cc
Modified:
    branches/fixed-point/libstdc++-v3/ChangeLog
    branches/fixed-point/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
    branches/fixed-point/libstdc++-v3/config/abi/pre/gnu.ver
    branches/fixed-point/libstdc++-v3/config/locale/generic/c_locale.cc
    branches/fixed-point/libstdc++-v3/config/locale/gnu/monetary_members.cc
    branches/fixed-point/libstdc++-v3/config/os/mingw32/os_defines.h
    branches/fixed-point/libstdc++-v3/include/Makefile.am
    branches/fixed-point/libstdc++-v3/include/Makefile.in
    branches/fixed-point/libstdc++-v3/include/bits/basic_string.tcc
    branches/fixed-point/libstdc++-v3/include/bits/fstream.tcc
    branches/fixed-point/libstdc++-v3/include/bits/istream.tcc
    branches/fixed-point/libstdc++-v3/include/bits/locale_classes.h
    branches/fixed-point/libstdc++-v3/include/bits/ostream.tcc
    branches/fixed-point/libstdc++-v3/include/bits/ostream_insert.h
    branches/fixed-point/libstdc++-v3/include/bits/stl_algobase.h
    branches/fixed-point/libstdc++-v3/include/bits/stl_iterator_base_types.h
    branches/fixed-point/libstdc++-v3/include/bits/stl_raw_storage_iter.h
    branches/fixed-point/libstdc++-v3/include/bits/stl_tempbuf.h
    branches/fixed-point/libstdc++-v3/include/bits/valarray_array.h
    branches/fixed-point/libstdc++-v3/include/debug/deque
    branches/fixed-point/libstdc++-v3/include/ext/algorithm
    branches/fixed-point/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
    branches/fixed-point/libstdc++-v3/include/ext/vstring.tcc
    branches/fixed-point/libstdc++-v3/include/std/bitset
    branches/fixed-point/libstdc++-v3/include/std/complex
    branches/fixed-point/libstdc++-v3/include/std/fstream
    branches/fixed-point/libstdc++-v3/include/std/memory
    branches/fixed-point/libstdc++-v3/include/std/type_traits
    branches/fixed-point/libstdc++-v3/include/tr1/hypergeometric.tcc
    branches/fixed-point/libstdc++-v3/libsupc++/Makefile.am
    branches/fixed-point/libstdc++-v3/libsupc++/Makefile.in
    branches/fixed-point/libstdc++-v3/libsupc++/cxxabi.h
    branches/fixed-point/libstdc++-v3/libsupc++/eh_exception.cc
    branches/fixed-point/libstdc++-v3/libsupc++/eh_personality.cc
    branches/fixed-point/libstdc++-v3/libsupc++/vec.cc
    branches/fixed-point/libstdc++-v3/src/compatibility.cc
    branches/fixed-point/libstdc++-v3/src/ios.cc
    branches/fixed-point/libstdc++-v3/src/ios_init.cc
    branches/fixed-point/libstdc++-v3/src/istream.cc
    branches/fixed-point/libstdc++-v3/testsuite/17_intro/headers/c++200x/all.cc
    branches/fixed-point/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc
    branches/fixed-point/libstdc++-v3/testsuite/20_util/auto_ptr/assign_neg.cc
    branches/fixed-point/libstdc++-v3/testsuite/20_util/headers/type_traits/types_std_c++0x_neg.cc
    branches/fixed-point/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
    branches/fixed-point/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
    branches/fixed-point/libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc
    branches/fixed-point/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/14220.cc
    branches/fixed-point/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
    branches/fixed-point/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
    branches/fixed-point/libstdc++-v3/testsuite/25_algorithms/unique_copy/2.cc
    branches/fixed-point/libstdc++-v3/testsuite/lib/libstdc++.exp
    branches/fixed-point/libstdc++-v3/testsuite/util/testsuite_abi.cc
    branches/fixed-point/libstdc++-v3/testsuite/util/testsuite_iterators.h

Changes in other areas also in this revision:
Added:
    branches/fixed-point/gcc/testsuite/g++.dg/abi/forced.C
      - copied unchanged from r124551, trunk/gcc/testsuite/g++.dg/abi/forced.C
    branches/fixed-point/gcc/testsuite/g++.dg/other/nested-extern-1.C
      - copied unchanged from r124551, trunk/gcc/testsuite/g++.dg/other/nested-extern-1.C
    branches/fixed-point/gcc/testsuite/g++.dg/other/nested-extern-2.C
      - copied unchanged from r124551, trunk/gcc/testsuite/g++.dg/other/nested-extern-2.C
    branches/fixed-point/gcc/testsuite/g++.dg/other/nested-extern.cc
      - copied unchanged from r124551, trunk/gcc/testsuite/g++.dg/other/nested-extern.cc
    branches/fixed-point/gcc/testsuite/g++.old-deja/g++.mike/empty.C
      - copied unchanged from r124551, trunk/gcc/testsuite/g++.old-deja/g++.mike/empty.C
    branches/fixed-point/gcc/testsuite/gcc.dg/pr30957-1.c
      - copied unchanged from r124551, trunk/gcc/testsuite/gcc.dg/pr30957-1.c
    branches/fixed-point/gcc/testsuite/gcc.dg/pr31847.c
      - copied unchanged from r124551, trunk/gcc/testsuite/gcc.dg/pr31847.c
    branches/fixed-point/gcc/testsuite/gcc.target/i386/pr31854.c
      - copied unchanged from r124551, trunk/gcc/testsuite/gcc.target/i386/pr31854.c
    branches/fixed-point/gcc/testsuite/gfortran.dg/actual_array_result_1.f90
      - copied unchanged from r124551, trunk/gcc/testsuite/gfortran.dg/actual_array_result_1.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/besxy.f90
      - copied unchanged from r124551, trunk/gcc/testsuite/gfortran.dg/besxy.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/char_length_4.f90
      - copied unchanged from r124551, trunk/gcc/testsuite/gfortran.dg/char_length_4.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/char_type_len_2.f90
      - copied unchanged from r124551, trunk/gcc/testsuite/gfortran.dg/char_type_len_2.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/do_3.F90
      - copied unchanged from r124551, trunk/gcc/testsuite/gfortran.dg/do_3.F90
    branches/fixed-point/gcc/testsuite/gfortran.dg/erf.f90
      - copied unchanged from r124551, trunk/gcc/testsuite/gfortran.dg/erf.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/fseek.f90
      - copied unchanged from r124551, trunk/gcc/testsuite/gfortran.dg/fseek.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/iostat_4.f90
      - copied unchanged from r124551, trunk/gcc/testsuite/gfortran.dg/iostat_4.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/large_unit_1.f90
      - copied unchanged from r124551, trunk/gcc/testsuite/gfortran.dg/large_unit_1.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/large_unit_2.f90
      - copied unchanged from r124551, trunk/gcc/testsuite/gfortran.dg/large_unit_2.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/parameter_array_init_1.f90
      - copied unchanged from r124551, trunk/gcc/testsuite/gfortran.dg/parameter_array_init_1.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/parameter_array_init_2.f90
      - copied unchanged from r124551, trunk/gcc/testsuite/gfortran.dg/parameter_array_init_2.f90
    branches/fixed-point/gcc/testsuite/gnat.dg/opt1.adb
      - copied unchanged from r124551, trunk/gcc/testsuite/gnat.dg/opt1.adb
    branches/fixed-point/gcc/testsuite/gnat.dg/opt1.ads
      - copied unchanged from r124551, trunk/gcc/testsuite/gnat.dg/opt1.ads
    branches/fixed-point/libgomp/config/linux/proc.c
      - copied unchanged from r124551, trunk/libgomp/config/linux/proc.c
Modified:
    branches/fixed-point/   (props changed)
    branches/fixed-point/gcc/ChangeLog
    branches/fixed-point/gcc/DATESTAMP
    branches/fixed-point/gcc/basic-block.h
    branches/fixed-point/gcc/c-common.h
    branches/fixed-point/gcc/c-cppbuiltin.c
    branches/fixed-point/gcc/c-incpath.c
    branches/fixed-point/gcc/c-opts.c
    branches/fixed-point/gcc/cfghooks.c
    branches/fixed-point/gcc/collect2.c
    branches/fixed-point/gcc/config.in
    branches/fixed-point/gcc/config/bfin/bfin-protos.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/i386/i386.c
    branches/fixed-point/gcc/config/m32c/jump.md
    branches/fixed-point/gcc/config/m32c/m32c-protos.h
    branches/fixed-point/gcc/config/m32c/m32c.c
    branches/fixed-point/gcc/config/m32c/muldiv.md
    branches/fixed-point/gcc/config/m32c/shift.md
    branches/fixed-point/gcc/config/mips/mips.c
    branches/fixed-point/gcc/config/mips/mips.h
    branches/fixed-point/gcc/config/pa/pa.c
    branches/fixed-point/gcc/config/pa/pa.md
    branches/fixed-point/gcc/config/s390/s390.md
    branches/fixed-point/gcc/config/xtensa/xtensa.md
    branches/fixed-point/gcc/configure
    branches/fixed-point/gcc/configure.ac
    branches/fixed-point/gcc/cp/ChangeLog
    branches/fixed-point/gcc/cp/mangle.c
    branches/fixed-point/gcc/cp/parser.c
    branches/fixed-point/gcc/crtstuff.c
    branches/fixed-point/gcc/doc/extend.texi
    branches/fixed-point/gcc/doc/invoke.texi
    branches/fixed-point/gcc/dominance.c
    branches/fixed-point/gcc/fortran/ChangeLog
    branches/fixed-point/gcc/fortran/array.c
    branches/fixed-point/gcc/fortran/check.c
    branches/fixed-point/gcc/fortran/decl.c
    branches/fixed-point/gcc/fortran/gfortran.h
    branches/fixed-point/gcc/fortran/intrinsic.c
    branches/fixed-point/gcc/fortran/intrinsic.h
    branches/fixed-point/gcc/fortran/intrinsic.texi
    branches/fixed-point/gcc/fortran/iresolve.c
    branches/fixed-point/gcc/fortran/resolve.c
    branches/fixed-point/gcc/fortran/simplify.c
    branches/fixed-point/gcc/fortran/trans-array.c
    branches/fixed-point/gcc/fortran/trans-decl.c
    branches/fixed-point/gcc/fortran/trans-io.c
    branches/fixed-point/gcc/fortran/trans-stmt.c
    branches/fixed-point/gcc/fortran/trans.c
    branches/fixed-point/gcc/fortran/trans.h
    branches/fixed-point/gcc/gcc.c
    branches/fixed-point/gcc/gimplify.c
    branches/fixed-point/gcc/ifcvt.c
    branches/fixed-point/gcc/ipa-inline.c
    branches/fixed-point/gcc/loop-unroll.c
    branches/fixed-point/gcc/opts.c
    branches/fixed-point/gcc/testsuite/ChangeLog
    branches/fixed-point/gcc/testsuite/g++.old-deja/g++.other/inline8.C
    branches/fixed-point/gcc/testsuite/g++.old-deja/g++.pt/static11.C
    branches/fixed-point/gcc/testsuite/gcc.dg/dfp/convert-bfp-fold.c
    branches/fixed-point/gcc/testsuite/gcc.dg/invalid-call-1.c
    branches/fixed-point/gcc/testsuite/gcc.dg/pch/pch.exp
    branches/fixed-point/gcc/testsuite/gcc.dg/special/gcsec-1.c
    branches/fixed-point/gcc/testsuite/gfortran.dg/bounds_check_fail_1.f90
    branches/fixed-point/gcc/testsuite/gfortran.dg/new_line.f90
    branches/fixed-point/gcc/timevar.c
    branches/fixed-point/gcc/tree-cfg.c
    branches/fixed-point/gcc/tree-cfgcleanup.c
    branches/fixed-point/gcc/tree-dump.c
    branches/fixed-point/gcc/tree-ssa-dce.c
    branches/fixed-point/gcc/tree-ssa-dom.c
    branches/fixed-point/gcc/tree-ssa-loop-im.c
    branches/fixed-point/gcc/tree-ssa.c
    branches/fixed-point/gcc/varasm.c
    branches/fixed-point/include/ChangeLog
    branches/fixed-point/include/libiberty.h
    branches/fixed-point/libgfortran/ChangeLog
    branches/fixed-point/libgfortran/gfortran.map
    branches/fixed-point/libgfortran/intrinsics/system.c
    branches/fixed-point/libgfortran/io/intrinsics.c
    branches/fixed-point/libgfortran/io/io.h
    branches/fixed-point/libgfortran/io/lock.c
    branches/fixed-point/libgfortran/io/transfer.c
    branches/fixed-point/libgfortran/io/unix.c
    branches/fixed-point/libgfortran/libgfortran.h
    branches/fixed-point/libgfortran/runtime/error.c
    branches/fixed-point/libgomp/ChangeLog
    branches/fixed-point/libgomp/configure.tgt
    branches/fixed-point/libiberty/ChangeLog
    branches/fixed-point/libiberty/argv.c
    branches/fixed-point/libiberty/cp-demangle.c
    branches/fixed-point/libiberty/testsuite/demangle-expected
    branches/fixed-point/libjava/ChangeLog
    branches/fixed-point/libjava/classpath/ChangeLog
    branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/Jdwp.java
    branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/event/Event.java
    branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/transport/JdwpConnection.java
    branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/Jdwp$1.class
    branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/Jdwp.class
    branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/event/Event.class
    branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/transport/JdwpConnection.class
    branches/fixed-point/libjava/gnu/classpath/jdwp/Jdwp.h
    branches/fixed-point/libjava/gnu/classpath/jdwp/event/Event.h
    branches/fixed-point/libjava/gnu/classpath/jdwp/natVMVirtualMachine.cc
    branches/fixed-point/libjava/gnu/classpath/jdwp/transport/JdwpConnection.h
    branches/fixed-point/libjava/java/lang/natString.cc

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



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