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]

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


Author: chaoyingfu
Date: Fri May  4 00:30:00 2007
New Revision: 124402

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

........
  r124240 | mrs | 2007-04-27 14:36:34 -0700 (Fri, 27 Apr 2007) | 2 lines
  
  	* config/rs6000/darwin.h (ALWAYS_PUSH_CONSTS_USING_REGS_P): Remove.
........
  r124242 | rguenth | 2007-04-27 14:50:04 -0700 (Fri, 27 Apr 2007) | 8 lines
  
  2007-04-27  Richard Guenther  <rguenther@suse.de>
  
  	* tree-ssa-forwprop.c (forward_propagate_into_cond): Keep track
  	if we simplified anything.
  	(tree_ssa_forward_propagate_single_use_vars): Defer overflow
  	warnings until we did a simplification and the stmt was not
  	marked as TREE_NO_WARNING.
........
  r124243 | paolo | 2007-04-27 15:59:36 -0700 (Fri, 27 Apr 2007) | 67 lines
  
  2007-04-27  Paolo Carlini  <pcarlini@suse.de>
  
  	DR 438, [DR].
  	* include/bits/basic_string.h (_S_construct_aux(_InIterator,
  	_InIterator, const _Alloc&, __true_type)): Do not cast the
  	second argument.
  	* include/ext/rc_string_base.h (_S_construct_aux(_Integer,
  	_Integer, const _Alloc&, std::__true_type)): Likewise.
  	* include/ext/sso_string_base.h (_M_construct_aux(_InIterator,
  	_InIterator, std::__true_type)): Likewise.
  	* include/bits/stl_deque.h (_M_initialize_dispatch(_Integer,
  	_Integer, __true_type)): Cast the first argument.
  	(_M_assign_dispatch(_Integer, _Integer, __true_type)): Do
  	not cast the arguments.
  	(_M_insert_dispatch(iterator, _Integer, _Integer, __true_type)):
  	Likewise.
  	* include/bits/stl_list.h (_M_initialize_dispatch(_Integer,
  	_Integer, __true_type)): Likewise.
  	(_M_assign_dispatch(_Integer, _Integer, __true_type)): Do
  	not cast both arguments.
  	* include/bits/stl_bvector.h (_M_initialize_dispatch(_Integer,
  	_Integer, __true_type)): Cast the first argument.
  	(_M_assign_dispatch(_Integer, _Integer, __true_type)): Do not
  	cast the arguments.
  	* include/bits/stl_vector.h (_M_initialize_dispatch(_Integer,
  	_Integer, __true_type)): Cast the first argument.
  	(_M_assign_dispatch(_Integer, _Integer, __true_type)): Do not
  	cast the arguments.
  	(_M_insert_dispatch(iterator, _Integer, _Integer, __true_type)):
  	Likewise.
  	* testsuite/21_strings/basic_string/requirements/dr438/
  	constructor.cc: New.
  	* testsuite/ext/vstring/requirements/dr438/constructor.cc: Likewise.
  	* testsuite/23_containers/requirements/sequences/dr438/deque/
  	assign_neg.cc: Likewise.
  	* testsuite/23_containers/requirements/sequences/dr438/deque/
  	constructor.cc: Likewise.
  	* testsuite/23_containers/requirements/sequences/dr438/deque/
  	constructor_1_neg.cc: Likewise.
  	* testsuite/23_containers/requirements/sequences/dr438/deque/
  	constructor_1_neg.cc: Likewise.
  	* testsuite/23_containers/requirements/sequences/dr438/deque/
  	insert_neg.cc: Likewise.
  	* testsuite/23_containers/requirements/sequences/dr438/list/
  	assign_neg.cc: Likewise.
  	* testsuite/23_containers/requirements/sequences/dr438/list/
  	constructor.cc: Likewise.
  	* testsuite/23_containers/requirements/sequences/dr438/list/
  	constructor_1_neg.cc: Likewise.
  	* testsuite/23_containers/requirements/sequences/dr438/list/
  	constructor_1_neg.cc: Likewise.
  	* testsuite/23_containers/requirements/sequences/dr438/list/
  	insert_neg.cc: Likewise.
  	* testsuite/23_containers/requirements/sequences/dr438/vector/
  	assign_neg.cc: Likewise.
  	* testsuite/23_containers/requirements/sequences/dr438/vector/
  	constructor.cc: Likewise.
  	* testsuite/23_containers/requirements/sequences/dr438/vector/
  	constructor_1_neg.cc: Likewise.
  	* testsuite/23_containers/requirements/sequences/dr438/vector/
  	constructor_1_neg.cc: Likewise.
  	* testsuite/23_containers/requirements/sequences/dr438/vector/
  	insert_neg.cc: Likewise.
  	* testsuite/23_containers/requirements/sequences/dr438/vector/
  	bool/constructor.cc: Likewise.
  	* docs/html/ext/howto.html: Add an entry for DR 438.
........
  r124246 | gccadmin | 2007-04-27 16:17:08 -0700 (Fri, 27 Apr 2007) | 1 line
  
  Daily bump.
........
  r124248 | kkojima | 2007-04-27 17:07:40 -0700 (Fri, 27 Apr 2007) | 6 lines
  
  	* config/sh/sh.c (output_stack_adjust): Avoid using the frame
  	register itself to hold the offset constant.  Tell flow the use
  	of r4 and r5 when they are used.
