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]

r147359 - in /branches/gcc-in-cxx: ./ ChangeLog...


Author: ian
Date: Mon May 11 01:32:18 2009
New Revision: 147359

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147359
Log:
Merged from trunk revision 147358.

Added:
    branches/gcc-in-cxx/libstdc++-v3/src/throw_allocator.cc
      - copied unchanged from r147358, trunk/libstdc++-v3/src/throw_allocator.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/25_algorithms/find/39546.cc
      - copied unchanged from r147358, trunk/libstdc++-v3/testsuite/25_algorithms/find/39546.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/call_once/39909.cc
      - copied unchanged from r147358, trunk/libstdc++-v3/testsuite/30_threads/call_once/39909.cc
Modified:
    branches/gcc-in-cxx/libstdc++-v3/ChangeLog
    branches/gcc-in-cxx/libstdc++-v3/config/abi/pre/gnu.ver
    branches/gcc-in-cxx/libstdc++-v3/config/io/basic_file_stdio.cc
    branches/gcc-in-cxx/libstdc++-v3/config/io/basic_file_stdio.h
    branches/gcc-in-cxx/libstdc++-v3/configure
    branches/gcc-in-cxx/libstdc++-v3/configure.ac
    branches/gcc-in-cxx/libstdc++-v3/include/ext/throw_allocator.h
    branches/gcc-in-cxx/libstdc++-v3/include/parallel/algo.h
    branches/gcc-in-cxx/libstdc++-v3/include/parallel/settings.h
    branches/gcc-in-cxx/libstdc++-v3/include/std/mutex
    branches/gcc-in-cxx/libstdc++-v3/include/tr1_impl/functional_hash.h
    branches/gcc-in-cxx/libstdc++-v3/libsupc++/eh_call.cc
    branches/gcc-in-cxx/libstdc++-v3/libsupc++/unwind-cxx.h
    branches/gcc-in-cxx/libstdc++-v3/scripts/create_testsuite_files
    branches/gcc-in-cxx/libstdc++-v3/scripts/run_doxygen
    branches/gcc-in-cxx/libstdc++-v3/src/Makefile.am
    branches/gcc-in-cxx/libstdc++-v3/src/Makefile.in
    branches/gcc-in-cxx/libstdc++-v3/src/math_stubs_long_double.cc
    branches/gcc-in-cxx/libstdc++-v3/src/mutex.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/18_support/pthread_guard.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/pthread1.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/pthread5.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/map/pthread6.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_fstream/cons/1.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/1.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/1.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/condition_variable/members/   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/this_thread/   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/members/   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/swap/   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/util/testsuite_abi.cc

Changes in other areas also in this revision:
Added:
    branches/gcc-in-cxx/fixincludes/tests/base/sys/_inttypes.h
      - copied unchanged from r147358, trunk/fixincludes/tests/base/sys/_inttypes.h
    branches/gcc-in-cxx/gcc/ada/g-tastus.ads
      - copied unchanged from r147358, trunk/gcc/ada/g-tastus.ads
    branches/gcc-in-cxx/gcc/ada/s-linux-mipsel.ads
      - copied unchanged from r147358, trunk/gcc/ada/s-linux-mipsel.ads
    branches/gcc-in-cxx/gcc/ada/s-stusta.adb
      - copied unchanged from r147358, trunk/gcc/ada/s-stusta.adb
    branches/gcc-in-cxx/gcc/ada/s-stusta.ads
      - copied unchanged from r147358, trunk/gcc/ada/s-stusta.ads
    branches/gcc-in-cxx/gcc/ada/system-linux-mips64el.ads
      - copied unchanged from r147358, trunk/gcc/ada/system-linux-mips64el.ads
    branches/gcc-in-cxx/gcc/config/hpux-stdint.h
      - copied unchanged from r147358, trunk/gcc/config/hpux-stdint.h
    branches/gcc-in-cxx/gcc/config/rs6000/option-defaults.h
      - copied unchanged from r147358, trunk/gcc/config/rs6000/option-defaults.h
    branches/gcc-in-cxx/gcc/config/rs6000/t-xilinx
      - copied unchanged from r147358, trunk/gcc/config/rs6000/t-xilinx
    branches/gcc-in-cxx/gcc/regcprop.c
      - copied unchanged from r147358, trunk/gcc/regcprop.c
    branches/gcc-in-cxx/gcc/store-motion.c
      - copied unchanged from r147358, trunk/gcc/store-motion.c
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/cpp/pragma-float-const-decimal64-1.C
      - copied unchanged from r147358, trunk/gcc/testsuite/g++.dg/cpp/pragma-float-const-decimal64-1.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/eh/nested-try.C
      - copied unchanged from r147358, trunk/gcc/testsuite/g++.dg/eh/nested-try.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/ext/ms-1.C
      - copied unchanged from r147358, trunk/gcc/testsuite/g++.dg/ext/ms-1.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/ext/vla7.C
      - copied unchanged from r147358, trunk/gcc/testsuite/g++.dg/ext/vla7.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/parse/parser-pr28152-2.C
      - copied unchanged from r147358, trunk/gcc/testsuite/g++.dg/parse/parser-pr28152-2.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/parse/parser-pr28152.C
      - copied unchanged from r147358, trunk/gcc/testsuite/g++.dg/parse/parser-pr28152.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/plugin/
      - copied from r147358, trunk/gcc/testsuite/g++.dg/plugin/
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/template/call7.C
      - copied unchanged from r147358, trunk/gcc/testsuite/g++.dg/template/call7.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/torture/pr40081.C
      - copied unchanged from r147358, trunk/gcc/testsuite/g++.dg/torture/pr40081.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/warn/Wuninitialized-4.C
      - copied unchanged from r147358, trunk/gcc/testsuite/g++.dg/warn/Wuninitialized-4.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/warn/Wuninitialized-5.C
      - copied unchanged from r147358, trunk/gcc/testsuite/g++.dg/warn/Wuninitialized-5.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/warn/deprecated-6.C
      - copied unchanged from r147358, trunk/gcc/testsuite/g++.dg/warn/deprecated-6.C
    branches/gcc-in-cxx/gcc/testsuite/gcc.c-torture/compile/const-high-part.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.c-torture/compile/const-high-part.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.c-torture/compile/pr39937.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.c-torture/compile/pr39937.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.c-torture/compile/pr39941.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.c-torture/compile/pr39941.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.c-torture/compile/pr39943.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.c-torture/compile/pr39943.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.c-torture/compile/pr39983.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.c-torture/compile/pr39983.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.c-torture/compile/pr40023.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.c-torture/compile/pr40023.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.c-torture/execute/pr40022.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.c-torture/execute/pr40022.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.c-torture/execute/pr40057.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.c-torture/execute/pr40057.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/Wcxx-compat-7.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-7.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/Wcxx-compat-8.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-8.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/Wunsuffixed-float-constants-1.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/Wunsuffixed-float-constants-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/attr-alias-5.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/attr-alias-5.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/c99-complex-3.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/c99-complex-3.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/cpp/pragma-float-const-decimal64-1.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/cpp/pragma-float-const-decimal64-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/cpp/utf8-5byte-1.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/cpp/utf8-5byte-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/deprecated-4.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/deprecated-4.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/deprecated-5.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/deprecated-5.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/deprecated-6.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/deprecated-6.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/dfp/float-constant-double.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/dfp/float-constant-double.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/dfp/pr39986.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/dfp/pr39986.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-1.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-2.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-3.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-3.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-4.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-4.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-5.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-5.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-6.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-6.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-7.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-7.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-8.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-8.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/noncompile/incomplete-5.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/noncompile/incomplete-5.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/plugin/
      - copied from r147358, trunk/gcc/testsuite/gcc.dg/plugin/
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/pr39565.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/pr39565.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/pr39666-1.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/pr39666-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/pr39666-2.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/pr39666-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/pr40031.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/pr40031.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/complex-sign-add.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-add.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-add.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-add.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-div.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-div.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-mul.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-mul.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-sub.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-sub.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/complex-sign-mul-minus-one.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mul-minus-one.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/complex-sign-mul-one.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mul-one.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/complex-sign-mul.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mul.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/complex-sign-sub.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-sub.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/complex-sign.h
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/torture/complex-sign.h
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/ucnid-10.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/ucnid-10.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/ucnid-11.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/ucnid-11.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/ucnid-12.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/ucnid-12.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/ucnid-13.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/ucnid-13.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/ucnid-7.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/ucnid-7.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/ucnid-8.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/ucnid-8.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/ucnid-9.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/ucnid-9.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-shift-2.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.dg/vect/vect-shift-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/bfin/20090411-1.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.target/bfin/20090411-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/pr39911.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.target/i386/pr39911.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/ia64/20071210-2.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.target/ia64/20071210-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/spu/pr40001.c
      - copied unchanged from r147358, trunk/gcc/testsuite/gcc.target/spu/pr40001.c
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/alloc_comp_assign_10.f90
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.dg/alloc_comp_assign_10.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/ambiguous_reference_2.f90
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.dg/ambiguous_reference_2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/array_constructor_31.f90
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.dg/array_constructor_31.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/dependency_24.f90
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.dg/dependency_24.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/intrinsic_2.f90
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.dg/intrinsic_2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/intrinsic_3.f90
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.dg/intrinsic_3.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pointer_assign_7.f90
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.dg/pointer_assign_7.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pr39666-1.f90
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.dg/pr39666-1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pr39666-2.f90
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.dg/pr39666-2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/proc_ptr_16.f90
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.dg/proc_ptr_16.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/proc_ptr_17.f90
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.dg/proc_ptr_17.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/proc_ptr_comp_1.f90
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/proc_ptr_comp_2.f90
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/proc_ptr_comp_3.f90
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_3.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/proc_ptr_comp_4.f90
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_4.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/proc_ptr_comp_5.f90
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_5.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/proc_ptr_comp_6.f90
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_6.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.fortran-torture/compile/pr39937.f
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.fortran-torture/compile/pr39937.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.fortran-torture/execute/pr40021.f
      - copied unchanged from r147358, trunk/gcc/testsuite/gfortran.fortran-torture/execute/pr40021.f
    branches/gcc-in-cxx/gcc/testsuite/lib/plugin-support.exp
      - copied unchanged from r147358, trunk/gcc/testsuite/lib/plugin-support.exp
