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

chaoyingfu@gcc.gnu.org chaoyingfu@gcc.gnu.org
Mon Feb 5 22:36:00 GMT 2007


Author: chaoyingfu
Date: Mon Feb  5 22:36:16 2007
New Revision: 121621

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

........
  r121325 | gccadmin | 2007-01-29 16:17:57 -0800 (Mon, 29 Jan 2007) | 1 line
  
  Daily bump.
........
  r121329 | tromey | 2007-01-29 18:46:54 -0800 (Mon, 29 Jan 2007) | 5 lines
  
  2007-01-29  Kaloian Doganov  <kaloian@doganov.org>
  
  	* gnu/gcj/convert/BytesToCharsetAdaptor.java (read): Fix call to
  	'limit'.
........
  r121332 | sayle | 2007-01-29 20:39:59 -0800 (Mon, 29 Jan 2007) | 6 lines
  
  
  	* fold-const.c (round_up): Make HIGH an unsigned HOST_WIDE_INT to
  	avoid undefined behaviour on overflow.  Use force_fit_type_double
  	to construct the constant with the specified TREE_OVERFLOW.
........
  r121334 | rguenth | 2007-01-30 02:17:09 -0800 (Tue, 30 Jan 2007) | 8 lines
  
  2007-01-30  Richard Guenther  <rguenther@suse.de>
  
  	* passes.c (execute_one_pass): Reset in_gimple_form to not
  	confuse non-unit-at-a-time mode.
  
  	* gcc.dg/torture/pr30313.c: New testcase.
........
  r121335 | rguenth | 2007-01-30 02:23:01 -0800 (Tue, 30 Jan 2007) | 8 lines
  
  2007-01-30  Richard Guenther  <rguenther@suse.de>
  
  	* dwarf2out.c (reference_to_unused): Query varpool if the
  	variable was output.
  
  	* g++.dg/debug/pr27657.C: New testcase.
........
  r121336 | uros | 2007-01-30 03:20:07 -0800 (Tue, 30 Jan 2007) | 13 lines
  
  	* builtins.c (expand_builtin_int_interclass_roundingfn): New function
  	to handle optabs that operate on floating point input argument and
  	output to integer output.
  	(expand_builtin_mathfn) [BUILT_IN_ILOGB]: Move from here ...
  	(expand_builtin_interclass_mathfn) [BUILT_IN_ILOGB]: ... to here.
  	(expand_builtin): Expand BUILT_IN_ILOGB{,F,L} using
  	expand_builtin_interclass_mathfn ().
  	* config/i386/i386.md (fxtractxf3_i387): Rename from *fxtractxf3_i387.
  	(ilogbsi2): Remove.
  	(ilogbxf2, ilogb<mode>2): New expanders to implement ilogb, ilogbf and
  	ilogbl built-in functions as x87 intrinsics.
........
  r121337 | abel | 2007-01-30 03:33:55 -0800 (Tue, 30 Jan 2007) | 3 lines
  
  	* MAINTAINERS (Write After Approval): Add myself.
........

Added:
    branches/fixed-point/gcc/testsuite/g++.dg/debug/pr27657.C
      - copied unchanged from r121337, trunk/gcc/testsuite/g++.dg/debug/pr27657.C
    branches/fixed-point/gcc/testsuite/gcc.dg/torture/pr30313.c
      - copied unchanged from r121337, trunk/gcc/testsuite/gcc.dg/torture/pr30313.c
Modified:
    branches/fixed-point/   (props changed)
    branches/fixed-point/ChangeLog
    branches/fixed-point/MAINTAINERS
    branches/fixed-point/gcc/ChangeLog
    branches/fixed-point/gcc/DATESTAMP
    branches/fixed-point/gcc/builtins.c
    branches/fixed-point/gcc/config/i386/i386.md
    branches/fixed-point/gcc/dwarf2out.c
    branches/fixed-point/gcc/fold-const.c
    branches/fixed-point/gcc/passes.c
    branches/fixed-point/gcc/testsuite/ChangeLog
    branches/fixed-point/libjava/ChangeLog
    branches/fixed-point/libjava/classpath/lib/gnu/gcj/convert/BytesToCharsetAdaptor.class
    branches/fixed-point/libjava/gnu/gcj/convert/BytesToCharsetAdaptor.java

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




More information about the Gcc-cvs mailing list