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]

r210711 - in /branches/gupc: ./ ChangeLog MAINT...


Author: gfunck
Date: Wed May 21 14:04:07 2014
New Revision: 210711

URL: http://gcc.gnu.org/viewcvs?rev=210711&root=gcc&view=rev
Log:
	Merge trunk version 210674 into gupc branch.

Added:
    branches/gupc/libstdc++-v3/testsuite/20_util/bind/60497.cc
      - copied unchanged from r210608, trunk/libstdc++-v3/testsuite/20_util/bind/60497.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/duration/literals/61166.cc
      - copied unchanged from r210608, trunk/libstdc++-v3/testsuite/20_util/duration/literals/61166.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/duration/literals/range.cc
      - copied unchanged from r210608, trunk/libstdc++-v3/testsuite/20_util/duration/literals/range.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-4.cc
      - copied unchanged from r210608, trunk/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-4.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/overloaded.cc
      - copied unchanged from r210608, trunk/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/overloaded.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/array/element_access/60497.cc
      - copied unchanged from r210608, trunk/libstdc++-v3/testsuite/23_containers/array/element_access/60497.cc
    branches/gupc/libstdc++-v3/testsuite/30_threads/call_once/60497.cc
      - copied unchanged from r210608, trunk/libstdc++-v3/testsuite/30_threads/call_once/60497.cc
    branches/gupc/libstdc++-v3/testsuite/30_threads/promise/60966.cc
      - copied unchanged from r210608, trunk/libstdc++-v3/testsuite/30_threads/promise/60966.cc
    branches/gupc/libstdc++-v3/testsuite/30_threads/unique_lock/cons/60497.cc
      - copied unchanged from r210608, trunk/libstdc++-v3/testsuite/30_threads/unique_lock/cons/60497.cc
Modified:
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/include/bits/parse_numbers.h
    branches/gupc/libstdc++-v3/include/bits/regex_compiler.h
    branches/gupc/libstdc++-v3/include/bits/regex_compiler.tcc
    branches/gupc/libstdc++-v3/include/debug/array
    branches/gupc/libstdc++-v3/include/profile/array
    branches/gupc/libstdc++-v3/include/std/array
    branches/gupc/libstdc++-v3/include/std/chrono
    branches/gupc/libstdc++-v3/include/std/functional
    branches/gupc/libstdc++-v3/include/std/future
    branches/gupc/libstdc++-v3/include/std/mutex
    branches/gupc/libstdc++-v3/include/std/tuple
    branches/gupc/libstdc++-v3/include/std/type_traits
    branches/gupc/libstdc++-v3/include/std/utility
    branches/gupc/libstdc++-v3/libsupc++/new_op.cc
    branches/gupc/libstdc++-v3/libsupc++/new_opnt.cc
    branches/gupc/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/gupc/libstdc++-v3/scripts/testsuite_flags.in
    branches/gupc/libstdc++-v3/testsuite/20_util/auto_ptr/assign_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/forward/1_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-1.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/pair/astuple/get_by_type_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/shared_ptr/assign/unique_ptr_lvalue_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/reset_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/tuple/60497.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/tuple/element_access/get_by_type.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/unique_ptr/cons/pointer_array_convertible_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/reset_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc
    branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/quoted_char.cc
    branches/gupc/libstdc++-v3/testsuite/lib/libstdc++.exp
    branches/gupc/libstdc++-v3/testsuite/libstdc++-abi/abi.exp
    branches/gupc/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr_rvalue_neg.cc
    branches/gupc/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/modifiers/reset_neg.cc