........
  r124249 | kseitz | 2007-04-27 18:02:10 -0700 (Fri, 27 Apr 2007) | 18 lines
  
          * classpath/lib/gnu/classpath/jdwp/event/filters/
          LocationOnlyFilter.class: Regenerated;
          * classpath/lib/gnu/classpath/jdwp/util/Location.class:
          Regenerated.
          * gnu/classpath/jdwp/VMMethod.java
          * classpath/lib/gnu/classpath/jdwp/VMMethod.class:
          Regenerated.
          * gnu/classpath/jdwp/VMMethod.h: Regenerated.
          * gnu/classpath/jdwp/util/Location.h: Regenerated.
  
          * gnu/classpath/jdwp/event/filters/LocationOnlyFilter.java
          (matches): Use Location.equals to determine equality.
          * gnu/classpath/jdwp/VMMethod.java (equals):
          New method.
          * gnu/classpath/jdwp/util/Location.java (equals):
          New method.
........
  r124250 | kseitz | 2007-04-27 18:05:36 -0700 (Fri, 27 Apr 2007) | 14 lines
  
          * classpath/lib/gnu/classpath/jdwp/Jdwp.class: Regenerated.
          * classpath/lib/gnu/classpath/jdwp/event/EventManager.class:
          Regenerated.
          * gnu/classpath/jdwp/event/EventManager.h: Regenerated.
  
          * gnu/classpath/jdwp/event/EventManager.java
          (getEventRequest): Rename to...
          (getEventRequests): ...this.
          Change return type to array of requests.
          Construct a list of all matching events and return
          them all.
          * gnu/classpath/jdwp/Jdwp.java (notify): Use getEventRequests
          and send event notifications for all matching requests.
........
  r124251 | fitzsim | 2007-04-27 18:58:23 -0700 (Fri, 27 Apr 2007) | 13 lines
  
  2007-04-04  Francis Kung  <fkung@redhat.com>
  
          * gnu/java/awt/peer/gtk/ComponentGraphics.java
          (cairoDrawGlyphVector): Removed method.
          (cairoSetFont): Removed method.
          (disposeNative): Removed method.
          * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c
          (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawGlyphVector): Added
          locking.
          (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoSetFont): Added locking.
          (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_disposeNative): Added locking.
........
  r124252 | jvdelisle | 2007-04-27 19:03:21 -0700 (Fri, 27 Apr 2007) | 13 lines
  
  2007-04-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
  
  	* io/file_pos.c (st_backspace): Set flags.position for end of file
  	condition and use new function update_position.
  	(st_endfile): Use new function update_position.
  	* io/io.h: Add prototype for new function.
  	* io/inquire.c (inquire_via_unit): If not direct access, set NEXTREC
  	to zero.
  	* io/unit.c (update_position): New function to update position info
  	used by inquire.
  	* io/transfer.c (next_record): Fix typo and use new function.
........

Added:
    branches/fixed-point/libstdc++-v3/testsuite/21_strings/basic_string/requirements/dr438/
      - copied from r124252, trunk/libstdc++-v3/testsuite/21_strings/basic_string/requirements/dr438/
    branches/fixed-point/libstdc++-v3/testsuite/23_containers/requirements/
      - copied from r124252, trunk/libstdc++-v3/testsuite/23_containers/requirements/
    branches/fixed-point/libstdc++-v3/testsuite/ext/vstring/requirements/dr438/
      - copied from r124252, trunk/libstdc++-v3/testsuite/ext/vstring/requirements/dr438/
Modified:
    branches/fixed-point/libstdc++-v3/ChangeLog
    branches/fixed-point/libstdc++-v3/docs/html/ext/howto.html
    branches/fixed-point/libstdc++-v3/include/bits/basic_string.h
    branches/fixed-point/libstdc++-v3/include/bits/stl_bvector.h
    branches/fixed-point/libstdc++-v3/include/bits/stl_deque.h
    branches/fixed-point/libstdc++-v3/include/bits/stl_list.h
    branches/fixed-point/libstdc++-v3/include/bits/stl_vector.h
    branches/fixed-point/libstdc++-v3/include/ext/rc_string_base.h
    branches/fixed-point/libstdc++-v3/include/ext/sso_string_base.h

Changes in other areas also in this revision:
Modified:
    branches/fixed-point/   (props changed)
    branches/fixed-point/gcc/ChangeLog
    branches/fixed-point/gcc/DATESTAMP
    branches/fixed-point/gcc/config/rs6000/darwin.h
    branches/fixed-point/gcc/config/sh/sh.c
    branches/fixed-point/gcc/tree-ssa-forwprop.c
    branches/fixed-point/libgfortran/ChangeLog
    branches/fixed-point/libgfortran/io/file_pos.c
    branches/fixed-point/libgfortran/io/inquire.c
    branches/fixed-point/libgfortran/io/io.h
    branches/fixed-point/libgfortran/io/transfer.c
    branches/fixed-point/libgfortran/io/unit.c
    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/EventManager.java
    branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/event/filters/LocationOnlyFilter.java
    branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/util/Location.java
    branches/fixed-point/libjava/classpath/gnu/java/awt/peer/gtk/ComponentGraphics.java
    branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/Jdwp.class
    branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/VMMethod.class
    branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/event/EventManager.class
    branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/event/filters/LocationOnlyFilter.class
    branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/util/Location.class
    branches/fixed-point/libjava/classpath/lib/gnu/java/awt/peer/gtk/ComponentGraphics.class
    branches/fixed-point/libjava/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c
    branches/fixed-point/libjava/gnu/classpath/jdwp/VMMethod.h
    branches/fixed-point/libjava/gnu/classpath/jdwp/VMMethod.java
    branches/fixed-point/libjava/gnu/classpath/jdwp/event/EventManager.h
    branches/fixed-point/libjava/gnu/classpath/jdwp/util/Location.h

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]