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]

r147700 - in /branches/gc-improv: ./ ChangeLog ...


Author: lauras
Date: Tue May 19 05:16:57 2009
New Revision: 147700

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147700
Log:
Merge trunk up to r147642

Added:
    branches/gc-improv/libstdc++-v3/libsupc++/nested_exception.h
      - copied unchanged from r147642, trunk/libstdc++-v3/libsupc++/nested_exception.h
    branches/gc-improv/libstdc++-v3/src/throw_allocator.cc
      - copied unchanged from r147642, trunk/libstdc++-v3/src/throw_allocator.cc
    branches/gc-improv/libstdc++-v3/testsuite/18_support/nested_exception/
      - copied from r147642, trunk/libstdc++-v3/testsuite/18_support/nested_exception/
    branches/gc-improv/libstdc++-v3/testsuite/21_strings/basic_string/40160.cc
      - copied unchanged from r147642, trunk/libstdc++-v3/testsuite/21_strings/basic_string/40160.cc
Modified:
    branches/gc-improv/libstdc++-v3/ChangeLog
    branches/gc-improv/libstdc++-v3/config/abi/pre/gnu.ver
    branches/gc-improv/libstdc++-v3/configure
    branches/gc-improv/libstdc++-v3/configure.ac
    branches/gc-improv/libstdc++-v3/doc/xml/manual/status_cxx200x.xml
    branches/gc-improv/libstdc++-v3/include/Makefile.am
    branches/gc-improv/libstdc++-v3/include/Makefile.in
    branches/gc-improv/libstdc++-v3/include/bits/random.h
    branches/gc-improv/libstdc++-v3/include/bits/random.tcc
    branches/gc-improv/libstdc++-v3/include/debug/formatter.h
    branches/gc-improv/libstdc++-v3/include/ext/throw_allocator.h
    branches/gc-improv/libstdc++-v3/include/std/mutex
    branches/gc-improv/libstdc++-v3/libsupc++/Makefile.am
    branches/gc-improv/libstdc++-v3/libsupc++/Makefile.in
    branches/gc-improv/libstdc++-v3/libsupc++/exception
    branches/gc-improv/libstdc++-v3/src/Makefile.am
    branches/gc-improv/libstdc++-v3/src/Makefile.in
    branches/gc-improv/libstdc++-v3/src/compatibility.cc
    branches/gc-improv/libstdc++-v3/src/debug.cc
    branches/gc-improv/libstdc++-v3/src/math_stubs_long_double.cc
    branches/gc-improv/libstdc++-v3/src/mutex.cc
    branches/gc-improv/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/num_xbound_fun.cc
    branches/gc-improv/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/initlist_fun.cc
    branches/gc-improv/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/num_xbound_fun.cc
    branches/gc-improv/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/initlist_fun.cc
    branches/gc-improv/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/num_xbound_fun.cc
    branches/gc-improv/libstdc++-v3/testsuite/30_threads/headers/mutex/types_std_c++0x.cc
    branches/gc-improv/libstdc++-v3/testsuite/lib/libstdc++.exp