Changes in other areas also in this revision:
Added:
    branches/gupc/config/mt-nios2-elf
      - copied unchanged from r210608, trunk/config/mt-nios2-elf
    branches/gupc/gcc/config/i386/clflushoptintrin.h
      - copied unchanged from r210608, trunk/gcc/config/i386/clflushoptintrin.h
    branches/gupc/gcc/config/i386/xsavecintrin.h
      - copied unchanged from r210608, trunk/gcc/config/i386/xsavecintrin.h
    branches/gupc/gcc/config/i386/xsavesintrin.h
      - copied unchanged from r210608, trunk/gcc/config/i386/xsavesintrin.h
    branches/gupc/gcc/ipa-comdats.c
      - copied unchanged from r210608, trunk/gcc/ipa-comdats.c
    branches/gupc/gcc/regcprop.h
      - copied unchanged from r210608, trunk/gcc/regcprop.h
    branches/gupc/gcc/shrink-wrap.c
      - copied unchanged from r210608, trunk/gcc/shrink-wrap.c
    branches/gupc/gcc/shrink-wrap.h
      - copied unchanged from r210608, trunk/gcc/shrink-wrap.h
    branches/gupc/gcc/testsuite/c-c++-common/asan/asan-interface-1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/c-c++-common/asan/asan-interface-1.c
    branches/gupc/gcc/testsuite/c-c++-common/pr50459-2.c
      - copied unchanged from r210608, trunk/gcc/testsuite/c-c++-common/pr50459-2.c
    branches/gupc/gcc/testsuite/c-c++-common/torture/pr61184.c
      - copied unchanged from r210675, trunk/gcc/testsuite/c-c++-common/torture/pr61184.c
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/Wattributes1.C
      - copied unchanged from r210675, trunk/gcc/testsuite/g++.dg/cpp0x/Wattributes1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/decltype58.C
      - copied unchanged from r210608, trunk/gcc/testsuite/g++.dg/cpp0x/decltype58.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/diag2.C
      - copied unchanged from r210608, trunk/gcc/testsuite/g++.dg/cpp0x/diag2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi6.C
      - copied unchanged from r210675, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi6.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this18.C
      - copied unchanged from r210608, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this18.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nsdmi-template11.C
      - copied unchanged from r210675, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-template11.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nsdmi-template12.C
      - copied unchanged from r210675, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-template12.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nsdmi-template13.C
      - copied unchanged from r210675, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-template13.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nsdmi-union6.C
      - copied unchanged from r210675, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-union6.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr61038.C
      - copied unchanged from r210675, trunk/gcc/testsuite/g++.dg/cpp0x/pr61038.C
    branches/gupc/gcc/testsuite/g++.dg/diagnostic/ref1.C
      - copied unchanged from r210608, trunk/gcc/testsuite/g++.dg/diagnostic/ref1.C
    branches/gupc/gcc/testsuite/g++.dg/diagnostic/ref2.C
      - copied unchanged from r210608, trunk/gcc/testsuite/g++.dg/diagnostic/ref2.C
    branches/gupc/gcc/testsuite/g++.dg/ipa/comdat.C
      - copied unchanged from r210608, trunk/gcc/testsuite/g++.dg/ipa/comdat.C
    branches/gupc/gcc/testsuite/g++.dg/ipa/devirt-33.C
      - copied unchanged from r210608, trunk/gcc/testsuite/g++.dg/ipa/devirt-33.C
    branches/gupc/gcc/testsuite/g++.dg/ipa/pr61085.C
      - copied unchanged from r210608, trunk/gcc/testsuite/g++.dg/ipa/pr61085.C
    branches/gupc/gcc/testsuite/g++.dg/parse/error54.C
      - copied unchanged from r210608, trunk/gcc/testsuite/g++.dg/parse/error54.C
    branches/gupc/gcc/testsuite/g++.dg/parse/pr58664.C
      - copied unchanged from r210675, trunk/gcc/testsuite/g++.dg/parse/pr58664.C
    branches/gupc/gcc/testsuite/g++.dg/pr60969.C
      - copied unchanged from r210608, trunk/gcc/testsuite/g++.dg/pr60969.C
    branches/gupc/gcc/testsuite/g++.dg/template/pr54310.C
      - copied unchanged from r210608, trunk/gcc/testsuite/g++.dg/template/pr54310.C
    branches/gupc/gcc/testsuite/gcc.dg/pr60866.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.dg/pr60866.c
    branches/gupc/gcc/testsuite/gcc.dg/pr61060.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.dg/pr61060.c
    branches/gupc/gcc/testsuite/gcc.dg/pr61158.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.dg/pr61158.c
    branches/gupc/gcc/testsuite/gcc.dg/pr61162.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.dg/pr61162.c
    branches/gupc/gcc/testsuite/gcc.dg/shrink-wrap-loop.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.dg/shrink-wrap-loop.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr61221.c
      - copied unchanged from r210675, trunk/gcc/testsuite/gcc.dg/torture/pr61221.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ivopts-lower_base.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.dg/tree-ssa/ivopts-lower_base.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr61090.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr61090.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr61140.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr61140.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr61150.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr61150.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr61197.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr61197.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-39.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-39.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-40.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-40.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-41.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-41.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/writeonly.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.dg/tree-ssa/writeonly.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr61194.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.dg/vect/pr61194.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrnf32_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrnf32_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrnp16_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrnp16_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrnp8_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrnp8_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrnqf32_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrnqf32_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrnqp16_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrnqp16_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrnqp8_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrnqp8_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrnqs16_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrnqs16_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrnqs32_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrnqs32_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrnqs8_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrnqs8_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrnqu16_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrnqu16_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrnqu32_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrnqu32_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrnqu8_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrnqu8_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrns16_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrns16_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrns32_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrns32_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrns8_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrns8_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrnu16_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrnu16_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrnu32_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrnu32_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/simd/vtrnu8_1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/arm/simd/vtrnu8_1.c
    branches/gupc/gcc/testsuite/gcc.target/avr/pr60991.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/avr/pr60991.c
    branches/gupc/gcc/testsuite/gcc.target/i386/clflushopt-1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/i386/clflushopt-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr60901.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/i386/pr60901.c
    branches/gupc/gcc/testsuite/gcc.target/i386/xsavec-1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/i386/xsavec-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/xsavec64-1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/i386/xsavec64-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/xsaves-1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/i386/xsaves-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/xsaves64-1.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/i386/xsaves64-1.c
    branches/gupc/gcc/testsuite/gcc.target/microblaze/others/break_handler.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/microblaze/others/break_handler.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/vsxcopy.c
      - copied unchanged from r210675, trunk/gcc/testsuite/gcc.target/powerpc/vsxcopy.c
    branches/gupc/gcc/testsuite/gcc.target/sh/pr61195.c
      - copied unchanged from r210608, trunk/gcc/testsuite/gcc.target/sh/pr61195.c
    branches/gupc/gcc/testsuite/gfortran.dg/associate_16.f90
      - copied unchanged from r210608, trunk/gcc/testsuite/gfortran.dg/associate_16.f90
    branches/gupc/gcc/testsuite/gfortran.dg/gomp/omp_do_concurrent.f90
      - copied unchanged from r210608, trunk/gcc/testsuite/gfortran.dg/gomp/omp_do_concurrent.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pr61209.f90
      - copied unchanged from r210675, trunk/gcc/testsuite/gfortran.dg/pr61209.f90
    branches/gupc/gcc/testsuite/gnat.dg/enum3.adb
      - copied unchanged from r210608, trunk/gcc/testsuite/gnat.dg/enum3.adb
    branches/gupc/gcc/testsuite/gnat.dg/opt35.adb
      - copied unchanged from r210675, trunk/gcc/testsuite/gnat.dg/opt35.adb
    branches/gupc/gcc/testsuite/gnat.dg/opt35_pkg.adb
      - copied unchanged from r210675, trunk/gcc/testsuite/gnat.dg/opt35_pkg.adb
    branches/gupc/gcc/testsuite/gnat.dg/opt35_pkg.ads
      - copied unchanged from r210675, trunk/gcc/testsuite/gnat.dg/opt35_pkg.ads
    branches/gupc/gcc/testsuite/gnat.dg/opt36.adb
      - copied unchanged from r210675, trunk/gcc/testsuite/gnat.dg/opt36.adb
    branches/gupc/gcc/testsuite/gnat.dg/volatile12.adb
      - copied unchanged from r210608, trunk/gcc/testsuite/gnat.dg/volatile12.adb
    branches/gupc/gcc/testsuite/gnat.dg/volatile12.ads
      - copied unchanged from r210608, trunk/gcc/testsuite/gnat.dg/volatile12.ads
    branches/gupc/gcc/testsuite/objc.dg/ivar-scope-1.m
      - copied unchanged from r210608, trunk/gcc/testsuite/objc.dg/ivar-scope-1.m
    branches/gupc/gcc/testsuite/objc.dg/ivar-scope-2.m
      - copied unchanged from r210608, trunk/gcc/testsuite/objc.dg/ivar-scope-2.m
    branches/gupc/gcc/testsuite/objc.dg/ivar-scope-3.m
      - copied unchanged from r210608, trunk/gcc/testsuite/objc.dg/ivar-scope-3.m
    branches/gupc/gcc/testsuite/objc.dg/ivar-scope-4.m
      - copied unchanged from r210608, trunk/gcc/testsuite/objc.dg/ivar-scope-4.m
    branches/gupc/gcc/testsuite/objc.dg/ivar-visibility-1.m
      - copied unchanged from r210608, trunk/gcc/testsuite/objc.dg/ivar-visibility-1.m
    branches/gupc/gcc/testsuite/objc.dg/ivar-visibility-2.m
      - copied unchanged from r210608, trunk/gcc/testsuite/objc.dg/ivar-visibility-2.m
    branches/gupc/gcc/testsuite/objc.dg/ivar-visibility-3.m
      - copied unchanged from r210608, trunk/gcc/testsuite/objc.dg/ivar-visibility-3.m
    branches/gupc/gcc/testsuite/objc.dg/ivar-visibility-4.m
      - copied unchanged from r210608, trunk/gcc/testsuite/objc.dg/ivar-visibility-4.m
    branches/gupc/gcc/testsuite/objc.dg/shadow-1.m
      - copied unchanged from r210608, trunk/gcc/testsuite/objc.dg/shadow-1.m
    branches/gupc/gcc/testsuite/objc.dg/shadow-2.m
      - copied unchanged from r210608, trunk/gcc/testsuite/objc.dg/shadow-2.m
    branches/gupc/libitm/config/aarch64/
      - copied from r210675, trunk/libitm/config/aarch64/
