Skip to content
Snippets Groups Projects
  1. Sep 20, 2006
    • dannysmith's avatar
      PR target/27650 · d7db2b38
      dannysmith authored
      	* class.c (check_for_override): Remove dllimport from virtual
      	methods.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117096 138bc75d-0d04-0410-961f-82ee72b054a4
      d7db2b38
    • rsandifo's avatar
      gcc/ · 15ea25ad
      rsandifo authored
      	* config/mips/mips.c (CODE_FOR_mips_abs_ps): Delete.
      	* config/mips/mips.md (UNSPEC_ABS_PS): New constant.
      	(UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2)
      	(UNSPEC_SINGLE_CC, UNSPEC_SCC): Bump values by 1.
      	(*nmadd<mode>, *nmadd<mode>_fastmath): Require !HONOR_NANS.
      	(*nmsub<mode>, *nmsub<mode>_fastmath): Likewise.
      	(abs<mode>2, neg<mode>2): Likewise.
      	* config/mips/mips-ps-3d.md (mips_abs_ps): New define_expand.
      	(*mips_abs_ps): New define_insn.
      
      gcc/testsuite/
      	* gcc.target/mips/mips-ps-type.c: Add -ffinite-math-only.
      	* gcc.target/mips/nmadd-2.c: Likewise.
      	* gcc.target/mips/mips-ps-6.c: New test.
      	* gcc.target/mips/neg-abs-1.c: Likewise.
      	* gcc.target/mips/neg-abs-2.c: Likewise.
      	* gcc.target/mips/nmadd-3.c: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117093 138bc75d-0d04-0410-961f-82ee72b054a4
      15ea25ad
    • guerby's avatar
      2006-08-20 Laurent GUERBY <laurent@guerby.net> · 682b4c7a
      guerby authored
              PR ada/28716
              g-socket.adb (Bind_Socket): Call Set_Address.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117092 138bc75d-0d04-0410-961f-82ee72b054a4
      682b4c7a
    • jconner's avatar
      2006-09-20 Josh Conner <jconner@apple.com> · dee3c9dd
      jconner authored
      	PR middle-end/25505
      	* calls.c (expand_call): Allow reuse of structure return stack
      	temp.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117091 138bc75d-0d04-0410-961f-82ee72b054a4
      dee3c9dd
    • pbrook's avatar
      Remove stray gcc/ from ChangeLog. · 877771b2
      pbrook authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117088 138bc75d-0d04-0410-961f-82ee72b054a4
      877771b2
    • pbrook's avatar
      2006-09-20 Paul Brook <paul@codesourcery.com> · a341fc0c
      pbrook authored
      	gcc/
      	* config/arm/unwind-arm.c (selfrel_offset31): Clear top bit for
      	positive offsets.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117087 138bc75d-0d04-0410-961f-82ee72b054a4
      a341fc0c
    • kseitz's avatar
      * jvmti.cc (_Jv_JVMTI_GetErrorName): New function. · 31d522aa
      kseitz authored
              (_Jv_JVMTI_Interface): Define GetErrorName member.
              * testsuite/libjava.jvmti/geterrorname.java: New file.
              * testsuite/libjava.jvmti/geterrorname.out: New file.
              * testsuite/libjava.jvmti/natgeterrorname.cc: New file.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117086 138bc75d-0d04-0410-961f-82ee72b054a4
      31d522aa
    • janis's avatar
      * doc/extend.texi (Decimal Float): Update for latest draft TR, · cded8ad2
      janis authored
      	clean up terminology.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117085 138bc75d-0d04-0410-961f-82ee72b054a4
      cded8ad2
    • sje's avatar
      PR target/28574 · fa4578c6
      sje authored
      	* ifcvt.c (dead_or_predicable): Don't predicate then blocks
      	with tablejumps in them.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117084 138bc75d-0d04-0410-961f-82ee72b054a4
      fa4578c6
    • bkoz's avatar
      2006-09-20 Benjamin Kosnik <bkoz@redhat.com> · 59ae0c9c
      bkoz authored
      	* include/ext/pb_ds/detail/
      	typelist_assoc_container.hpp: Remove, unused.
      	* include/ext/pb_ds/detail/typelist/
      	typelist_assoc_container_find.hpp: Same.
      	* include/ext/pb_ds/detail/typelist: Remove.	
      	* include/ext/pb_ds/detail/typelist.hpp: Merge...
      	* include/ext/pb_ds/detail/typelist/typelist_flatten.hpp: Same.
      	* include/ext/pb_ds/detail/typelist/typelist_contains.hpp: Same.
      	* include/ext/pb_ds/detail/typelist/typelist_typelist_append.hpp: Same.
      	* include/ext/pb_ds/detail/typelist/typelist_apply.hpp: Same.
      	* include/ext/pb_ds/detail/typelist/typelist_filter.hpp: Same.
      	* include/ext/pb_ds/detail/typelist/typelist_append.hpp: Same.
      	* include/ext/pb_ds/detail/typelist/typelist_at_index.hpp: Same.
      	* include/ext/pb_ds/detail/typelist/typelist_transform.hpp: Same.
      	* include/ext/typelist.h: ... into this.
      	* include/Makefile.am: Subtractions.
      	* include/Makefile.in: Regenerate.
      
      	* include/ext/pb_ds/assoc_container.hpp: Fixups for new includes,
      	namespaces, and names.	
      	* include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp: Same.
      	* include/ext/pb_ds/detail/resize_policy/
      	hash_prime_size_policy_imp.hpp: Same.
      	* include/ext/pb_ds/detail/resize_policy/
      	cc_hash_max_collision_check_resize_trigger_imp.hpp: Same.
      	* include/ext/pb_ds/detail/resize_policy/
      	sample_resize_policy.hpp: Same.
      	* include/ext/pb_ds/detail/resize_policy/
      	sample_resize_trigger.hpp: Same.
      	* include/ext/pb_ds/detail/resize_policy/
      	hash_exponential_size_policy_imp.hpp: Same.
      	* include/ext/pb_ds/detail/resize_policy/
      	hash_load_check_resize_trigger_size_base.hpp: Same.
      	* include/ext/pb_ds/detail/resize_policy/
      	hash_load_check_resize_trigger_imp.hpp: Same.
      	* include/ext/pb_ds/detail/resize_policy/
      	hash_standard_resize_policy_imp.hpp: Same.
      	* include/ext/pb_ds/detail/container_base_dispatch.hpp: Same.
      	* testsuite/performance/ext/pb_ds/text_find_timing.cc
      	* testsuite/performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc
      	* testsuite/performance/ext/pb_ds/tree_text_insert_timing.cc
      	* testsuite/performance/ext/pb_ds/priority_queue_text_push_timing.cc
      	* testsuite/performance/ext/pb_ds/random_int_subscript_find_timing.cc
      	* testsuite/performance/ext/pb_ds/tree_split_join_timing.cc
      	* testsuite/performance/ext/pb_ds/random_int_find_timing.cc
      	* testsuite/performance/ext/pb_ds/
      	multimap_text_insert_mem_usage.hpp: Same.
      	* testsuite/performance/ext/pb_ds/
      	priority_queue_random_int_push_timing.cc
      	* testsuite/performance/ext/pb_ds/multimap_text_find_timing.hpp: Same.
      	* testsuite/performance/ext/pb_ds/
      	priority_queue_text_modify_timing.hpp: Same.
      	* testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc
      	* testsuite/performance/ext/pb_ds/
      	priority_queue_text_push_pop_timing.cc
      	* testsuite/performance/ext/pb_ds/priority_queue_text_join_timing.cc
      	* testsuite/performance/ext/pb_ds/
      	priority_queue_random_int_push_pop_timing.cc
      	* testsuite/performance/ext/pb_ds/random_int_subscript_insert_timing.cc
      	* testsuite/performance/ext/pb_ds/tree_text_lor_find_timing.cc
      	* testsuite/performance/ext/pb_ds/
      	multimap_text_insert_timing.hpp: Same.
      	* testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem_usage.cc
      	* testsuite/performance/ext/pb_ds/hash_zlob_random_int_find_timing.cc
      	* testsuite/performance/23_containers/find/map.cc
      	* testsuite/performance/23_containers/create/map.cc
      	* testsuite/performance/23_containers/insert_erase/associative.cc
      	* testsuite/performance/23_containers/insert/sequence.cc
      	* testsuite/performance/23_containers/insert/associative.cc
      	* testsuite/performance/23_containers/create_from_sorted/set.cc
      	* testsuite/performance/23_containers/index/map.cc
      	* testsuite/performance/23_containers/insert_from_sorted/set.cc
      	* testsuite/performance/23_containers/create_sort/list.cc
      	* testsuite/performance/23_containers/sort_search/list.cc
      	* testsuite/performance/23_containers/producer_consumer/sequence.cc
      	* testsuite/performance/23_containers/producer_consumer/associative.cc
      	* testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
      	* testsuite/util/regression/rand/priority_queue/
      	rand_regression_test.hpp: Same.
      	* testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
      	* testsuite/util/regression/assoc/common_type.hpp: Same.
      	* testsuite/util/native_type/assoc/native_multimap.hpp: Same.
      	* testsuite/util/native_type/assoc/native_tree_tag.hpp: Same.
      	* testsuite/util/native_type/assoc/native_hash_multimap.hpp: Same.
      	* testsuite/util/native_type/assoc/native_set.hpp: Same.
      	* testsuite/util/native_type/assoc/native_map.hpp: Same.
      	* testsuite/util/native_type/assoc/native_hash_set.hpp: Same.
      	* testsuite/util/native_type/assoc/native_hash_map.hpp: Same.
      	* testsuite/util/common_type/priority_queue/common_type.hpp: Same.
      	* testsuite/util/common_type/assoc/common_type.hpp: Same.
      	* testsuite/util/common_type/assoc/string_form.hpp: Same.
      	* testsuite/util/common_type/assoc/template_policy.hpp: Same.
      	* testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp: 
      	Same.
      	* testsuite/util/performance/priority_queue/timing/push_pop_test.hpp: 
      	Same.
      	* testsuite/util/performance/priority_queue/timing/join_test.hpp: Same.
      	* testsuite/util/performance/priority_queue/timing/push_test.hpp: Same.
      	* testsuite/util/performance/priority_queue/timing/modify_test.hpp: 
      	Same.
      	* testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp: 
      	Same.
      	* testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same.
      	* testsuite/util/performance/assoc/timing/common_type.hpp: Same.
      	* testsuite/util/performance/assoc/timing/multimap_insert_test.hpp: 
      	Same.
      	* testsuite/util/performance/assoc/timing/subscript_find_test.hpp: 
      	Same.
      	* testsuite/util/performance/assoc/timing/find_test.hpp: Same.
      	* testsuite/util/performance/assoc/timing/subscript_insert_test.hpp: 
      	Same.
      	* testsuite/util/performance/assoc/timing/insert_test.hpp: Same.
      	* testsuite/util/performance/assoc/timing/
      	tree_order_statistics_test.hpp: Same.
      	* testsuite/util/performance/assoc/timing/multimap_find_test.hpp: Same.
      	* testsuite/util/performance/assoc/timing/tree_split_join_test.hpp: 
      	Same.
      	* testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
      
      	* testsuite/ext/pb_ds/example/hash_resize_neg.cc: Fixup line numbers.
      	
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117081 138bc75d-0d04-0410-961f-82ee72b054a4
      59ae0c9c
    • gary's avatar
      · 42f38b86
      gary authored
      	* ChangeLog: Fix latest entry.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117080 138bc75d-0d04-0410-961f-82ee72b054a4
      42f38b86
    • jakub's avatar
      PR middle-end/28046 · eaa3785f
      jakub authored
      	* c-omp.c (c_finish_omp_atomic): If ADDR is not simple enough,
      	wrap it into TARGET_EXPR.
      
      	* gcc.dg/gomp/atomic-10.c: New test.
      	* g++.dg/gomp/atomic-10.C: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117077 138bc75d-0d04-0410-961f-82ee72b054a4
      eaa3785f
    • echristo's avatar
      2006-09-20 Eric Christopher <echristo@apple.com> · 99efba31
      echristo authored
              * config/i386/i386.c (x86_fisttp): Remove.
              * config/i386/i386.h (x86_fisttp): Ditto.
              (TARGET_FISTTP): Ditto.
      
      2006-09-20  Eric Christopher  <echristo@apple.com>
      
              * gcc.target/i386/sse3-not-fisttp.c: New.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117076 138bc75d-0d04-0410-961f-82ee72b054a4
      99efba31
    • gary's avatar
      2006-09-20 Gary Benson <gbenson@redhat.com> · 977e78d2
      gary authored
      	* java/net/InetAddress.java: Mostly merged with Classpath.
      	* java/net/VMInetAddress.java: New file.
      	* sources.am, Makefile.in: Rebuilt.
      
      	* java/net/natVMNetworkInterfacePosix.cc
      	(getInterfaces): Create InetAddress objects using
      	InetAddress.getByAddress.
      	* gnu/java/net/natPlainSocketImplPosix.cc
      	(accept, getOption): Likewise.
      	* gnu/java/net/natPlainDatagramSocketImplPosix.cc
      	(peekData, receive, getLocalAddress): Likewise.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117075 138bc75d-0d04-0410-961f-82ee72b054a4
      977e78d2
    • gary's avatar
      2006-09-20 Gary Benson <gbenson@redhat.com> · 1d54198a
      gary authored
      	* classpath/java/net/InetAddress.java: Updated to latest.
      	* classpath/java/net/Inet4Address.java: Likewise.
      	* classpath/java/net/Inet6Address.java: Likewise.
      	* classpath/java/net/ResolverCache.java: Likewise.
      	* classpath/java/net/SocketPermission.java: Likewise.
      
      	* classpath/java/net/Inet4Address.java
      	(AF_INET): Renamed to FAMILY.
      	(<init>, writeReplace): Reflect the above.
      	* classpath/java/net/Inet6Address.java
      	(AF_INET6): Renamed to FAMILY.
      	(<init>): Reflect the above.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117074 138bc75d-0d04-0410-961f-82ee72b054a4
      1d54198a
    • jvdelisle's avatar
      2006-09-19 Jack Howarth <howarth@bromo.med.uc.edu> · 7aa14523
      jvdelisle authored
      	* gfortran.dg/vect/vect-5.f90: Don't xfail lp64.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117072 138bc75d-0d04-0410-961f-82ee72b054a4
      7aa14523
    • gccadmin's avatar
      Daily bump. · eab8d21a
      gccadmin authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117070 138bc75d-0d04-0410-961f-82ee72b054a4
      eab8d21a
  2. Sep 19, 2006
    • echristo's avatar
      2006-09-19 Eric Christopher <echristo@apple.com> · 6db57367
      echristo authored
              * doc/tm.texi (OBJC_JBLEN): Describe.
              * config/i386/darwin.h (OBJC_JBLEN): Define.
              * config/rs6000/darwin.h: Ditto.
      
      2006-09-19  Eric Christopher  <echristo@apple.com>
      
              * objc-act.c (JBLEN): Rename to OBJC_JBLEN,
              default to something innocuous.
              (build_next_objc_exception_stuff): Rename JBLEN.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117066 138bc75d-0d04-0410-961f-82ee72b054a4
      6db57367
    • kseitz's avatar
      * testsuite/libjava.jvmti/jvmti.exp: New file. · aea6bed7
      kseitz authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117065 138bc75d-0d04-0410-961f-82ee72b054a4
      aea6bed7
    • kseitz's avatar
      * jvmti.cc (THREAD_DEFAULT_TO_CURRENT): Clarify parameter list. · 308909af
      kseitz authored
              (THREAD_CHECK_VALID): Likewise.
              (THREAD_CHECK_ALIVE): Likewise.
              (_Jv_JVMTI_SuspendThread): Call THREAD_CHECK_VALID on a Thread not
              jthread.
              (_Jv_JVMTI_ResumeThread): Likewise.
              (_Jv_JVMTI_InterruptThread): Likewise.
      
              (_Jv_JVMTI_DisposeEnvironment): Probably unwise to dereference an object
              that was just freed.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117064 138bc75d-0d04-0410-961f-82ee72b054a4
      308909af
    • steven's avatar
      PR rtl-optimization/21299 · 1b575dc7
      steven authored
              * reload1.c (reload): Purge invalid ASMs in the final pass.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117061 138bc75d-0d04-0410-961f-82ee72b054a4
      1b575dc7
    • rsandifo's avatar
      gcc/testsuite/ · 33bc61c8
      rsandifo authored
      	* gcc.c-torture/execute/pr28289.c (one): New variable.
      	(main): Use it instead of argc.
      	* gcc.c-torture/execute/20060102-1.c (one): New variable.
      	(main): Use it instead of argc.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117060 138bc75d-0d04-0410-961f-82ee72b054a4
      33bc61c8
    • tromey's avatar
      2006-09-19 Mark Wielaard <mark@klomp.org> · 3d18355f
      tromey authored
      	Fixes bug #29137
      	* java/util/logging/LogManager.java (addLogger): Always check for
      	existing children of a new Logger.
      
      2006-09-19  Tom Tromey  <tromey@redhat.com>
      
      	* java/util/logging/LogManager.java: Re-merged with Classpath.
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117058 138bc75d-0d04-0410-961f-82ee72b054a4
      3d18355f
    • sje's avatar
      PR 28490 · 27ab60b9
      sje authored
      	* config/ia64/ia64.c (ia64_legitimate_constant_p): Allow function
      	pointers as legitimate constants.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117057 138bc75d-0d04-0410-961f-82ee72b054a4
      27ab60b9
    • pbrook's avatar
      2006-09-19 Paul Brook <paul@codesourcery.com> · d105e3e2
      pbrook authored
      	PR target/28516
      	gcc/
      	* config/arm/arm.c (arm_unwind_emit_set): Handle reg = sp + const.
      
      	gcc/testsuite/
      	* gcc.dg/nested-func-5.c: New test.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117056 138bc75d-0d04-0410-961f-82ee72b054a4
      d105e3e2
    • pault's avatar
      2006-09-19 Paul Thomas <pault@gcc.gnu.org> · c0d8214c
      pault authored
      	   Steven Bosscher  <steven@gcc.gnu.org>
      
      	PR fortran/29101
      	* trans-stmt.c (gfc_trans_character_select): Store the label
      	from select_string and then clean up any temporaries from the
      	conversion of the select expression, before branching to the
      	selected case.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117053 138bc75d-0d04-0410-961f-82ee72b054a4
      c0d8214c
    • paolo's avatar
      2006-09-19 Paolo Carlini <pcarlini@suse.de> · ae4a7d92
      paolo authored
      	* include/tr1/hashtable_policy.h: Uglify all the names.
      	* include/tr1/hashtable: Likewise.
      	* include/tr1/unordered_map: Likewise.
      	* include/tr1/unordered_set: Likewise.
      	* include/tr1/functional: Uglify struct hash names.
      	* include/tr1/cmath: Uglify namespace detail to __detail.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117052 138bc75d-0d04-0410-961f-82ee72b054a4
      ae4a7d92
    • pinskia's avatar
      Fix some whitespace issues in the changelog. · 467bcbd9
      pinskia authored
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117051 138bc75d-0d04-0410-961f-82ee72b054a4
      467bcbd9
    • bkoz's avatar
      2006-09-18 Benjamin Kosnik <bkoz@redhat.com> · f675bba6
      bkoz authored
      	* testsuite/util/regression/res_mng: Remove.
      	* testsuite/util/regression/res_mng/dbg_ex_allocator_base.cc: Merge..
      	* testsuite/util/regression/res_mng/forced_exception.hpp: Merge...
      	* testsuite/util/regression/res_mng/dbg_ex_allocator_base.hpp: Merge..
      	* testsuite/util/regression/res_mng/dbg_ex_allocator.hpp: Merge..
      	* testsuite/util/testsuite_allocator.h (throw_allocator): Merge...
      	* include/ext/throw_allocator.h (throw_allocator): ... into this.
      	* src/throw_allocator.cc: ...and this.
      	* include/Makefile.am (ext_headers): Add.
      	* include/Makefile.in: Regenerate.	
      	* src/Makefile.am (sources): New.
      	* src/Makefile.in: Regenerate.
      	* testsuite/lib/libstdc++.exp: Subtract dbg_ex_allocator_base.cc.
      
      	* include/ext/pb_ds/detail/map_debug_base.hpp: Adjust
      	includes, names, and namespaces.
      	* testsuite/23_containers/list/modifiers/insert/25288.cc: Same.
      	* testsuite/util/regression/rand/priority_queue/detail/
      	erase_fn_imps.hpp: Same.
      	* testsuite/util/regression/rand/priority_queue/detail/
      	constructor_destructor_fn_imps.hpp: Same.
      	* testsuite/util/regression/rand/priority_queue/detail/
      	insert_fn_imps.hpp: Same.
      	* testsuite/util/regression/rand/priority_queue/detail/
      	modify_fn_imps.hpp: Same.
      	* testsuite/util/regression/rand/priority_queue/detail/
      	split_join_fn_imps.hpp: Same.
      	* testsuite/util/regression/rand/priority_queue/detail/
      	operator_fn_imps.hpp: Same.
      	* testsuite/util/regression/rand/priority_queue/
      	container_rand_regression_test.hpp: Same.
      	* testsuite/util/regression/rand/assoc/detail/
      	subscript_fn_imps.hpp: Same.
      	* testsuite/util/regression/rand/assoc/detail/
      	operator_fn_imps.hpp: Same.
      	* testsuite/util/regression/rand/assoc/detail/erase_fn_imps.hpp: Same.
      	* testsuite/util/regression/rand/assoc/detail/
      	constructor_destructor_fn_imps.hpp
      	* testsuite/util/regression/rand/assoc/detail/insert_fn_imps.hpp: Same.
      	* testsuite/util/regression/rand/assoc/detail/
      	split_join_fn_imps.hpp: Same.
      	* testsuite/util/regression/rand/assoc/
      	container_rand_regression_test.hpp: Same.
      	* testsuite/util/regression/priority_queue/common_type.hpp: Same.
      	* testsuite/util/regression/assoc/common_type.hpp: Same.
      	* testsuite/util/regression/basic_type.hpp: Same.
      	* testsuite/util/rng/twister_rand_gen.cc: Tweak.
      	
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117050 138bc75d-0d04-0410-961f-82ee72b054a4
      f675bba6
    • tromey's avatar
      config · e564ddd8
      tromey authored
      	* tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to
      	GCC_ENABLE.
      libgomp
      	* configure: Rebuilt.
      libstdc++-v3
      	* configure: Rebuilt.
      libmudflap
      	* configure: Rebuilt.
      libjava
      	* configure: Rebuilt.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117049 138bc75d-0d04-0410-961f-82ee72b054a4
      e564ddd8
    • gccadmin's avatar
      Daily bump. · f005ebd3
      gccadmin authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117047 138bc75d-0d04-0410-961f-82ee72b054a4
      f005ebd3
  3. Sep 18, 2006
Loading