Changes in other areas also in this revision:
Added:
    branches/gc-improv/config/bootstrap-O1.mk
      - copied unchanged from r147642, trunk/config/bootstrap-O1.mk
    branches/gc-improv/config/bootstrap-O3.mk
      - copied unchanged from r147642, trunk/config/bootstrap-O3.mk
    branches/gc-improv/config/bootstrap-debug.mk
      - copied unchanged from r147642, trunk/config/bootstrap-debug.mk
    branches/gc-improv/gcc/config/i386/biarch32.h
      - copied unchanged from r147642, trunk/gcc/config/i386/biarch32.h
    branches/gc-improv/gcc/regcprop.c
      - copied unchanged from r147642, trunk/gcc/regcprop.c
    branches/gc-improv/gcc/testsuite/g++.dg/cpp/pragma-float-const-decimal64-1.C
      - copied unchanged from r147642, trunk/gcc/testsuite/g++.dg/cpp/pragma-float-const-decimal64-1.C
    branches/gc-improv/gcc/testsuite/g++.dg/eh/nested-try.C
      - copied unchanged from r147642, trunk/gcc/testsuite/g++.dg/eh/nested-try.C
    branches/gc-improv/gcc/testsuite/g++.dg/plugin/attribute_plugin-test-1.C
      - copied unchanged from r147642, trunk/gcc/testsuite/g++.dg/plugin/attribute_plugin-test-1.C
    branches/gc-improv/gcc/testsuite/g++.dg/plugin/attribute_plugin.c
      - copied unchanged from r147642, trunk/gcc/testsuite/g++.dg/plugin/attribute_plugin.c
    branches/gc-improv/gcc/testsuite/g++.dg/template/dtor6.C
      - copied unchanged from r147642, trunk/gcc/testsuite/g++.dg/template/dtor6.C
    branches/gc-improv/gcc/testsuite/g++.dg/torture/pr40081.C
      - copied unchanged from r147642, trunk/gcc/testsuite/g++.dg/torture/pr40081.C
    branches/gc-improv/gcc/testsuite/g++.dg/tree-ssa/pr38632.C
      - copied unchanged from r147642, trunk/gcc/testsuite/g++.dg/tree-ssa/pr38632.C
    branches/gc-improv/gcc/testsuite/g++.dg/warn/deprecated-6.C
      - copied unchanged from r147642, trunk/gcc/testsuite/g++.dg/warn/deprecated-6.C
    branches/gc-improv/gcc/testsuite/g++.dg/warn/pr16302.C
      - copied unchanged from r147642, trunk/gcc/testsuite/g++.dg/warn/pr16302.C
    branches/gc-improv/gcc/testsuite/g++.dg/warn/translate-ice-1.C
      - copied unchanged from r147642, trunk/gcc/testsuite/g++.dg/warn/translate-ice-1.C
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/pr39999.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.c-torture/compile/pr39999.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/pr40026.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.c-torture/compile/pr40026.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/pr40035.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.c-torture/compile/pr40035.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/pr40080.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.c-torture/compile/pr40080.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/ptr-conv-1.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.c-torture/compile/ptr-conv-1.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/execute/pr40057.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.c-torture/execute/pr40057.c
    branches/gc-improv/gcc/testsuite/gcc.dg/Wcxx-compat-10.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-10.c
    branches/gc-improv/gcc/testsuite/gcc.dg/Wcxx-compat-7.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-7.c
    branches/gc-improv/gcc/testsuite/gcc.dg/Wcxx-compat-8.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-8.c
    branches/gc-improv/gcc/testsuite/gcc.dg/Wcxx-compat-9.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-9.c
    branches/gc-improv/gcc/testsuite/gcc.dg/Wunsuffixed-float-constants-1.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/Wunsuffixed-float-constants-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/cpp/pr36674.i
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/cpp/pr36674.i
    branches/gc-improv/gcc/testsuite/gcc.dg/cpp/pragma-float-const-decimal64-1.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/cpp/pragma-float-const-decimal64-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/deprecated-4.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/deprecated-4.c
    branches/gc-improv/gcc/testsuite/gcc.dg/deprecated-5.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/deprecated-5.c
    branches/gc-improv/gcc/testsuite/gcc.dg/deprecated-6.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/deprecated-6.c
    branches/gc-improv/gcc/testsuite/gcc.dg/dfp/float-constant-double.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/dfp/float-constant-double.c
    branches/gc-improv/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-1.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-2.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-2.c
    branches/gc-improv/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-3.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-3.c
    branches/gc-improv/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-4.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-4.c
    branches/gc-improv/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-5.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-5.c
    branches/gc-improv/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-6.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-6.c
    branches/gc-improv/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-7.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-7.c
    branches/gc-improv/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-8.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-8.c
    branches/gc-improv/gcc/testsuite/gcc.dg/pr16302.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/pr16302.c
    branches/gc-improv/gcc/testsuite/gcc.dg/pr40031.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/pr40031.c
    branches/gc-improv/gcc/testsuite/gcc.dg/pr40172.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/pr40172.c
    branches/gc-improv/gcc/testsuite/gcc.dg/torture/builtin-math-5.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/torture/builtin-math-5.c
    branches/gc-improv/gcc/testsuite/gcc.dg/torture/builtin-math-6.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/torture/builtin-math-6.c
    branches/gc-improv/gcc/testsuite/gcc.dg/torture/complex-sign-add.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-add.c
    branches/gc-improv/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-add.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-add.c
    branches/gc-improv/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-div.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-div.c
    branches/gc-improv/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-mul.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-mul.c
    branches/gc-improv/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-sub.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-sub.c
    branches/gc-improv/gcc/testsuite/gcc.dg/torture/complex-sign-mul-minus-one.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mul-minus-one.c
    branches/gc-improv/gcc/testsuite/gcc.dg/torture/complex-sign-mul-one.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mul-one.c
    branches/gc-improv/gcc/testsuite/gcc.dg/torture/complex-sign-mul.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mul.c
    branches/gc-improv/gcc/testsuite/gcc.dg/torture/complex-sign-sub.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-sub.c
    branches/gc-improv/gcc/testsuite/gcc.dg/torture/complex-sign.h
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/torture/complex-sign.h
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/flatten-3.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/tree-ssa/flatten-3.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/inline-3.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/tree-ssa/inline-3.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/pr40074.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/vect/pr40074.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-shift-2.c
      - copied unchanged from r147642, trunk/gcc/testsuite/gcc.dg/vect/vect-shift-2.c
    branches/gc-improv/gcc/testsuite/gfortran.dg/array_constructor_31.f90
      - copied unchanged from r147642, trunk/gcc/testsuite/gfortran.dg/array_constructor_31.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/dependency_24.f90
      - copied unchanged from r147642, trunk/gcc/testsuite/gfortran.dg/dependency_24.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/duplicate_type_3.f90
      - copied unchanged from r147642, trunk/gcc/testsuite/gfortran.dg/duplicate_type_3.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/erf_2.F90
      - copied unchanged from r147642, trunk/gcc/testsuite/gfortran.dg/erf_2.F90
    branches/gc-improv/gcc/testsuite/gfortran.dg/erfc_scaled_2.f90
      - copied unchanged from r147642, trunk/gcc/testsuite/gfortran.dg/erfc_scaled_2.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/hollerith6.f90
      - copied unchanged from r147642, trunk/gcc/testsuite/gfortran.dg/hollerith6.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/hollerith7.f90
      - copied unchanged from r147642, trunk/gcc/testsuite/gfortran.dg/hollerith7.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/intrinsic_3.f90
      - copied unchanged from r147642, trunk/gcc/testsuite/gfortran.dg/intrinsic_3.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/pr39865.f90
      - copied unchanged from r147642, trunk/gcc/testsuite/gfortran.dg/pr39865.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/proc_ptr_comp_7.f90
      - copied unchanged from r147642, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_7.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/string_1.f90
      - copied unchanged from r147642, trunk/gcc/testsuite/gfortran.dg/string_1.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/string_2.f90
      - copied unchanged from r147642, trunk/gcc/testsuite/gfortran.dg/string_2.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/string_3.f90
      - copied unchanged from r147642, trunk/gcc/testsuite/gfortran.dg/string_3.f90