Modified:
    branches/gupc/   (props changed)
    branches/gupc/ChangeLog
    branches/gupc/MAINTAINERS
    branches/gupc/boehm-gc/ChangeLog
    branches/gupc/boehm-gc/include/gc_config_macros.h
    branches/gupc/boehm-gc/win32_threads.c
    branches/gupc/config/ChangeLog
    branches/gupc/configure
    branches/gupc/configure.ac
    branches/gupc/contrib/ChangeLog
    branches/gupc/contrib/dg-extract-results.py
    branches/gupc/gcc/ChangeLog
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/DATESTAMP
    branches/gupc/gcc/Makefile.in
    branches/gupc/gcc/ada/ChangeLog
    branches/gupc/gcc/ada/fe.h
    branches/gupc/gcc/ada/gcc-interface/ada-tree.h
    branches/gupc/gcc/ada/gcc-interface/decl.c
    branches/gupc/gcc/ada/gcc-interface/trans.c
    branches/gupc/gcc/ada/gcc-interface/utils.c
    branches/gupc/gcc/ada/s-oscons-tmplt.c
    branches/gupc/gcc/ada/seh_init.c
    branches/gupc/gcc/alias.c
    branches/gupc/gcc/bb-reorder.c
    branches/gupc/gcc/bitmap.c
    branches/gupc/gcc/c-family/ChangeLog
    branches/gupc/gcc/c-family/c-common.h
    branches/gupc/gcc/c-family/c-pragma.c
    branches/gupc/gcc/c-family/c-upc-low.c
    branches/gupc/gcc/c-family/c.opt
    branches/gupc/gcc/c/ChangeLog
    branches/gupc/gcc/c/c-decl.c
    branches/gupc/gcc/c/c-lang.h
    branches/gupc/gcc/c/c-parser.c
    branches/gupc/gcc/c/c-typeck.c
    branches/gupc/gcc/caller-save.c
    branches/gupc/gcc/cfg.c
    branches/gupc/gcc/cfgcleanup.c
    branches/gupc/gcc/cfghooks.c
    branches/gupc/gcc/cfgloop.c
    branches/gupc/gcc/cfgrtl.c
    branches/gupc/gcc/cgraph.c
    branches/gupc/gcc/cgraph.h
    branches/gupc/gcc/cgraphclones.c
    branches/gupc/gcc/cgraphunit.c
    branches/gupc/gcc/combine.c
    branches/gupc/gcc/common/config/i386/i386-common.c
    branches/gupc/gcc/config.gcc
    branches/gupc/gcc/config.in
    branches/gupc/gcc/config/aarch64/aarch64-protos.h
    branches/gupc/gcc/config/aarch64/aarch64.c
    branches/gupc/gcc/config/aarch64/aarch64.h
    branches/gupc/gcc/config/alpha/alpha.c
    branches/gupc/gcc/config/arc/arc.c
    branches/gupc/gcc/config/arc/arc.md
    branches/gupc/gcc/config/arm/arm.c
    branches/gupc/gcc/config/arm/arm.md
    branches/gupc/gcc/config/arm/arm_neon_builtins.def
    branches/gupc/gcc/config/arm/neon.md
    branches/gupc/gcc/config/avr/avr.c
    branches/gupc/gcc/config/avr/avr.h
    branches/gupc/gcc/config/bfin/bfin.c
    branches/gupc/gcc/config/c6x/c6x.c
    branches/gupc/gcc/config/cris/cris.c
    branches/gupc/gcc/config/darwin.c
    branches/gupc/gcc/config/epiphany/epiphany-protos.h
    branches/gupc/gcc/config/epiphany/epiphany.c
    branches/gupc/gcc/config/epiphany/epiphany.h
    branches/gupc/gcc/config/epiphany/mode-switch-use.c
    branches/gupc/gcc/config/frv/frv.c
    branches/gupc/gcc/config/i386/cpuid.h
    branches/gupc/gcc/config/i386/driver-i386.c
    branches/gupc/gcc/config/i386/i386-c.c
    branches/gupc/gcc/config/i386/i386-protos.h
    branches/gupc/gcc/config/i386/i386.c
    branches/gupc/gcc/config/i386/i386.h
    branches/gupc/gcc/config/i386/i386.md
    branches/gupc/gcc/config/i386/i386.opt
    branches/gupc/gcc/config/i386/winnt.c
    branches/gupc/gcc/config/i386/x86intrin.h
    branches/gupc/gcc/config/ia64/ia64.c
    branches/gupc/gcc/config/iq2000/iq2000.c
    branches/gupc/gcc/config/m32c/m32c.c
    branches/gupc/gcc/config/mep/mep.c
    branches/gupc/gcc/config/microblaze/microblaze-protos.h
    branches/gupc/gcc/config/microblaze/microblaze.c
    branches/gupc/gcc/config/microblaze/microblaze.h
    branches/gupc/gcc/config/microblaze/microblaze.md
    branches/gupc/gcc/config/mips/mips.c
    branches/gupc/gcc/config/mmix/mmix.c
    branches/gupc/gcc/config/moxie/moxie.c
    branches/gupc/gcc/config/msp430/msp430.c
    branches/gupc/gcc/config/msp430/msp430.md
    branches/gupc/gcc/config/msp430/predicates.md
    branches/gupc/gcc/config/nds32/nds32.c
    branches/gupc/gcc/config/nios2/nios2.c
    branches/gupc/gcc/config/nios2/nios2.md
    branches/gupc/gcc/config/pa/pa.c
    branches/gupc/gcc/config/rl78/rl78.c
    branches/gupc/gcc/config/rs6000/htmxlintrin.h
    branches/gupc/gcc/config/rs6000/rs6000.c
    branches/gupc/gcc/config/s390/s390.c
    branches/gupc/gcc/config/score/score.c
    branches/gupc/gcc/config/sh/predicates.md
    branches/gupc/gcc/config/sh/sh.c
    branches/gupc/gcc/config/sh/sh.h
    branches/gupc/gcc/config/sh/sh.md
    branches/gupc/gcc/config/sparc/sparc-protos.h
    branches/gupc/gcc/config/sparc/sparc.c
    branches/gupc/gcc/config/sparc/sparc.md
    branches/gupc/gcc/config/spu/spu.c
    branches/gupc/gcc/config/tilegx/tilegx.c
    branches/gupc/gcc/config/tilepro/tilepro.c
    branches/gupc/gcc/config/xtensa/xtensa.c
    branches/gupc/gcc/configure
    branches/gupc/gcc/configure.ac
    branches/gupc/gcc/coverage.c
    branches/gupc/gcc/cp/ChangeLog
    branches/gupc/gcc/cp/call.c
    branches/gupc/gcc/cp/class.c
    branches/gupc/gcc/cp/cp-cilkplus.c
    branches/gupc/gcc/cp/cp-objcp-common.c
    branches/gupc/gcc/cp/cp-tree.h
    branches/gupc/gcc/cp/cvt.c
    branches/gupc/gcc/cp/decl.c
    branches/gupc/gcc/cp/decl2.c
    branches/gupc/gcc/cp/init.c
    branches/gupc/gcc/cp/lex.c
    branches/gupc/gcc/cp/mangle.c
    branches/gupc/gcc/cp/name-lookup.c
    branches/gupc/gcc/cp/parser.c
    branches/gupc/gcc/cp/pt.c
    branches/gupc/gcc/cp/semantics.c
    branches/gupc/gcc/cp/typeck.c
    branches/gupc/gcc/cp/typeck2.c
    branches/gupc/gcc/dbgcnt.def
    branches/gupc/gcc/dbxout.c
    branches/gupc/gcc/doc/extend.texi
    branches/gupc/gcc/doc/gty.texi
    branches/gupc/gcc/doc/invoke.texi
    branches/gupc/gcc/doc/sourcebuild.texi
    branches/gupc/gcc/doc/tm.texi
    branches/gupc/gcc/doc/tm.texi.in
    branches/gupc/gcc/dwarf2cfi.c
    branches/gupc/gcc/dwarf2out.c
    branches/gupc/gcc/emit-rtl.c
    branches/gupc/gcc/emit-rtl.h
    branches/gupc/gcc/except.c
    branches/gupc/gcc/explow.c
    branches/gupc/gcc/fold-const.c
    branches/gupc/gcc/fortran/ChangeLog
    branches/gupc/gcc/fortran/check.c
    branches/gupc/gcc/fortran/f95-lang.c
    branches/gupc/gcc/fortran/frontend-passes.c
    branches/gupc/gcc/fortran/openmp.c
    branches/gupc/gcc/fortran/trans-decl.c
    branches/gupc/gcc/fortran/trans-types.c
    branches/gupc/gcc/fortran/trans.h
    branches/gupc/gcc/function.c
    branches/gupc/gcc/function.h
    branches/gupc/gcc/genattrtab.c
    branches/gupc/gcc/gengenrtl.c
    branches/gupc/gcc/gengtype-parse.c
    branches/gupc/gcc/gengtype.c
    branches/gupc/gcc/gengtype.h
    branches/gupc/gcc/ggc-common.c
    branches/gupc/gcc/ggc-none.c
    branches/gupc/gcc/ggc-page.c
    branches/gupc/gcc/ggc.h
    branches/gupc/gcc/gimple-fold.c
    branches/gupc/gcc/gimple.c
    branches/gupc/gcc/go/ChangeLog
    branches/gupc/gcc/go/go-lang.c
    branches/gupc/gcc/haifa-sched.c
    branches/gupc/gcc/hwint.h
    branches/gupc/gcc/ifcvt.c
    branches/gupc/gcc/ipa-cp.c
    branches/gupc/gcc/ipa-devirt.c
    branches/gupc/gcc/ipa-inline-transform.c
    branches/gupc/gcc/ipa-inline.c
    branches/gupc/gcc/ipa-inline.h
    branches/gupc/gcc/ipa-prop.c
    branches/gupc/gcc/ipa.c
    branches/gupc/gcc/ira-costs.c
    branches/gupc/gcc/ira-int.h
    branches/gupc/gcc/ira.c
    branches/gupc/gcc/java/ChangeLog
    branches/gupc/gcc/java/class.c
    branches/gupc/gcc/java/constants.c
    branches/gupc/gcc/java/decl.c
    branches/gupc/gcc/java/expr.c
    branches/gupc/gcc/java/java-tree.h
    branches/gupc/gcc/java/jcf-parse.c
    branches/gupc/gcc/java/jcf-reader.c
    branches/gupc/gcc/java/jcf.h
    branches/gupc/gcc/jump.c
    branches/gupc/gcc/loop-iv.c
    branches/gupc/gcc/lto-cgraph.c
    branches/gupc/gcc/lto-section-in.c
    branches/gupc/gcc/lto-streamer-in.c
    branches/gupc/gcc/lto/ChangeLog
    branches/gupc/gcc/lto/lto-tree.h
    branches/gupc/gcc/lto/lto.c
    branches/gupc/gcc/mode-switching.c
    branches/gupc/gcc/objc/ChangeLog
    branches/gupc/gcc/objc/objc-act.c
    branches/gupc/gcc/objc/objc-act.h
    branches/gupc/gcc/objc/objc-map.c
    branches/gupc/gcc/objc/objc-next-runtime-abi-02.c
    branches/gupc/gcc/objcp/ChangeLog
    branches/gupc/gcc/objcp/objcp-decl.h
    branches/gupc/gcc/omp-low.c
    branches/gupc/gcc/optabs.c
    branches/gupc/gcc/opts.c
    branches/gupc/gcc/passes.c
    branches/gupc/gcc/passes.def
    branches/gupc/gcc/po/ChangeLog
    branches/gupc/gcc/po/zh_CN.po
    branches/gupc/gcc/print-rtl.c
    branches/gupc/gcc/reg-notes.def
    branches/gupc/gcc/regcprop.c
    branches/gupc/gcc/regs.h
    branches/gupc/gcc/reorg.c
    branches/gupc/gcc/rtl.c
    branches/gupc/gcc/rtl.def
    branches/gupc/gcc/rtl.h
    branches/gupc/gcc/sel-sched-ir.c
    branches/gupc/gcc/sese.c
    branches/gupc/gcc/simplify-rtx.c
    branches/gupc/gcc/stringpool.c
    branches/gupc/gcc/symtab.c
    branches/gupc/gcc/target-globals.c
    branches/gupc/gcc/target.def
    branches/gupc/gcc/target.h
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/c-c++-common/gomp/simd4.c
    branches/gupc/gcc/testsuite/c-c++-common/pr50459.c
    branches/gupc/gcc/testsuite/g++.dg/conversion/ambig1.C
    branches/gupc/gcc/testsuite/g++.dg/conversion/op1.C
    branches/gupc/gcc/testsuite/g++.dg/conversion/op4.C
    branches/gupc/gcc/testsuite/g++.dg/conversion/op5.C
    branches/gupc/gcc/testsuite/g++.dg/conversion/simd1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/decltype-call1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/defaulted14.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/defaulted18.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/defaulted20.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/explicit4.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/forw_enum6.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const-this.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice7.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/noexcept15.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nsdmi6.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nullptr19.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/overloadn.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr31434.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr31437.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/rv1n.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/rv2n.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/rv3n.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/rv4n.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/rv5n.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/rv6n.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/rv7n.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic-ex2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/vt-35147.C
    branches/gupc/gcc/testsuite/g++.dg/eh/spec6.C
    branches/gupc/gcc/testsuite/g++.dg/expr/cast1.C
    branches/gupc/gcc/testsuite/g++.dg/expr/cond9.C
    branches/gupc/gcc/testsuite/g++.dg/expr/dtor1.C
    branches/gupc/gcc/testsuite/g++.dg/expr/pmf-1.C
    branches/gupc/gcc/testsuite/g++.dg/ext/is_base_of_diagnostic.C
    branches/gupc/gcc/testsuite/g++.dg/ext/unary_trait_incomplete.C
    branches/gupc/gcc/testsuite/g++.dg/ext/visibility/redecl1.C
    branches/gupc/gcc/testsuite/g++.dg/ext/visibility/visibility-7.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/pr26690-1.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/pr26690-2.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/pr49223-2.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/udr-4.C
    branches/gupc/gcc/testsuite/g++.dg/init/delete1.C
    branches/gupc/gcc/testsuite/g++.dg/init/synth2.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/conv-1.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/new1.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/two-stage4.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/using9.C
    branches/gupc/gcc/testsuite/g++.dg/other/crash-2.C
    branches/gupc/gcc/testsuite/g++.dg/other/error13.C
    branches/gupc/gcc/testsuite/g++.dg/other/error20.C
    branches/gupc/gcc/testsuite/g++.dg/other/error31.C
    branches/gupc/gcc/testsuite/g++.dg/other/i386-2.C
    branches/gupc/gcc/testsuite/g++.dg/other/i386-3.C
    branches/gupc/gcc/testsuite/g++.dg/other/pr28114.C
    branches/gupc/gcc/testsuite/g++.dg/overload/ambig1.C
    branches/gupc/gcc/testsuite/g++.dg/overload/arg3.C
    branches/gupc/gcc/testsuite/g++.dg/overload/builtin1.C
    branches/gupc/gcc/testsuite/g++.dg/overload/conv-op1.C
    branches/gupc/gcc/testsuite/g++.dg/overload/copy1.C
    branches/gupc/gcc/testsuite/g++.dg/overload/new1.C
    branches/gupc/gcc/testsuite/g++.dg/overload/template4.C
    branches/gupc/gcc/testsuite/g++.dg/overload/using2.C
    branches/gupc/gcc/testsuite/g++.dg/overload/volatile1.C
    branches/gupc/gcc/testsuite/g++.dg/parse/crash24.C
    branches/gupc/gcc/testsuite/g++.dg/parse/crash25.C
    branches/gupc/gcc/testsuite/g++.dg/parse/crash31.C
    branches/gupc/gcc/testsuite/g++.dg/parse/crash49.C
    branches/gupc/gcc/testsuite/g++.dg/parse/crash5.C
    branches/gupc/gcc/testsuite/g++.dg/parse/crash50.C
    branches/gupc/gcc/testsuite/g++.dg/parse/crash54.C
    branches/gupc/gcc/testsuite/g++.dg/parse/dtor7.C
    branches/gupc/gcc/testsuite/g++.dg/parse/error19.C
    branches/gupc/gcc/testsuite/g++.dg/parse/error28.C
    branches/gupc/gcc/testsuite/g++.dg/parse/error40.C
    branches/gupc/gcc/testsuite/g++.dg/parse/fused-params1.C
    branches/gupc/gcc/testsuite/g++.dg/parse/new1.C
    branches/gupc/gcc/testsuite/g++.dg/rtti/dyncast6.C
    branches/gupc/gcc/testsuite/g++.dg/tc1/dr152.C
    branches/gupc/gcc/testsuite/g++.dg/template/copy1.C
    branches/gupc/gcc/testsuite/g++.dg/template/crash107.C
    branches/gupc/gcc/testsuite/g++.dg/template/crash35.C
    branches/gupc/gcc/testsuite/g++.dg/template/crash59.C
    branches/gupc/gcc/testsuite/g++.dg/template/crash77.C
    branches/gupc/gcc/testsuite/g++.dg/template/dependent-expr5.C
    branches/gupc/gcc/testsuite/g++.dg/template/error2.C
    branches/gupc/gcc/testsuite/g++.dg/template/error38.C
    branches/gupc/gcc/testsuite/g++.dg/template/error40.C
    branches/gupc/gcc/testsuite/g++.dg/template/error46.C
    branches/gupc/gcc/testsuite/g++.dg/template/error47.C
    branches/gupc/gcc/testsuite/g++.dg/template/error51.C
    branches/gupc/gcc/testsuite/g++.dg/template/incomplete1.C
    branches/gupc/gcc/testsuite/g++.dg/template/incomplete2.C
    branches/gupc/gcc/testsuite/g++.dg/template/incomplete3.C
    branches/gupc/gcc/testsuite/g++.dg/template/incomplete4.C
    branches/gupc/gcc/testsuite/g++.dg/template/incomplete5.C
    branches/gupc/gcc/testsuite/g++.dg/template/inherit8.C
    branches/gupc/gcc/testsuite/g++.dg/template/instantiate1.C
    branches/gupc/gcc/testsuite/g++.dg/template/instantiate3.C
    branches/gupc/gcc/testsuite/g++.dg/template/instantiate5.C
    branches/gupc/gcc/testsuite/g++.dg/template/local4.C
    branches/gupc/gcc/testsuite/g++.dg/template/new3.C
    branches/gupc/gcc/testsuite/g++.dg/template/offsetof2.C
    branches/gupc/gcc/testsuite/g++.dg/template/operator9.C
    branches/gupc/gcc/testsuite/g++.dg/template/ptrmem2.C
    branches/gupc/gcc/testsuite/g++.dg/template/ptrmem20.C
    branches/gupc/gcc/testsuite/g++.dg/template/qualttp5.C
    branches/gupc/gcc/testsuite/g++.dg/template/sfinae2.C
    branches/gupc/gcc/testsuite/g++.dg/template/spec22.C
    branches/gupc/gcc/testsuite/g++.dg/template/spec23.C
    branches/gupc/gcc/testsuite/g++.dg/template/typedef4.C
    branches/gupc/gcc/testsuite/g++.dg/tm/pr51928.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wdelete-incomplete-1.C
    branches/gupc/gcc/testsuite/g++.dg/warn/incomplete1.C
    branches/gupc/gcc/testsuite/g++.dg/warn/incomplete2.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.benjamin/15799.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.benjamin/15800-1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.bob/inherit2.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/ambiguity1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/crash29.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/crash48.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/cvt3.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/friend4.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/overload1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/overload4.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/overload9.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.bugs/900121_01.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.bugs/900127_01.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.bugs/900205_04.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.bugs/900214_01.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.bugs/900330_02.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.bugs/900404_03.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.bugs/900514_03.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.eh/catch1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.eh/ctor1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.eh/spec6.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/conversion11.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/crash3.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/overload16.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/overload28.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/scoping10.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/template30.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/temporary2.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/arg1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/arg11.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/arm9.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/ctors11.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/ctors17.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/ctors5.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/ctors9.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/cvt20.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/enum4.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/init8.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/missed-error2.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/operators9.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.mike/net2.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.mike/net22.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.mike/net8.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.mike/p1989.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.mike/p2431.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.mike/p438.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.mike/p701.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.mike/p7868.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.mike/p807a.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.mike/p9068.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.niklas/t120.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.niklas/t121.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.niklas/t128.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.ns/overload2.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.ns/using12.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/crash24.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/crash38.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/enum2.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/expr1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/incomplete.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/overload11.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/vaarg3.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/volatile1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/auto_ptr.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/crash60.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/crash9.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/explicit38.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/explicit39.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/explicit41.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/explicit67.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/ptrmem10.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/spec35.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/t05.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/t24.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/typename8.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/unify6.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/unify8.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.robertl/eb109.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.robertl/eb119.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.robertl/eb131.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.robertl/eb22.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.robertl/eb69.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.robertl/ice990323-1.C
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/20101011-1.c
    branches/gupc/gcc/testsuite/gcc.dg/debug/pr35154.c
    branches/gupc/gcc/testsuite/gcc.dg/ira-shrinkwrap-prep-1.c
    branches/gupc/gcc/testsuite/gcc.dg/sibcall-3.c
    branches/gupc/gcc/testsuite/gcc.dg/sibcall-4.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr21559.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr23401.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr27810.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-6.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-8.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/struct-aliasing-2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr58066.c
    branches/gupc/gcc/testsuite/gcc.target/i386/sse-12.c
    branches/gupc/gcc/testsuite/gcc.target/i386/sse-13.c
    branches/gupc/gcc/testsuite/gcc.target/i386/sse-14.c
    branches/gupc/gcc/testsuite/gcc.target/i386/sse-22.c
    branches/gupc/gcc/testsuite/gcc.target/i386/sse-23.c
    branches/gupc/gcc/testsuite/gcc.target/i386/vectorize1.c
    branches/gupc/gcc/testsuite/gcc.target/ia64/visibility-1.c
    branches/gupc/gcc/testsuite/gcc.target/mips/loongson-simd.c
    branches/gupc/gcc/testsuite/gcc.target/mips/near-far-1.c
    branches/gupc/gcc/testsuite/gcc.target/mips/near-far-2.c
    branches/gupc/gcc/testsuite/gcc.target/mips/near-far-4.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pack03.c
    branches/gupc/gcc/testsuite/gfortran.dg/namelist_utf8.f90
    branches/gupc/gcc/testsuite/lib/asan-dg.exp
    branches/gupc/gcc/testsuite/lib/target-supports.exp
    branches/gupc/gcc/testsuite/obj-c++.dg/exceptions-3.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/exceptions-5.mm
    branches/gupc/gcc/timevar.def
    branches/gupc/gcc/toplev.c
    branches/gupc/gcc/trans-mem.c
    branches/gupc/gcc/tree-cfg.c
    branches/gupc/gcc/tree-data-ref.h
    branches/gupc/gcc/tree-dfa.h
    branches/gupc/gcc/tree-eh.c
    branches/gupc/gcc/tree-inline.c
    branches/gupc/gcc/tree-iterator.c
    branches/gupc/gcc/tree-pass.h
    branches/gupc/gcc/tree-phinodes.c
    branches/gupc/gcc/tree-scalar-evolution.c
    branches/gupc/gcc/tree-sra.c
    branches/gupc/gcc/tree-ssa-dom.c
    branches/gupc/gcc/tree-ssa-loop-ivopts.c
    branches/gupc/gcc/tree-ssa-loop-niter.c
    branches/gupc/gcc/tree-ssa-operands.c
    branches/gupc/gcc/tree-ssa-operands.h
    branches/gupc/gcc/tree-ssa-phiopt.c
    branches/gupc/gcc/tree-ssa-pre.c
    branches/gupc/gcc/tree-ssa-sccvn.c
    branches/gupc/gcc/tree-ssa.c
    branches/gupc/gcc/tree-ssanames.c
    branches/gupc/gcc/tree-streamer-in.c
    branches/gupc/gcc/tree-upc.c
    branches/gupc/gcc/tree-vect-patterns.c
    branches/gupc/gcc/tree-vrp.c
    branches/gupc/gcc/tree.c
    branches/gupc/gcc/tree.h
    branches/gupc/gcc/ubsan.c
    branches/gupc/gcc/var-tracking.c
    branches/gupc/gcc/varasm.c
    branches/gupc/gcc/varpool.c
    branches/gupc/gcc/vec.h
    branches/gupc/gcc/wide-int.cc
    branches/gupc/libcpp/ChangeLog
    branches/gupc/libcpp/config.in
    branches/gupc/libcpp/configure
    branches/gupc/libcpp/configure.ac
    branches/gupc/libcpp/include/cpplib.h
    branches/gupc/libcpp/macro.c
    branches/gupc/libffi/ChangeLog
    branches/gupc/libffi/src/java_raw_api.c
    branches/gupc/libffi/src/x86/ffi.c
    branches/gupc/libffi/src/x86/win64.S
    branches/gupc/libffi/testsuite/lib/libffi.exp
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/config/arm/sfp-machine.h
    branches/gupc/libgcc/unwind-seh.c
    branches/gupc/libgfortran/ChangeLog
    branches/gupc/libgfortran/configure
    branches/gupc/libgfortran/configure.ac
    branches/gupc/libgfortran/intrinsics/getcwd.c
    branches/gupc/libgfortran/io/io.h
    branches/gupc/libgfortran/io/list_read.c
    branches/gupc/libgfortran/io/unix.c
    branches/gupc/libgomp/ChangeLog
    branches/gupc/libgomp/libgomp.texi
    branches/gupc/libiberty/ChangeLog
    branches/gupc/libiberty/cplus-dem.c
    branches/gupc/libiberty/testsuite/demangle-expected
    branches/gupc/libitm/ChangeLog
    branches/gupc/libitm/configure.tgt
    branches/gupc/libjava/ChangeLog
    branches/gupc/libjava/boehm.cc
    branches/gupc/libjava/classpath/ChangeLog
    branches/gupc/libjava/classpath/native/fdlibm/mprec.c
    branches/gupc/libjava/configure.host
    branches/gupc/libjava/java/lang/natClass.cc
    branches/gupc/libjava/testsuite/lib/libjava.exp
    branches/gupc/libsanitizer/ChangeLog
    branches/gupc/libsanitizer/Makefile.am
    branches/gupc/libsanitizer/Makefile.in
    branches/gupc/lto-plugin/ChangeLog
    branches/gupc/lto-plugin/configure
    branches/gupc/lto-plugin/configure.ac

Propchange: branches/gupc/
            ('svn:mergeinfo' modified)



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