Removed:
    branches/gcc-in-cxx/gcc/dwarf.h
    branches/gcc-in-cxx/gcc/plugin-version.c
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/warn/pr35652.C
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/pr35652.c
Modified:
    branches/gcc-in-cxx/   (props changed)
    branches/gcc-in-cxx/ChangeLog
    branches/gcc-in-cxx/config.guess
    branches/gcc-in-cxx/config/ChangeLog
    branches/gcc-in-cxx/config/tcl.m4
    branches/gcc-in-cxx/configure
    branches/gcc-in-cxx/configure.ac
    branches/gcc-in-cxx/fixincludes/ChangeLog
    branches/gcc-in-cxx/fixincludes/fixincl.x
    branches/gcc-in-cxx/fixincludes/inclhack.def
    branches/gcc-in-cxx/fixincludes/tests/base/inttypes.h
    branches/gcc-in-cxx/fixincludes/tests/base/stdint.h
    branches/gcc-in-cxx/fixincludes/tests/base/stdlib.h
    branches/gcc-in-cxx/gcc/ChangeLog
    branches/gcc-in-cxx/gcc/ChangeLog-2008   (props changed)
    branches/gcc-in-cxx/gcc/DATESTAMP
    branches/gcc-in-cxx/gcc/Makefile.in
    branches/gcc-in-cxx/gcc/ada/ChangeLog
    branches/gcc-in-cxx/gcc/ada/Makefile.rtl
    branches/gcc-in-cxx/gcc/ada/adaint.c
    branches/gcc-in-cxx/gcc/ada/alloc.ads
    branches/gcc-in-cxx/gcc/ada/clean.adb
    branches/gcc-in-cxx/gcc/ada/comperr.adb
    branches/gcc-in-cxx/gcc/ada/debug.adb
    branches/gcc-in-cxx/gcc/ada/err_vars.ads
    branches/gcc-in-cxx/gcc/ada/errout.adb
    branches/gcc-in-cxx/gcc/ada/errout.ads
    branches/gcc-in-cxx/gcc/ada/exp_aggr.adb
    branches/gcc-in-cxx/gcc/ada/exp_attr.adb
    branches/gcc-in-cxx/gcc/ada/exp_ch3.adb
    branches/gcc-in-cxx/gcc/ada/exp_ch3.ads
    branches/gcc-in-cxx/gcc/ada/exp_ch4.adb
    branches/gcc-in-cxx/gcc/ada/exp_ch5.adb
    branches/gcc-in-cxx/gcc/ada/exp_ch6.adb
    branches/gcc-in-cxx/gcc/ada/exp_ch7.adb
    branches/gcc-in-cxx/gcc/ada/exp_ch9.adb
    branches/gcc-in-cxx/gcc/ada/exp_ch9.ads
    branches/gcc-in-cxx/gcc/ada/exp_disp.adb
    branches/gcc-in-cxx/gcc/ada/exp_disp.ads
    branches/gcc-in-cxx/gcc/ada/exp_dist.adb
    branches/gcc-in-cxx/gcc/ada/exp_dist.ads
    branches/gcc-in-cxx/gcc/ada/exp_intr.adb
    branches/gcc-in-cxx/gcc/ada/exp_tss.adb
    branches/gcc-in-cxx/gcc/ada/exp_tss.ads
    branches/gcc-in-cxx/gcc/ada/exp_util.adb
    branches/gcc-in-cxx/gcc/ada/freeze.adb
    branches/gcc-in-cxx/gcc/ada/g-comlin.ads
    branches/gcc-in-cxx/gcc/ada/g-debuti.adb
    branches/gcc-in-cxx/gcc/ada/g-dyntab.adb
    branches/gcc-in-cxx/gcc/ada/g-dyntab.ads
    branches/gcc-in-cxx/gcc/ada/g-expect-vms.adb
    branches/gcc-in-cxx/gcc/ada/g-expect.adb
    branches/gcc-in-cxx/gcc/ada/g-expect.ads
    branches/gcc-in-cxx/gcc/ada/g-socket.adb
    branches/gcc-in-cxx/gcc/ada/g-socket.ads
    branches/gcc-in-cxx/gcc/ada/g-socthi-mingw.adb
    branches/gcc-in-cxx/gcc/ada/g-socthi-mingw.ads
    branches/gcc-in-cxx/gcc/ada/g-socthi-vms.adb
    branches/gcc-in-cxx/gcc/ada/g-socthi-vms.ads
    branches/gcc-in-cxx/gcc/ada/g-socthi-vxworks.adb
    branches/gcc-in-cxx/gcc/ada/g-socthi-vxworks.ads
    branches/gcc-in-cxx/gcc/ada/g-socthi.adb
    branches/gcc-in-cxx/gcc/ada/g-socthi.ads
    branches/gcc-in-cxx/gcc/ada/g-sothco.ads
    branches/gcc-in-cxx/gcc/ada/g-stsifd-sockets.adb
    branches/gcc-in-cxx/gcc/ada/g-table.adb
    branches/gcc-in-cxx/gcc/ada/g-table.ads
    branches/gcc-in-cxx/gcc/ada/gcc-interface/Make-lang.in
    branches/gcc-in-cxx/gcc/ada/gcc-interface/Makefile.in
    branches/gcc-in-cxx/gcc/ada/gnat1drv.adb
    branches/gcc-in-cxx/gcc/ada/gnat_rm.texi
    branches/gcc-in-cxx/gcc/ada/gnat_ugn.texi
    branches/gcc-in-cxx/gcc/ada/gnatcmd.adb
    branches/gcc-in-cxx/gcc/ada/init.c
    branches/gcc-in-cxx/gcc/ada/initialize.c
    branches/gcc-in-cxx/gcc/ada/lib-load.adb
    branches/gcc-in-cxx/gcc/ada/lib-xref.adb
    branches/gcc-in-cxx/gcc/ada/make.adb
    branches/gcc-in-cxx/gcc/ada/makeutl.adb
    branches/gcc-in-cxx/gcc/ada/makeutl.ads
    branches/gcc-in-cxx/gcc/ada/mlib-prj.adb
    branches/gcc-in-cxx/gcc/ada/mlib-tgt.adb
    branches/gcc-in-cxx/gcc/ada/mlib-tgt.ads
    branches/gcc-in-cxx/gcc/ada/opt.ads
    branches/gcc-in-cxx/gcc/ada/osint.adb
    branches/gcc-in-cxx/gcc/ada/osint.ads
    branches/gcc-in-cxx/gcc/ada/par-ch12.adb
    branches/gcc-in-cxx/gcc/ada/par-ch3.adb
    branches/gcc-in-cxx/gcc/ada/par-ch4.adb
    branches/gcc-in-cxx/gcc/ada/par-ch5.adb
    branches/gcc-in-cxx/gcc/ada/par-ch6.adb
    branches/gcc-in-cxx/gcc/ada/par-ch9.adb
    branches/gcc-in-cxx/gcc/ada/par-endh.adb
    branches/gcc-in-cxx/gcc/ada/par-load.adb
    branches/gcc-in-cxx/gcc/ada/par-prag.adb
    branches/gcc-in-cxx/gcc/ada/par-tchk.adb
    branches/gcc-in-cxx/gcc/ada/par-util.adb
    branches/gcc-in-cxx/gcc/ada/prepcomp.adb
    branches/gcc-in-cxx/gcc/ada/prj-dect.adb
    branches/gcc-in-cxx/gcc/ada/prj-dect.ads
    branches/gcc-in-cxx/gcc/ada/prj-env.adb
    branches/gcc-in-cxx/gcc/ada/prj-env.ads
    branches/gcc-in-cxx/gcc/ada/prj-ext.adb
    branches/gcc-in-cxx/gcc/ada/prj-makr.adb
    branches/gcc-in-cxx/gcc/ada/prj-nmsc.adb
    branches/gcc-in-cxx/gcc/ada/prj-nmsc.ads
    branches/gcc-in-cxx/gcc/ada/prj-pars.adb
    branches/gcc-in-cxx/gcc/ada/prj-pars.ads
    branches/gcc-in-cxx/gcc/ada/prj-part.adb
    branches/gcc-in-cxx/gcc/ada/prj-part.ads
    branches/gcc-in-cxx/gcc/ada/prj-pp.adb
    branches/gcc-in-cxx/gcc/ada/prj-pp.ads
    branches/gcc-in-cxx/gcc/ada/prj-proc.adb
    branches/gcc-in-cxx/gcc/ada/prj-proc.ads
    branches/gcc-in-cxx/gcc/ada/prj-util.adb
    branches/gcc-in-cxx/gcc/ada/prj.adb
    branches/gcc-in-cxx/gcc/ada/prj.ads
    branches/gcc-in-cxx/gcc/ada/rtsfind.adb
    branches/gcc-in-cxx/gcc/ada/rtsfind.ads
    branches/gcc-in-cxx/gcc/ada/s-fileio.adb
    branches/gcc-in-cxx/gcc/ada/s-linux-alpha.ads
    branches/gcc-in-cxx/gcc/ada/s-linux-hppa.ads
    branches/gcc-in-cxx/gcc/ada/s-linux.ads
    branches/gcc-in-cxx/gcc/ada/s-oscons-tmplt.c
    branches/gcc-in-cxx/gcc/ada/s-osinte-darwin.ads
    branches/gcc-in-cxx/gcc/ada/s-osinte-linux.ads
    branches/gcc-in-cxx/gcc/ada/s-stausa.adb
    branches/gcc-in-cxx/gcc/ada/s-stausa.ads
    branches/gcc-in-cxx/gcc/ada/s-taskin.adb
    branches/gcc-in-cxx/gcc/ada/scans.ads
    branches/gcc-in-cxx/gcc/ada/scng.adb
    branches/gcc-in-cxx/gcc/ada/sdefault.ads
    branches/gcc-in-cxx/gcc/ada/sem.adb
    branches/gcc-in-cxx/gcc/ada/sem_aggr.adb
    branches/gcc-in-cxx/gcc/ada/sem_attr.adb
    branches/gcc-in-cxx/gcc/ada/sem_cat.ads
    branches/gcc-in-cxx/gcc/ada/sem_ch10.adb
    branches/gcc-in-cxx/gcc/ada/sem_ch12.adb
    branches/gcc-in-cxx/gcc/ada/sem_ch13.adb
    branches/gcc-in-cxx/gcc/ada/sem_ch3.adb
    branches/gcc-in-cxx/gcc/ada/sem_ch4.adb
    branches/gcc-in-cxx/gcc/ada/sem_ch5.adb
    branches/gcc-in-cxx/gcc/ada/sem_ch6.adb
    branches/gcc-in-cxx/gcc/ada/sem_ch8.adb
    branches/gcc-in-cxx/gcc/ada/sem_disp.adb
    branches/gcc-in-cxx/gcc/ada/sem_elim.adb
    branches/gcc-in-cxx/gcc/ada/sem_prag.adb
    branches/gcc-in-cxx/gcc/ada/sem_res.adb
    branches/gcc-in-cxx/gcc/ada/sem_util.adb
    branches/gcc-in-cxx/gcc/ada/sem_util.ads
    branches/gcc-in-cxx/gcc/ada/sem_warn.adb
    branches/gcc-in-cxx/gcc/ada/sinfo.adb
    branches/gcc-in-cxx/gcc/ada/sinfo.ads
    branches/gcc-in-cxx/gcc/ada/sinput-l.adb
    branches/gcc-in-cxx/gcc/ada/sinput.adb
    branches/gcc-in-cxx/gcc/ada/sinput.ads
    branches/gcc-in-cxx/gcc/ada/snames.ads-tmpl
    branches/gcc-in-cxx/gcc/ada/styleg.adb
    branches/gcc-in-cxx/gcc/ada/switch-m.adb
    branches/gcc-in-cxx/gcc/ada/table.adb
    branches/gcc-in-cxx/gcc/ada/table.ads
    branches/gcc-in-cxx/gcc/ada/targparm.adb
    branches/gcc-in-cxx/gcc/ada/targparm.ads
    branches/gcc-in-cxx/gcc/ada/vms_data.ads
    branches/gcc-in-cxx/gcc/ada/xoscons.adb
    branches/gcc-in-cxx/gcc/alloc-pool.c
    branches/gcc-in-cxx/gcc/attribs.c
    branches/gcc-in-cxx/gcc/basic-block.h
    branches/gcc-in-cxx/gcc/bitmap.c
    branches/gcc-in-cxx/gcc/builtins.c
    branches/gcc-in-cxx/gcc/c-common.c
    branches/gcc-in-cxx/gcc/c-common.h
    branches/gcc-in-cxx/gcc/c-cppbuiltin.c
    branches/gcc-in-cxx/gcc/c-decl.c
    branches/gcc-in-cxx/gcc/c-gimplify.c
    branches/gcc-in-cxx/gcc/c-lex.c
    branches/gcc-in-cxx/gcc/c-objc-common.c
    branches/gcc-in-cxx/gcc/c-opts.c
    branches/gcc-in-cxx/gcc/c-parser.c
    branches/gcc-in-cxx/gcc/c-pragma.c
    branches/gcc-in-cxx/gcc/c-pretty-print.c
    branches/gcc-in-cxx/gcc/c-pretty-print.h
    branches/gcc-in-cxx/gcc/c-tree.h
    branches/gcc-in-cxx/gcc/c-typeck.c
    branches/gcc-in-cxx/gcc/c.opt
    branches/gcc-in-cxx/gcc/calls.c
    branches/gcc-in-cxx/gcc/cfgexpand.c
    branches/gcc-in-cxx/gcc/cfgrtl.c
    branches/gcc-in-cxx/gcc/cgraph.c
    branches/gcc-in-cxx/gcc/cgraph.h
    branches/gcc-in-cxx/gcc/cgraphbuild.c
    branches/gcc-in-cxx/gcc/cgraphunit.c
    branches/gcc-in-cxx/gcc/combine.c
    branches/gcc-in-cxx/gcc/common.opt
    branches/gcc-in-cxx/gcc/config.gcc
    branches/gcc-in-cxx/gcc/config.in
    branches/gcc-in-cxx/gcc/config/alpha/alpha-protos.h
    branches/gcc-in-cxx/gcc/config/alpha/alpha.c
    branches/gcc-in-cxx/gcc/config/alpha/alpha.h
    branches/gcc-in-cxx/gcc/config/alpha/alpha.md
    branches/gcc-in-cxx/gcc/config/alpha/elf.h
    branches/gcc-in-cxx/gcc/config/arc/arc.c
    branches/gcc-in-cxx/gcc/config/arm/arm-cores.def
    branches/gcc-in-cxx/gcc/config/arm/arm-protos.h
    branches/gcc-in-cxx/gcc/config/arm/arm-tune.md
    branches/gcc-in-cxx/gcc/config/arm/arm.c
    branches/gcc-in-cxx/gcc/config/arm/arm.h
    branches/gcc-in-cxx/gcc/config/avr/avr-protos.h
    branches/gcc-in-cxx/gcc/config/avr/avr.c
    branches/gcc-in-cxx/gcc/config/avr/avr.h
    branches/gcc-in-cxx/gcc/config/bfin/bfin-protos.h
    branches/gcc-in-cxx/gcc/config/bfin/bfin.c
    branches/gcc-in-cxx/gcc/config/bfin/bfin.h
    branches/gcc-in-cxx/gcc/config/bfin/bfin.md
    branches/gcc-in-cxx/gcc/config/cris/cris.h
    branches/gcc-in-cxx/gcc/config/darwin.c
    branches/gcc-in-cxx/gcc/config/frv/frv-protos.h
    branches/gcc-in-cxx/gcc/config/frv/frv.c
    branches/gcc-in-cxx/gcc/config/frv/frv.h
    branches/gcc-in-cxx/gcc/config/h8300/h8300.c
    branches/gcc-in-cxx/gcc/config/h8300/h8300.h
    branches/gcc-in-cxx/gcc/config/i386/i386-protos.h
    branches/gcc-in-cxx/gcc/config/i386/i386.c
    branches/gcc-in-cxx/gcc/config/i386/i386.h
    branches/gcc-in-cxx/gcc/config/i386/i386.md
    branches/gcc-in-cxx/gcc/config/i386/predicates.md
    branches/gcc-in-cxx/gcc/config/i386/sse.md
    branches/gcc-in-cxx/gcc/config/i386/winnt.c
    branches/gcc-in-cxx/gcc/config/ia64/hpux.h
    branches/gcc-in-cxx/gcc/config/ia64/ia64.c
    branches/gcc-in-cxx/gcc/config/ia64/ia64.h
    branches/gcc-in-cxx/gcc/config/iq2000/iq2000.c
    branches/gcc-in-cxx/gcc/config/iq2000/iq2000.h
    branches/gcc-in-cxx/gcc/config/m32c/m32c-protos.h
    branches/gcc-in-cxx/gcc/config/m32c/m32c.c
    branches/gcc-in-cxx/gcc/config/m32c/m32c.h
    branches/gcc-in-cxx/gcc/config/m32r/m32r.c
    branches/gcc-in-cxx/gcc/config/m32r/m32r.h
    branches/gcc-in-cxx/gcc/config/m68hc11/m68hc11-protos.h
    branches/gcc-in-cxx/gcc/config/m68hc11/m68hc11.c
    branches/gcc-in-cxx/gcc/config/m68hc11/m68hc11.h
    branches/gcc-in-cxx/gcc/config/m68k/m68k.c
    branches/gcc-in-cxx/gcc/config/m68k/m68k.h
    branches/gcc-in-cxx/gcc/config/mcore/mcore.c
    branches/gcc-in-cxx/gcc/config/mcore/mcore.h
    branches/gcc-in-cxx/gcc/config/mips/mips-protos.h
    branches/gcc-in-cxx/gcc/config/mips/mips.c
    branches/gcc-in-cxx/gcc/config/mips/mips.h
    branches/gcc-in-cxx/gcc/config/mn10300/mn10300-protos.h
    branches/gcc-in-cxx/gcc/config/mn10300/mn10300.c
    branches/gcc-in-cxx/gcc/config/mn10300/mn10300.h
    branches/gcc-in-cxx/gcc/config/pa/linux-atomic.c
    branches/gcc-in-cxx/gcc/config/pa/pa-hpux.h
    branches/gcc-in-cxx/gcc/config/pa/pa-hpux10.h
    branches/gcc-in-cxx/gcc/config/pa/pa-hpux11.h
    branches/gcc-in-cxx/gcc/config/pa/pa-protos.h
    branches/gcc-in-cxx/gcc/config/pa/pa.c
    branches/gcc-in-cxx/gcc/config/pa/pa.h
    branches/gcc-in-cxx/gcc/config/pdp11/pdp11.h
    branches/gcc-in-cxx/gcc/config/picochip/libgccExtras/divmod15.asm
    branches/gcc-in-cxx/gcc/config/picochip/picochip.h
    branches/gcc-in-cxx/gcc/config/rs6000/rs6000-c.c
    branches/gcc-in-cxx/gcc/config/rs6000/rs6000-protos.h
    branches/gcc-in-cxx/gcc/config/rs6000/rs6000.c
    branches/gcc-in-cxx/gcc/config/rs6000/rs6000.h
    branches/gcc-in-cxx/gcc/config/rs6000/rs6000.md
    branches/gcc-in-cxx/gcc/config/rs6000/xilinx.h
    branches/gcc-in-cxx/gcc/config/s390/s390-protos.h
    branches/gcc-in-cxx/gcc/config/s390/s390.c
    branches/gcc-in-cxx/gcc/config/s390/s390.h
    branches/gcc-in-cxx/gcc/config/score/score-protos.h
    branches/gcc-in-cxx/gcc/config/score/score.c
    branches/gcc-in-cxx/gcc/config/score/score.h
    branches/gcc-in-cxx/gcc/config/score/score3.c
    branches/gcc-in-cxx/gcc/config/score/score3.h
    branches/gcc-in-cxx/gcc/config/score/score7.c
    branches/gcc-in-cxx/gcc/config/score/score7.h
    branches/gcc-in-cxx/gcc/config/sh/sh.c
    branches/gcc-in-cxx/gcc/config/sh/sh.h
    branches/gcc-in-cxx/gcc/config/sh/symbian.c
    branches/gcc-in-cxx/gcc/config/sparc/sparc-protos.h
    branches/gcc-in-cxx/gcc/config/sparc/sparc.c
    branches/gcc-in-cxx/gcc/config/sparc/sparc.h
    branches/gcc-in-cxx/gcc/config/spu/spu-protos.h
    branches/gcc-in-cxx/gcc/config/spu/spu.c
    branches/gcc-in-cxx/gcc/config/spu/spu.h
    branches/gcc-in-cxx/gcc/config/stormy16/stormy16.c
    branches/gcc-in-cxx/gcc/config/stormy16/stormy16.h
    branches/gcc-in-cxx/gcc/config/v850/v850-c.c
    branches/gcc-in-cxx/gcc/config/v850/v850.c
    branches/gcc-in-cxx/gcc/config/v850/v850.h
    branches/gcc-in-cxx/gcc/config/xtensa/xtensa-protos.h
    branches/gcc-in-cxx/gcc/config/xtensa/xtensa.c
    branches/gcc-in-cxx/gcc/config/xtensa/xtensa.h
    branches/gcc-in-cxx/gcc/configure
    branches/gcc-in-cxx/gcc/configure.ac
    branches/gcc-in-cxx/gcc/coverage.c
    branches/gcc-in-cxx/gcc/cp/ChangeLog
    branches/gcc-in-cxx/gcc/cp/ChangeLog-2007   (props changed)
    branches/gcc-in-cxx/gcc/cp/ChangeLog-2008   (props changed)
    branches/gcc-in-cxx/gcc/cp/call.c
    branches/gcc-in-cxx/gcc/cp/class.c
    branches/gcc-in-cxx/gcc/cp/cp-tree.h
    branches/gcc-in-cxx/gcc/cp/cxx-pretty-print.c
    branches/gcc-in-cxx/gcc/cp/cxx-pretty-print.h
    branches/gcc-in-cxx/gcc/cp/decl.c
    branches/gcc-in-cxx/gcc/cp/decl2.c
    branches/gcc-in-cxx/gcc/cp/error.c
    branches/gcc-in-cxx/gcc/cp/parser.c
    branches/gcc-in-cxx/gcc/cp/pt.c
    branches/gcc-in-cxx/gcc/cp/semantics.c
    branches/gcc-in-cxx/gcc/cp/tree.c
    branches/gcc-in-cxx/gcc/cp/typeck.c
    branches/gcc-in-cxx/gcc/cse.c
    branches/gcc-in-cxx/gcc/dbxout.c
    branches/gcc-in-cxx/gcc/dce.c
    branches/gcc-in-cxx/gcc/debug.h
    branches/gcc-in-cxx/gcc/defaults.h
    branches/gcc-in-cxx/gcc/df-problems.c
    branches/gcc-in-cxx/gcc/df.h
    branches/gcc-in-cxx/gcc/dfp.c
    branches/gcc-in-cxx/gcc/doc/collect2.texi
    branches/gcc-in-cxx/gcc/doc/extend.texi
    branches/gcc-in-cxx/gcc/doc/install.texi
    branches/gcc-in-cxx/gcc/doc/invoke.texi
    branches/gcc-in-cxx/gcc/doc/md.texi
    branches/gcc-in-cxx/gcc/doc/tm.texi
    branches/gcc-in-cxx/gcc/dojump.c
    branches/gcc-in-cxx/gcc/dwarf2out.c
    branches/gcc-in-cxx/gcc/except.c
    branches/gcc-in-cxx/gcc/except.h
    branches/gcc-in-cxx/gcc/explow.c
    branches/gcc-in-cxx/gcc/expmed.c
    branches/gcc-in-cxx/gcc/expr.c
    branches/gcc-in-cxx/gcc/flags.h
    branches/gcc-in-cxx/gcc/fold-const.c
    branches/gcc-in-cxx/gcc/fortran/ChangeLog
    branches/gcc-in-cxx/gcc/fortran/decl.c
    branches/gcc-in-cxx/gcc/fortran/dump-parse-tree.c
    branches/gcc-in-cxx/gcc/fortran/error.c
    branches/gcc-in-cxx/gcc/fortran/expr.c
    branches/gcc-in-cxx/gcc/fortran/gfortran.h
    branches/gcc-in-cxx/gcc/fortran/gfortran.texi
    branches/gcc-in-cxx/gcc/fortran/interface.c
    branches/gcc-in-cxx/gcc/fortran/intrinsic.c
    branches/gcc-in-cxx/gcc/fortran/invoke.texi
    branches/gcc-in-cxx/gcc/fortran/match.c
    branches/gcc-in-cxx/gcc/fortran/module.c
    branches/gcc-in-cxx/gcc/fortran/parse.c
    branches/gcc-in-cxx/gcc/fortran/primary.c
    branches/gcc-in-cxx/gcc/fortran/resolve.c
    branches/gcc-in-cxx/gcc/fortran/st.c
    branches/gcc-in-cxx/gcc/fortran/symbol.c
    branches/gcc-in-cxx/gcc/fortran/trans-array.c
    branches/gcc-in-cxx/gcc/fortran/trans-expr.c
    branches/gcc-in-cxx/gcc/fortran/trans-intrinsic.c
    branches/gcc-in-cxx/gcc/fortran/trans-stmt.c
    branches/gcc-in-cxx/gcc/fortran/trans-stmt.h
    branches/gcc-in-cxx/gcc/fortran/trans-types.c
    branches/gcc-in-cxx/gcc/fortran/trans-types.h
    branches/gcc-in-cxx/gcc/fortran/trans.c
    branches/gcc-in-cxx/gcc/fortran/trans.h
    branches/gcc-in-cxx/gcc/fwprop.c
    branches/gcc-in-cxx/gcc/gcc-plugin.h
    branches/gcc-in-cxx/gcc/gcc.c
    branches/gcc-in-cxx/gcc/gcse.c
    branches/gcc-in-cxx/gcc/genpreds.c
    branches/gcc-in-cxx/gcc/genrecog.c
    branches/gcc-in-cxx/gcc/ggc-common.c
    branches/gcc-in-cxx/gcc/ggc-page.c
    branches/gcc-in-cxx/gcc/gimple.c
    branches/gcc-in-cxx/gcc/gimple.def
    branches/gcc-in-cxx/gcc/gimplify.c
    branches/gcc-in-cxx/gcc/intl.c
    branches/gcc-in-cxx/gcc/intl.h
    branches/gcc-in-cxx/gcc/ipa-cp.c
    branches/gcc-in-cxx/gcc/ipa-inline.c
    branches/gcc-in-cxx/gcc/ipa-prop.c
    branches/gcc-in-cxx/gcc/ipa-prop.h
    branches/gcc-in-cxx/gcc/ipa-pure-const.c
    branches/gcc-in-cxx/gcc/ipa-reference.c
    branches/gcc-in-cxx/gcc/ipa-struct-reorg.c
    branches/gcc-in-cxx/gcc/ipa-type-escape.c
    branches/gcc-in-cxx/gcc/ipa-utils.c
    branches/gcc-in-cxx/gcc/ipa.c
    branches/gcc-in-cxx/gcc/ira-conflicts.c
    branches/gcc-in-cxx/gcc/ira.c
    branches/gcc-in-cxx/gcc/langhooks.c
    branches/gcc-in-cxx/gcc/langhooks.h
    branches/gcc-in-cxx/gcc/loop-invariant.c
    branches/gcc-in-cxx/gcc/matrix-reorg.c
    branches/gcc-in-cxx/gcc/objc/ChangeLog
    branches/gcc-in-cxx/gcc/objc/objc-act.c
    branches/gcc-in-cxx/gcc/objcp/ChangeLog
    branches/gcc-in-cxx/gcc/objcp/objcp-decl.h
    branches/gcc-in-cxx/gcc/opts.c
    branches/gcc-in-cxx/gcc/passes.c
    branches/gcc-in-cxx/gcc/plugin.c
    branches/gcc-in-cxx/gcc/po/ChangeLog
    branches/gcc-in-cxx/gcc/po/gcc.pot
    branches/gcc-in-cxx/gcc/pretty-print.c
    branches/gcc-in-cxx/gcc/pretty-print.h
    branches/gcc-in-cxx/gcc/print-tree.c
    branches/gcc-in-cxx/gcc/regmove.c
    branches/gcc-in-cxx/gcc/regrename.c
    branches/gcc-in-cxx/gcc/rtl.h
    branches/gcc-in-cxx/gcc/sched-int.h
    branches/gcc-in-cxx/gcc/sel-sched-ir.c
    branches/gcc-in-cxx/gcc/sel-sched-ir.h
    branches/gcc-in-cxx/gcc/sel-sched.c
    branches/gcc-in-cxx/gcc/stmt.c
    branches/gcc-in-cxx/gcc/stor-layout.c
    branches/gcc-in-cxx/gcc/system.h
    branches/gcc-in-cxx/gcc/target-def.h
    branches/gcc-in-cxx/gcc/target.h
    branches/gcc-in-cxx/gcc/targhooks.c
    branches/gcc-in-cxx/gcc/targhooks.h
    branches/gcc-in-cxx/gcc/testsuite/ChangeLog
    branches/gcc-in-cxx/gcc/testsuite/ChangeLog-2008   (props changed)
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/README
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/cpp/_Pragma1.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/cpp0x/decltype-38655.C   (props changed)
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/dg.exp
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/eh/async-unwind2.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/eh/simd-5.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/ext/altivec-15.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/ext/visibility/class1.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/other/PR23205.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/rtti/repo1.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/template/overload9.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/template/repo1.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/template/repo2.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/template/repo3.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/template/repo4.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/template/repo5.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/template/repo6.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/template/repo7.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/template/repo8.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/template/repo9.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/warn/weak1.C
    branches/gcc-in-cxx/gcc/testsuite/g++.old-deja/g++.other/overload11.C
    branches/gcc-in-cxx/gcc/testsuite/g++.old-deja/g++.pt/instantiate4.C
    branches/gcc-in-cxx/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C
    branches/gcc-in-cxx/gcc/testsuite/g++.old-deja/g++.pt/repo1.C
    branches/gcc-in-cxx/gcc/testsuite/g++.old-deja/g++.pt/repo2.C
    branches/gcc-in-cxx/gcc/testsuite/g++.old-deja/g++.pt/repo3.C
    branches/gcc-in-cxx/gcc/testsuite/g++.old-deja/g++.pt/repo4.C
    branches/gcc-in-cxx/gcc/testsuite/gcc.c-torture/execute/ieee/20010226-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/20020103-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/20020312-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/20020919-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/Wconversion-real-integer.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/Wconversion-real.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/asm-b.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/attr-weakref-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/c99-tag-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/cdce1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/cpp/_Pragma6.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/declspec-10.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/declspec-11.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/declspec-9.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/div-double-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/format/plus-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/pr17188-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/pr39084.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/pr39323-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/pr39323-3.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/pthread-init-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/ssp-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/tls/alias-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/tls/opt-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/asm-subreg-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/pr36227.c   (props changed)
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/trampoline-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/tree-ssa/20030714-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/ucnid-6.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/Os-vect-95.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/no-vfa-vect-37.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/no-vfa-vect-43.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/no-vfa-vect-49.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/no-vfa-vect-53.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/no-vfa-vect-57.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/no-vfa-vect-61.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/no-vfa-vect-79.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/pr20122.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/pr36493.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/pr37385.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/slp-10.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/slp-11.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/slp-12b.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/slp-33.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/slp-7.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/slp-9.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/slp-widen-mult-s16.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/slp-widen-mult-u8.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-35.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-40.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-42.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-44.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-46.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-48.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-52.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-54.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-56.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-58.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-60.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-74.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-75.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-76.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-77-alignchecks.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-77-global.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-77.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-78-alignchecks.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-78-global.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-78.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-80.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-85.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-87.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-88.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-92.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-93.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-95.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-97.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-complex-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-complex-4.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-complex-5.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-multitypes-10.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-multitypes-11.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-multitypes-12.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-multitypes-13.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-multitypes-14.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-multitypes-15.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-multitypes-16.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-multitypes-17.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-multitypes-3.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-multitypes-6.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-multitypes-7.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-multitypes-8.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-multitypes-9.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-outer-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-outer-1a.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-outer-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-outer-2a.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-outer-2b.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-outer-2c.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-outer-2d.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-outer-3.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-outer-3a.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-outer-3b.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-outer-3c.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-outer-5.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-outer-6.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s16a.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s16b.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s8a.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s8b.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s8c.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u16a.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u16b.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u8a.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u8b.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-widen-mult-s16.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-widen-mult-s8.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-widen-mult-u16.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-widen-mult-u8.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/wrapv-vect-reduc-dot-s8b.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/arm/long-calls-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/pr37191.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/reload-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/sse4_1-roundpd-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/sse4_1-roundpd-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/sse4_1-roundpd-3.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/sse4_1-roundps-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/sse4_1-roundps-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/sse4_1-roundps-3.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/sse4_1-roundsd-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/sse4_1-roundsd-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/sse4_1-roundsd-3.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/sse4_1-roundsd-4.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/sse4_1-roundss-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/sse4_1-roundss-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/sse4_1-roundss-3.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/sse4_1-roundss-4.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/ia64/sync-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/mips/dspr2-MULT.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/mips/dspr2-MULTU.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/mips/mips.exp
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/powerpc/20020118-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/sparc/fexpand-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/sparc/fpmerge-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/sparc/fpmul-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/sparc/pdist-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/x86_64/abi/callabi/   (props changed)
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/advance_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/advance_4.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/advance_5.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/append_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/backslash_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/backslash_2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/backslash_3.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/backspace_10.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/backspace_3.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/backspace_4.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/backspace_5.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/backspace_8.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/backspace_9.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/chmod_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/chmod_2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/chmod_3.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/complex_write.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/convert_implied_open.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/dependency_23.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/dollar_edit_descriptor_1.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/dos_eol.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/empty_format_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/endfile.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/eof_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/eor_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/eor_handling_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/eor_handling_2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/eor_handling_3.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/eor_handling_4.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/eor_handling_5.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/error_recovery_5.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/f2003_inquire_1.f03
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/f2003_io_4.f03
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/f2003_io_5.f03
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/f2003_io_7.f03
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/fgetc_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/fgetc_2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/flush_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/fmt_exhaust.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/fmt_huge.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/fmt_read.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/fmt_t_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/fmt_t_2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/fmt_t_3.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/fmt_t_4.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/fmt_t_5.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/fmt_t_7.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/fseek.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/ftell_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/ftell_2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/func_derived_3.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/inquire_9.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/intrinsic.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/iostat_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/iostat_2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/list_read_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/list_read_4.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/list_read_5.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/list_read_7.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/list_read_8.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/list_read_9.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_13.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_14.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_15.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_16.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_17.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_18.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_19.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_20.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_24.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_26.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_27.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_28.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_37.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_38.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_39.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_40.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_43.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_44.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_45.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_46.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_47.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_48.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_49.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_50.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_51.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_52.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_56.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_char_only.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_use.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/namelist_use_only.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/noadv_size.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/open_access_append_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/open_errors.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pad_no.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pr12884.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pr17090.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pr17285.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pr17286.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pr18122.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pr18210.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pr18392.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pr19155.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pr19216.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pr19467.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pr19657.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pr20257.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/proc_decl_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/read_bad_advance.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/read_eof_2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/read_eof_4.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/read_many_1.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/read_noadvance.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/read_repeat.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/read_size_noadvance.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/read_x_past.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/record_marker_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/record_marker_3.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/rewind_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/runtime_warning_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/shape_3.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/slash_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/stat_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/stat_2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/streamio_11.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/streamio_3.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/streamio_4.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/streamio_9.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/tl_editing.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/unf_io_convert_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/unf_io_convert_2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/unf_read_corrupted_2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/unf_short_record_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/utf8_1.f03
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/utf8_2.f03
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/vect/fast-math-pr38968.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/widechar_IO_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/write_check3.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/write_rewind_2.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/x_slash_2.f
    branches/gcc-in-cxx/gcc/testsuite/lib/objc.exp
    branches/gcc-in-cxx/gcc/testsuite/lib/target-supports.exp
    branches/gcc-in-cxx/gcc/testsuite/objc.dg/bad-receiver-type.m
    branches/gcc-in-cxx/gcc/testsuite/objc.dg/encode-5.m
    branches/gcc-in-cxx/gcc/testsuite/objc.dg/id-1.m
    branches/gcc-in-cxx/gcc/testsuite/objc.dg/method-1.m
    branches/gcc-in-cxx/gcc/testsuite/objc.dg/method-11.m
    branches/gcc-in-cxx/gcc/testsuite/objc.dg/method-20.m
    branches/gcc-in-cxx/gcc/testsuite/objc.dg/method-6.m
    branches/gcc-in-cxx/gcc/testsuite/objc.dg/method-7.m
    branches/gcc-in-cxx/gcc/testsuite/objc.dg/method-9.m
    branches/gcc-in-cxx/gcc/testsuite/objc.dg/private-1.m
    branches/gcc-in-cxx/gcc/timevar.def
    branches/gcc-in-cxx/gcc/toplev.c
    branches/gcc-in-cxx/gcc/toplev.h
    branches/gcc-in-cxx/gcc/tree-cfg.c
    branches/gcc-in-cxx/gcc/tree-complex.c
    branches/gcc-in-cxx/gcc/tree-eh.c
    branches/gcc-in-cxx/gcc/tree-flow.h
    branches/gcc-in-cxx/gcc/tree-if-conv.c
    branches/gcc-in-cxx/gcc/tree-inline.c
    branches/gcc-in-cxx/gcc/tree-inline.h
    branches/gcc-in-cxx/gcc/tree-mudflap.c
    branches/gcc-in-cxx/gcc/tree-nomudflap.c
    branches/gcc-in-cxx/gcc/tree-outof-ssa.c
    branches/gcc-in-cxx/gcc/tree-pass.h
    branches/gcc-in-cxx/gcc/tree-pretty-print.c
    branches/gcc-in-cxx/gcc/tree-scalar-evolution.c
    branches/gcc-in-cxx/gcc/tree-sra.c
    branches/gcc-in-cxx/gcc/tree-ssa-coalesce.c
    branches/gcc-in-cxx/gcc/tree-ssa-copy.c
    branches/gcc-in-cxx/gcc/tree-ssa-dom.c
    branches/gcc-in-cxx/gcc/tree-ssa-forwprop.c
    branches/gcc-in-cxx/gcc/tree-ssa-phiprop.c
    branches/gcc-in-cxx/gcc/tree-ssa-pre.c
    branches/gcc-in-cxx/gcc/tree-ssa-propagate.c
    branches/gcc-in-cxx/gcc/tree-ssa-structalias.c
    branches/gcc-in-cxx/gcc/tree-ssa-threadedge.c
    branches/gcc-in-cxx/gcc/tree-ssa.c
    branches/gcc-in-cxx/gcc/tree-vect-data-refs.c
    branches/gcc-in-cxx/gcc/tree-vect-loop-manip.c
    branches/gcc-in-cxx/gcc/tree-vect-loop.c
    branches/gcc-in-cxx/gcc/tree-vect-patterns.c
    branches/gcc-in-cxx/gcc/tree-vect-slp.c
    branches/gcc-in-cxx/gcc/tree-vect-stmts.c
    branches/gcc-in-cxx/gcc/tree-vectorizer.c
    branches/gcc-in-cxx/gcc/tree-vectorizer.h
    branches/gcc-in-cxx/gcc/tree-vrp.c
    branches/gcc-in-cxx/gcc/tree.c
    branches/gcc-in-cxx/gcc/tree.h
    branches/gcc-in-cxx/gcc/varasm.c
    branches/gcc-in-cxx/gcc/varray.c
    branches/gcc-in-cxx/gcc/vec.c
    branches/gcc-in-cxx/libcpp/ChangeLog
    branches/gcc-in-cxx/libcpp/charset.c
    branches/gcc-in-cxx/libcpp/directives.c
    branches/gcc-in-cxx/libcpp/expr.c
    branches/gcc-in-cxx/libcpp/include/cpplib.h
    branches/gcc-in-cxx/libcpp/lex.c
    branches/gcc-in-cxx/libcpp/macro.c
    branches/gcc-in-cxx/libgfortran/ChangeLog
    branches/gcc-in-cxx/libgfortran/io/file_pos.c
    branches/gcc-in-cxx/libgfortran/io/intrinsics.c
    branches/gcc-in-cxx/libgfortran/io/transfer.c
    branches/gcc-in-cxx/libgfortran/runtime/string.c
    branches/gcc-in-cxx/libiberty/ChangeLog
    branches/gcc-in-cxx/libiberty/pex-win32.c
    branches/gcc-in-cxx/libjava/ChangeLog
    branches/gcc-in-cxx/libjava/Makefile.am
    branches/gcc-in-cxx/libjava/Makefile.in
    branches/gcc-in-cxx/libjava/classpath/   (props changed)
    branches/gcc-in-cxx/libjava/configure
    branches/gcc-in-cxx/libjava/configure.ac
    branches/gcc-in-cxx/libjava/gnu/classpath/natConfiguration.cc
    branches/gcc-in-cxx/libjava/include/config.h.in
    branches/gcc-in-cxx/libjava/include/java-assert.h
    branches/gcc-in-cxx/libjava/interpret-run.cc
    branches/gcc-in-cxx/libjava/interpret.cc
    branches/gcc-in-cxx/libjava/java/io/natVMObjectInputStream.cc
    branches/gcc-in-cxx/libjava/java/lang/natVMClassLoader.cc
    branches/gcc-in-cxx/libjava/prims.cc
    branches/gcc-in-cxx/libjava/testsuite/lib/libjava.exp
    branches/gcc-in-cxx/libjava/testsuite/libjava.jni/jni.exp
    branches/gcc-in-cxx/libjava/testsuite/libjava.jvmti/jvmti-interp.exp

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/18_support/pthread_guard.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/pthread1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/pthread5.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/map/pthread6.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_fstream/cons/1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/condition_variable/members/
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/this_thread/
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/members/
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/swap/
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/
            ('svnmerge-integrated' modified)

Propchange: branches/gcc-in-cxx/gcc/ChangeLog-2008
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/gcc/cp/ChangeLog-2007
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/gcc/cp/ChangeLog-2008
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/gcc/testsuite/ChangeLog-2008
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/gcc/testsuite/g++.dg/cpp0x/decltype-38655.C
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/pr36227.c
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/gcc/testsuite/gcc.target/x86_64/abi/callabi/
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/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]