Modified:
    branches/gc-improv/   (props changed)
    branches/gc-improv/ChangeLog
    branches/gc-improv/Makefile.def
    branches/gc-improv/Makefile.in
    branches/gc-improv/Makefile.tpl
    branches/gc-improv/boehm-gc/ChangeLog
    branches/gc-improv/boehm-gc/win32_threads.c
    branches/gc-improv/config.guess
    branches/gc-improv/config/ChangeLog
    branches/gc-improv/config/mt-gnu
    branches/gc-improv/config/multi.m4
    branches/gc-improv/config/tcl.m4
    branches/gc-improv/fixincludes/ChangeLog
    branches/gc-improv/fixincludes/fixincl.x
    branches/gc-improv/fixincludes/inclhack.def
    branches/gc-improv/gcc/ChangeLog
    branches/gc-improv/gcc/DATESTAMP
    branches/gc-improv/gcc/Makefile.in
    branches/gc-improv/gcc/ada/ChangeLog
    branches/gc-improv/gcc/ada/gcc-interface/Make-lang.in
    branches/gc-improv/gcc/ada/gcc-interface/ada-tree.h
    branches/gc-improv/gcc/ada/gcc-interface/decl.c
    branches/gc-improv/gcc/ada/gcc-interface/gigi.h
    branches/gc-improv/gcc/ada/gcc-interface/misc.c
    branches/gc-improv/gcc/ada/gcc-interface/trans.c
    branches/gc-improv/gcc/ada/gcc-interface/utils.c
    branches/gc-improv/gcc/ada/gcc-interface/utils2.c
    branches/gc-improv/gcc/alias.c
    branches/gc-improv/gcc/attribs.c
    branches/gc-improv/gcc/auto-inc-dec.c
    branches/gc-improv/gcc/basic-block.h
    branches/gc-improv/gcc/bitmap.c
    branches/gc-improv/gcc/builtins.c
    branches/gc-improv/gcc/c-common.c
    branches/gc-improv/gcc/c-common.h
    branches/gc-improv/gcc/c-cppbuiltin.c
    branches/gc-improv/gcc/c-decl.c
    branches/gc-improv/gcc/c-lex.c
    branches/gc-improv/gcc/c-parser.c
    branches/gc-improv/gcc/c-pragma.c
    branches/gc-improv/gcc/c-pretty-print.c
    branches/gc-improv/gcc/c-tree.h
    branches/gc-improv/gcc/c-typeck.c
    branches/gc-improv/gcc/c.opt
    branches/gc-improv/gcc/cgraph.c
    branches/gc-improv/gcc/cgraph.h
    branches/gc-improv/gcc/cgraphbuild.c
    branches/gc-improv/gcc/cgraphunit.c
    branches/gc-improv/gcc/combine.c
    branches/gc-improv/gcc/common.opt
    branches/gc-improv/gcc/config.gcc
    branches/gc-improv/gcc/config/alpha/alpha-protos.h
    branches/gc-improv/gcc/config/alpha/alpha.c
    branches/gc-improv/gcc/config/alpha/alpha.h
    branches/gc-improv/gcc/config/alpha/alpha.md
    branches/gc-improv/gcc/config/alpha/predicates.md
    branches/gc-improv/gcc/config/arc/arc.c
    branches/gc-improv/gcc/config/arc/arc.h
    branches/gc-improv/gcc/config/arc/arc.md
    branches/gc-improv/gcc/config/arm/arm-protos.h
    branches/gc-improv/gcc/config/arm/arm.c
    branches/gc-improv/gcc/config/arm/arm.h
    branches/gc-improv/gcc/config/arm/arm.md
    branches/gc-improv/gcc/config/arm/constraints.md
    branches/gc-improv/gcc/config/arm/neon.md
    branches/gc-improv/gcc/config/arm/predicates.md
    branches/gc-improv/gcc/config/avr/avr-protos.h
    branches/gc-improv/gcc/config/avr/avr.c
    branches/gc-improv/gcc/config/avr/avr.h
    branches/gc-improv/gcc/config/avr/avr.md
    branches/gc-improv/gcc/config/bfin/bfin-protos.h
    branches/gc-improv/gcc/config/bfin/bfin.c
    branches/gc-improv/gcc/config/bfin/bfin.h
    branches/gc-improv/gcc/config/bfin/bfin.md
    branches/gc-improv/gcc/config/bfin/predicates.md
    branches/gc-improv/gcc/config/cris/cris.c
    branches/gc-improv/gcc/config/cris/cris.md
    branches/gc-improv/gcc/config/crx/crx-protos.h
    branches/gc-improv/gcc/config/crx/crx.c
    branches/gc-improv/gcc/config/crx/crx.h
    branches/gc-improv/gcc/config/crx/crx.md
    branches/gc-improv/gcc/config/darwin.c
    branches/gc-improv/gcc/config/darwin.h
    branches/gc-improv/gcc/config/fr30/fr30.c
    branches/gc-improv/gcc/config/fr30/fr30.h
    branches/gc-improv/gcc/config/fr30/fr30.md
    branches/gc-improv/gcc/config/frv/frv-protos.h
    branches/gc-improv/gcc/config/frv/frv.c
    branches/gc-improv/gcc/config/frv/frv.h
    branches/gc-improv/gcc/config/frv/frv.md
    branches/gc-improv/gcc/config/frv/predicates.md
    branches/gc-improv/gcc/config/h8300/h8300-protos.h
    branches/gc-improv/gcc/config/h8300/h8300.c
    branches/gc-improv/gcc/config/h8300/h8300.h
    branches/gc-improv/gcc/config/h8300/h8300.md
    branches/gc-improv/gcc/config/i386/driver-i386.c
    branches/gc-improv/gcc/config/i386/i386-protos.h
    branches/gc-improv/gcc/config/i386/i386.c
    branches/gc-improv/gcc/config/i386/i386.h
    branches/gc-improv/gcc/config/i386/i386.md
    branches/gc-improv/gcc/config/i386/linux.h
    branches/gc-improv/gcc/config/i386/msformat-c.c
    branches/gc-improv/gcc/config/i386/winnt.c
    branches/gc-improv/gcc/config/i386/x86-64.h
    branches/gc-improv/gcc/config/ia64/ia64-protos.h
    branches/gc-improv/gcc/config/ia64/ia64.c
    branches/gc-improv/gcc/config/ia64/ia64.md
    branches/gc-improv/gcc/config/ia64/predicates.md
    branches/gc-improv/gcc/config/iq2000/iq2000-protos.h
    branches/gc-improv/gcc/config/iq2000/iq2000.c
    branches/gc-improv/gcc/config/iq2000/iq2000.h
    branches/gc-improv/gcc/config/iq2000/iq2000.md
    branches/gc-improv/gcc/config/iq2000/predicates.md
    branches/gc-improv/gcc/config/m32c/cond.md
    branches/gc-improv/gcc/config/m32c/m32c-protos.h
    branches/gc-improv/gcc/config/m32c/m32c.c
    branches/gc-improv/gcc/config/m32c/m32c.h
    branches/gc-improv/gcc/config/m32c/m32c.md
    branches/gc-improv/gcc/config/m32r/m32r-protos.h
    branches/gc-improv/gcc/config/m32r/m32r.c
    branches/gc-improv/gcc/config/m32r/m32r.h
    branches/gc-improv/gcc/config/m32r/m32r.md
    branches/gc-improv/gcc/config/m68hc11/m68hc11-protos.h
    branches/gc-improv/gcc/config/m68hc11/m68hc11.c
    branches/gc-improv/gcc/config/m68hc11/m68hc11.h
    branches/gc-improv/gcc/config/m68hc11/m68hc11.md
    branches/gc-improv/gcc/config/m68k/constraints.md
    branches/gc-improv/gcc/config/m68k/m68k-devices.def
    branches/gc-improv/gcc/config/m68k/m68k-protos.h
    branches/gc-improv/gcc/config/m68k/m68k.c
    branches/gc-improv/gcc/config/m68k/m68k.h
    branches/gc-improv/gcc/config/m68k/m68k.md
    branches/gc-improv/gcc/config/m68k/predicates.md
    branches/gc-improv/gcc/config/m68k/t-uclinux
    branches/gc-improv/gcc/config/mcore/mcore-protos.h
    branches/gc-improv/gcc/config/mcore/mcore.c
    branches/gc-improv/gcc/config/mcore/mcore.md
    branches/gc-improv/gcc/config/mips/mips-protos.h
    branches/gc-improv/gcc/config/mips/mips-ps-3d.md
    branches/gc-improv/gcc/config/mips/mips.c
    branches/gc-improv/gcc/config/mips/mips.h
    branches/gc-improv/gcc/config/mips/mips.md
    branches/gc-improv/gcc/config/mips/predicates.md
    branches/gc-improv/gcc/config/mmix/mmix-protos.h
    branches/gc-improv/gcc/config/mmix/mmix.c
    branches/gc-improv/gcc/config/mmix/mmix.h
    branches/gc-improv/gcc/config/mmix/mmix.md
    branches/gc-improv/gcc/config/mmix/predicates.md
    branches/gc-improv/gcc/config/mn10300/mn10300-protos.h
    branches/gc-improv/gcc/config/mn10300/mn10300.c
    branches/gc-improv/gcc/config/mn10300/mn10300.h
    branches/gc-improv/gcc/config/mn10300/mn10300.md
    branches/gc-improv/gcc/config/pa/constraints.md
    branches/gc-improv/gcc/config/pa/pa-protos.h
    branches/gc-improv/gcc/config/pa/pa.c
    branches/gc-improv/gcc/config/pa/pa.h
    branches/gc-improv/gcc/config/pa/pa.md
    branches/gc-improv/gcc/config/pdp11/pdp11-protos.h
    branches/gc-improv/gcc/config/pdp11/pdp11.c
    branches/gc-improv/gcc/config/pdp11/pdp11.h
    branches/gc-improv/gcc/config/pdp11/pdp11.md
    branches/gc-improv/gcc/config/picochip/libgccExtras/divmod15.asm
    branches/gc-improv/gcc/config/picochip/picochip-protos.h
    branches/gc-improv/gcc/config/picochip/picochip.c
    branches/gc-improv/gcc/config/picochip/picochip.h
    branches/gc-improv/gcc/config/picochip/picochip.md
    branches/gc-improv/gcc/config/rs6000/linux64.h
    branches/gc-improv/gcc/config/rs6000/predicates.md
    branches/gc-improv/gcc/config/rs6000/rs6000-c.c
    branches/gc-improv/gcc/config/rs6000/rs6000-protos.h
    branches/gc-improv/gcc/config/rs6000/rs6000.c
    branches/gc-improv/gcc/config/rs6000/rs6000.h
    branches/gc-improv/gcc/config/rs6000/rs6000.md
    branches/gc-improv/gcc/config/rs6000/sysv4.h
    branches/gc-improv/gcc/config/rs6000/xcoff.h
    branches/gc-improv/gcc/config/s390/constraints.md
    branches/gc-improv/gcc/config/s390/predicates.md
    branches/gc-improv/gcc/config/s390/s390-protos.h
    branches/gc-improv/gcc/config/s390/s390.c
    branches/gc-improv/gcc/config/s390/s390.h
    branches/gc-improv/gcc/config/s390/s390.md
    branches/gc-improv/gcc/config/score/score-conv.h
    branches/gc-improv/gcc/config/score/score-protos.h
    branches/gc-improv/gcc/config/score/score.c
    branches/gc-improv/gcc/config/score/score.h
    branches/gc-improv/gcc/config/score/score.md
    branches/gc-improv/gcc/config/score/score3.c
    branches/gc-improv/gcc/config/score/score3.h
    branches/gc-improv/gcc/config/score/score7.c
    branches/gc-improv/gcc/config/score/score7.h
    branches/gc-improv/gcc/config/sh/predicates.md
    branches/gc-improv/gcc/config/sh/sh-protos.h
    branches/gc-improv/gcc/config/sh/sh.c
    branches/gc-improv/gcc/config/sh/sh.h
    branches/gc-improv/gcc/config/sh/sh.md
    branches/gc-improv/gcc/config/sh/sh.opt
    branches/gc-improv/gcc/config/sh/symbian.c
    branches/gc-improv/gcc/config/sparc/sparc-protos.h
    branches/gc-improv/gcc/config/sparc/sparc.c
    branches/gc-improv/gcc/config/sparc/sparc.h
    branches/gc-improv/gcc/config/sparc/sparc.md
    branches/gc-improv/gcc/config/spu/spu-c.c
    branches/gc-improv/gcc/config/spu/spu-protos.h
    branches/gc-improv/gcc/config/spu/spu.c
    branches/gc-improv/gcc/config/spu/spu.h
    branches/gc-improv/gcc/config/spu/spu.md
    branches/gc-improv/gcc/config/stormy16/stormy16-protos.h
    branches/gc-improv/gcc/config/stormy16/stormy16.c
    branches/gc-improv/gcc/config/stormy16/stormy16.h
    branches/gc-improv/gcc/config/stormy16/stormy16.md
    branches/gc-improv/gcc/config/v850/v850-c.c
    branches/gc-improv/gcc/config/v850/v850.c
    branches/gc-improv/gcc/config/v850/v850.md
    branches/gc-improv/gcc/config/vax/vax-protos.h
    branches/gc-improv/gcc/config/vax/vax.c
    branches/gc-improv/gcc/config/vax/vax.h
    branches/gc-improv/gcc/config/vax/vax.md
    branches/gc-improv/gcc/config/xtensa/predicates.md
    branches/gc-improv/gcc/config/xtensa/xtensa-protos.h
    branches/gc-improv/gcc/config/xtensa/xtensa.c
    branches/gc-improv/gcc/config/xtensa/xtensa.h
    branches/gc-improv/gcc/config/xtensa/xtensa.md
    branches/gc-improv/gcc/cp/ChangeLog
    branches/gc-improv/gcc/cp/call.c
    branches/gc-improv/gcc/cp/class.c
    branches/gc-improv/gcc/cp/cp-tree.h
    branches/gc-improv/gcc/cp/cxx-pretty-print.c
    branches/gc-improv/gcc/cp/decl.c
    branches/gc-improv/gcc/cp/decl2.c
    branches/gc-improv/gcc/cp/error.c
    branches/gc-improv/gcc/cp/parser.c
    branches/gc-improv/gcc/cp/pt.c
    branches/gc-improv/gcc/cp/semantics.c
    branches/gc-improv/gcc/cp/tree.c
    branches/gc-improv/gcc/cp/typeck.c
    branches/gc-improv/gcc/cse.c
    branches/gc-improv/gcc/dbxout.c
    branches/gc-improv/gcc/df-core.c
    branches/gc-improv/gcc/df-problems.c
    branches/gc-improv/gcc/df.h
    branches/gc-improv/gcc/doc/extend.texi
    branches/gc-improv/gcc/doc/install.texi
    branches/gc-improv/gcc/doc/invoke.texi
    branches/gc-improv/gcc/doc/md.texi
    branches/gc-improv/gcc/doc/plugins.texi
    branches/gc-improv/gcc/doc/tm.texi
    branches/gc-improv/gcc/dojump.c
    branches/gc-improv/gcc/dse.c
    branches/gc-improv/gcc/dwarf2out.c
    branches/gc-improv/gcc/except.c
    branches/gc-improv/gcc/except.h
    branches/gc-improv/gcc/expmed.c
    branches/gc-improv/gcc/expr.h
    branches/gc-improv/gcc/final.c
    branches/gc-improv/gcc/fold-const.c
    branches/gc-improv/gcc/fortran/ChangeLog
    branches/gc-improv/gcc/fortran/Make-lang.in
    branches/gc-improv/gcc/fortran/decl.c
    branches/gc-improv/gcc/fortran/dump-parse-tree.c
    branches/gc-improv/gcc/fortran/error.c
    branches/gc-improv/gcc/fortran/f95-lang.c
    branches/gc-improv/gcc/fortran/gfortran.h
    branches/gc-improv/gcc/fortran/gfortran.texi
    branches/gc-improv/gcc/fortran/interface.c
    branches/gc-improv/gcc/fortran/intrinsic.c
    branches/gc-improv/gcc/fortran/intrinsic.h
    branches/gc-improv/gcc/fortran/intrinsic.texi
    branches/gc-improv/gcc/fortran/invoke.texi
    branches/gc-improv/gcc/fortran/io.c
    branches/gc-improv/gcc/fortran/iso-c-binding.def
    branches/gc-improv/gcc/fortran/iso-fortran-env.def
    branches/gc-improv/gcc/fortran/lang.opt
    branches/gc-improv/gcc/fortran/match.c
    branches/gc-improv/gcc/fortran/misc.c
    branches/gc-improv/gcc/fortran/module.c
    branches/gc-improv/gcc/fortran/openmp.c
    branches/gc-improv/gcc/fortran/options.c
    branches/gc-improv/gcc/fortran/parse.c
    branches/gc-improv/gcc/fortran/resolve.c
    branches/gc-improv/gcc/fortran/simplify.c
    branches/gc-improv/gcc/fortran/st.c
    branches/gc-improv/gcc/fortran/symbol.c
    branches/gc-improv/gcc/fortran/trans-array.c
    branches/gc-improv/gcc/fortran/trans-array.h
    branches/gc-improv/gcc/fortran/trans-expr.c
    branches/gc-improv/gcc/fortran/trans-intrinsic.c
    branches/gc-improv/gcc/fortran/trans-io.c
    branches/gc-improv/gcc/fortran/trans-openmp.c
    branches/gc-improv/gcc/fortran/trans-stmt.c
    branches/gc-improv/gcc/fortran/trans-stmt.h
    branches/gc-improv/gcc/fortran/trans-types.c
    branches/gc-improv/gcc/fortran/trans.c
    branches/gc-improv/gcc/fortran/trans.h
    branches/gc-improv/gcc/function.h
    branches/gc-improv/gcc/fwprop.c
    branches/gc-improv/gcc/gcc-plugin.h
    branches/gc-improv/gcc/gcc.c
    branches/gc-improv/gcc/gcse.c
    branches/gc-improv/gcc/genopinit.c
    branches/gc-improv/gcc/genrecog.c
    branches/gc-improv/gcc/ggc-page.c
    branches/gc-improv/gcc/gimple.h
    branches/gc-improv/gcc/gimplify.c
    branches/gc-improv/gcc/graphite.c
    branches/gc-improv/gcc/graphite.h
    branches/gc-improv/gcc/hwint.h
    branches/gc-improv/gcc/ifcvt.c
    branches/gc-improv/gcc/ipa-cp.c
    branches/gc-improv/gcc/ipa-inline.c
    branches/gc-improv/gcc/ipa-prop.c
    branches/gc-improv/gcc/ipa-prop.h
    branches/gc-improv/gcc/ipa-pure-const.c
    branches/gc-improv/gcc/ipa-reference.c
    branches/gc-improv/gcc/ipa-struct-reorg.c
    branches/gc-improv/gcc/ipa-utils.h
    branches/gc-improv/gcc/ipa.c
    branches/gc-improv/gcc/ira-conflicts.c
    branches/gc-improv/gcc/java/ChangeLog
    branches/gc-improv/gcc/java/Make-lang.in
    branches/gc-improv/gcc/langhooks-def.h
    branches/gc-improv/gcc/langhooks.h
    branches/gc-improv/gcc/loop-invariant.c
    branches/gc-improv/gcc/matrix-reorg.c
    branches/gc-improv/gcc/mips-tdump.c
    branches/gc-improv/gcc/mips-tfile.c
    branches/gc-improv/gcc/objc/ChangeLog
    branches/gc-improv/gcc/objc/objc-act.c
    branches/gc-improv/gcc/objcp/ChangeLog
    branches/gc-improv/gcc/objcp/objcp-decl.h
    branches/gc-improv/gcc/omega.c
    branches/gc-improv/gcc/omega.h
    branches/gc-improv/gcc/optabs.c
    branches/gc-improv/gcc/optabs.h
    branches/gc-improv/gcc/opts.c
    branches/gc-improv/gcc/output.h
    branches/gc-improv/gcc/params.def
    branches/gc-improv/gcc/passes.c
    branches/gc-improv/gcc/plugin.c
    branches/gc-improv/gcc/plugin.h
    branches/gc-improv/gcc/po/ChangeLog
    branches/gc-improv/gcc/po/gcc.pot
    branches/gc-improv/gcc/pretty-print.c
    branches/gc-improv/gcc/pretty-print.h
    branches/gc-improv/gcc/real.c
    branches/gc-improv/gcc/real.h
    branches/gc-improv/gcc/recog.c
    branches/gc-improv/gcc/reginfo.c
    branches/gc-improv/gcc/regmove.c
    branches/gc-improv/gcc/regrename.c
    branches/gc-improv/gcc/reload.c
    branches/gc-improv/gcc/sched-int.h
    branches/gc-improv/gcc/simplify-rtx.c
    branches/gc-improv/gcc/store-motion.c
    branches/gc-improv/gcc/target-def.h
    branches/gc-improv/gcc/target.h
    branches/gc-improv/gcc/targhooks.c
    branches/gc-improv/gcc/targhooks.h
    branches/gc-improv/gcc/testsuite/ChangeLog
    branches/gc-improv/gcc/testsuite/ada/acats/tests/c3/c38202a.ada
    branches/gc-improv/gcc/testsuite/ada/acats/tests/c5/c59002c.ada
    branches/gc-improv/gcc/testsuite/g++.dg/plugin/dumb_plugin.c
    branches/gc-improv/gcc/testsuite/g++.dg/plugin/plugin.exp
    branches/gc-improv/gcc/testsuite/gcc.dg/Wunreachable-2.c
    branches/gc-improv/gcc/testsuite/gcc.dg/Wunreachable-8.c
    branches/gc-improv/gcc/testsuite/gcc.dg/c99-tag-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/ipa/ipa-4.c
    branches/gc-improv/gcc/testsuite/gcc.dg/ipa/ipacost-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/ipa/ipacost-2.c
    branches/gc-improv/gcc/testsuite/gcc.dg/pr17188-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/pr39084.c
    branches/gc-improv/gcc/testsuite/gcc.dg/sibcall-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/sibcall-2.c
    branches/gc-improv/gcc/testsuite/gcc.dg/sibcall-3.c
    branches/gc-improv/gcc/testsuite/gcc.dg/sibcall-4.c
    branches/gc-improv/gcc/testsuite/gcc.dg/sibcall-6.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/flatten-2.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/loop-36.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/pr21829.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/Os-vect-95.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/costmodel/i386/costmodel-vect-33.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-vect-33.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-66.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/no-vfa-vect-37.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/no-vfa-vect-43.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/no-vfa-vect-49.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/no-vfa-vect-53.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/no-vfa-vect-57.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/no-vfa-vect-61.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/no-vfa-vect-79.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/pr18400.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/pr20122.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/pr31699.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/pr36493.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/pr37385.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/slp-7.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/slp-9.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/slp-widen-mult-s16.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/slp-widen-mult-u8.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-35.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-40.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-42.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-44.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-46.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-48.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-52.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-54.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-56.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-58.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-60.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-66.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-70.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-74.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-75.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-76.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-77-alignchecks.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-77-global.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-77.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-78-alignchecks.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-78-global.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-78.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-80.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-85.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-87.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-88.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-92.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-93.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-95.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-97.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-complex-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-complex-4.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-complex-5.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-iv-10.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-multitypes-10.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-multitypes-11.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-multitypes-12.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-multitypes-13.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-multitypes-14.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-multitypes-15.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-multitypes-16.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-multitypes-17.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-multitypes-3.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-multitypes-6.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-multitypes-7.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-multitypes-8.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-multitypes-9.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-outer-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-outer-1a.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-outer-2.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-outer-2a.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-outer-2b.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-outer-2c.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-outer-2d.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-outer-3.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-outer-3a.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-outer-3b.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-outer-3c.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-outer-5.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-outer-6.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s16a.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s16b.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s8a.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s8b.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s8c.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u16a.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u16b.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u8a.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u8b.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-widen-mult-s16.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-widen-mult-s8.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-widen-mult-u16.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-widen-mult-u8.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/wrapv-vect-reduc-dot-s8b.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/align-main-1.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/align-main-2.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/pr39543-2.c
    branches/gc-improv/gcc/testsuite/gfortran.dg/bind_c_usage_18.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/c_kind_int128_test1.f03
    branches/gc-improv/gcc/testsuite/gfortran.dg/c_kind_int128_test2.f03
    branches/gc-improv/gcc/testsuite/gfortran.dg/c_kind_params.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/c_kind_tests_2.f03
    branches/gc-improv/gcc/testsuite/gfortran.dg/c_kinds.c
    branches/gc-improv/gcc/testsuite/gfortran.dg/chmod_1.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/chmod_2.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/chmod_3.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/default_format_1.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/default_format_denormal_1.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/dependency_23.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/duplicate_type_2.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/func_decl_2.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/hollerith.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/hollerith_f95.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/interop_params.f03
    branches/gc-improv/gcc/testsuite/gfortran.dg/open_errors.f90
    branches/gc-improv/gcc/testsuite/lib/target-supports.exp
    branches/gc-improv/gcc/timevar.def
    branches/gc-improv/gcc/toplev.c
    branches/gc-improv/gcc/toplev.h
    branches/gc-improv/gcc/tree-cfg.c
    branches/gc-improv/gcc/tree-chrec.c
    branches/gc-improv/gcc/tree-complex.c
    branches/gc-improv/gcc/tree-eh.c
    branches/gc-improv/gcc/tree-if-conv.c
    branches/gc-improv/gcc/tree-inline.c
    branches/gc-improv/gcc/tree-inline.h
    branches/gc-improv/gcc/tree-nrv.c
    branches/gc-improv/gcc/tree-object-size.c
    branches/gc-improv/gcc/tree-outof-ssa.c
    branches/gc-improv/gcc/tree-pass.h
    branches/gc-improv/gcc/tree-predcom.c
    branches/gc-improv/gcc/tree-pretty-print.c
    branches/gc-improv/gcc/tree-scalar-evolution.c
    branches/gc-improv/gcc/tree-sra.c
    branches/gc-improv/gcc/tree-ssa-dom.c
    branches/gc-improv/gcc/tree-ssa-dse.c
    branches/gc-improv/gcc/tree-ssa-forwprop.c
    branches/gc-improv/gcc/tree-ssa-loop-ivcanon.c
    branches/gc-improv/gcc/tree-ssa-phiopt.c
    branches/gc-improv/gcc/tree-ssa-phiprop.c
    branches/gc-improv/gcc/tree-ssa-pre.c
    branches/gc-improv/gcc/tree-ssa-reassoc.c
    branches/gc-improv/gcc/tree-ssa-sccvn.c
    branches/gc-improv/gcc/tree-ssa-sink.c
    branches/gc-improv/gcc/tree-ssa-structalias.c
    branches/gc-improv/gcc/tree-ssa.c
    branches/gc-improv/gcc/tree-stdarg.c
    branches/gc-improv/gcc/tree-tailcall.c
    branches/gc-improv/gcc/tree-vect-data-refs.c
    branches/gc-improv/gcc/tree-vect-stmts.c
    branches/gc-improv/gcc/tree-vrp.c
    branches/gc-improv/gcc/tree.c
    branches/gc-improv/gcc/tree.h
    branches/gc-improv/libcpp/ChangeLog
    branches/gc-improv/libcpp/directives.c
    branches/gc-improv/libcpp/expr.c
    branches/gc-improv/libcpp/files.c
    branches/gc-improv/libcpp/include/cpplib.h
    branches/gc-improv/libcpp/init.c
    branches/gc-improv/libcpp/lex.c
    branches/gc-improv/libcpp/macro.c
    branches/gc-improv/libgfortran/ChangeLog
    branches/gc-improv/libgfortran/io/transfer.c
    branches/gc-improv/libgfortran/runtime/string.c
    branches/gc-improv/libiberty/ChangeLog
    branches/gc-improv/libiberty/pex-win32.c
    branches/gc-improv/libjava/ChangeLog
    branches/gc-improv/libjava/classpath/   (props changed)
    branches/gc-improv/libjava/configure
    branches/gc-improv/libjava/configure.ac

Propchange: branches/gc-improv/
            ('svn:mergeinfo' modified)

Propchange: branches/gc-improv/libjava/classpath/
            ('svn:mergeinfo' modified)



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