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]

r190566 - in /branches/gccgo: ./ ChangeLog boeh...


Author: ian
Date: Tue Aug 21 16:08:36 2012
New Revision: 190566

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190566
Log:
Merge from gcc 4.7 branch revision 190560.

Added:
    branches/gccgo/libstdc++-v3/testsuite/22_locale/ctype_base/53678.cc
      - copied unchanged from r190560, branches/gcc-4_7-branch/libstdc++-v3/testsuite/22_locale/ctype_base/53678.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/reserve.cc
      - copied unchanged from r190560, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/reserve.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/reserve.cc
      - copied unchanged from r190560, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/reserve.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/reserve.cc
      - copied unchanged from r190560, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/reserve.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/reserve.cc
      - copied unchanged from r190560, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/reserve.cc
    branches/gccgo/libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc
      - copied unchanged from r190560, branches/gcc-4_7-branch/libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc
    branches/gccgo/libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc
      - copied unchanged from r190560, branches/gcc-4_7-branch/libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc
    branches/gccgo/libstdc++-v3/testsuite/30_threads/thread/adl.cc
      - copied unchanged from r190560, branches/gcc-4_7-branch/libstdc++-v3/testsuite/30_threads/thread/adl.cc
    branches/gccgo/libstdc++-v3/testsuite/decimal/pr54036-1.cc
      - copied unchanged from r190560, branches/gcc-4_7-branch/libstdc++-v3/testsuite/decimal/pr54036-1.cc
    branches/gccgo/libstdc++-v3/testsuite/decimal/pr54036-2.cc
      - copied unchanged from r190560, branches/gcc-4_7-branch/libstdc++-v3/testsuite/decimal/pr54036-2.cc
    branches/gccgo/libstdc++-v3/testsuite/decimal/pr54036-3.cc
      - copied unchanged from r190560, branches/gcc-4_7-branch/libstdc++-v3/testsuite/decimal/pr54036-3.cc
    branches/gccgo/libstdc++-v3/testsuite/performance/23_containers/insert/unordered_set.cc
      - copied unchanged from r190560, branches/gcc-4_7-branch/libstdc++-v3/testsuite/performance/23_containers/insert/unordered_set.cc
Modified:
    branches/gccgo/libstdc++-v3/ChangeLog
    branches/gccgo/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h
    branches/gccgo/libstdc++-v3/include/bits/alloc_traits.h
    branches/gccgo/libstdc++-v3/include/bits/hashtable.h
    branches/gccgo/libstdc++-v3/include/bits/hashtable_policy.h
    branches/gccgo/libstdc++-v3/include/bits/list.tcc
    branches/gccgo/libstdc++-v3/include/bits/ptr_traits.h
    branches/gccgo/libstdc++-v3/include/bits/stl_list.h
    branches/gccgo/libstdc++-v3/include/bits/stl_map.h
    branches/gccgo/libstdc++-v3/include/bits/stl_multimap.h
    branches/gccgo/libstdc++-v3/include/bits/stl_pair.h
    branches/gccgo/libstdc++-v3/include/debug/map.h
    branches/gccgo/libstdc++-v3/include/debug/multimap.h
    branches/gccgo/libstdc++-v3/include/debug/unordered_map
    branches/gccgo/libstdc++-v3/include/decimal/decimal.h
    branches/gccgo/libstdc++-v3/include/ext/alloc_traits.h
    branches/gccgo/libstdc++-v3/include/ext/concurrence.h
    branches/gccgo/libstdc++-v3/include/ext/rope
    branches/gccgo/libstdc++-v3/include/profile/map.h
    branches/gccgo/libstdc++-v3/include/profile/multimap.h
    branches/gccgo/libstdc++-v3/include/profile/unordered_map
    branches/gccgo/libstdc++-v3/include/std/condition_variable
    branches/gccgo/libstdc++-v3/include/std/mutex
    branches/gccgo/libstdc++-v3/include/std/thread
    branches/gccgo/libstdc++-v3/src/c++11/condition_variable.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/Makefile.am
    branches/gccgo/libstdc++-v3/testsuite/Makefile.in

Changes in other areas also in this revision:
Added:
    branches/gccgo/gcc/config/tilegx/feedback.h
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/config/tilegx/feedback.h
    branches/gccgo/gcc/config/tilepro/feedback.h
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/config/tilepro/feedback.h
    branches/gccgo/gcc/config/v850/rtems.h
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/config/v850/rtems.h
    branches/gccgo/gcc/config/v850/t-rtems
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/config/v850/t-rtems
    branches/gccgo/gcc/po/hr.po
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/po/hr.po
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/pr53580.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/c-c++-common/gomp/pr53580.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/pr54017.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/c-c++-common/gomp/pr54017.c
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-tuple.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-tuple.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/decltype37.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/decltype37.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/decltype38.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/decltype38.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/defaulted36.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/defaulted36.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/forw_enum11.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/forw_enum11.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/implicit13.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/implicit13.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template5.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template5.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template6.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template6.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/nsdmi7.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi7.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/nullptr28.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/nullptr28.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/nullptr29.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/nullptr29.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr52841.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/pr52841.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/variadic132.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic132.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/dwarf2/localclass3.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/debug/dwarf2/localclass3.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/dwarf2/namespace-2.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/debug/dwarf2/namespace-2.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/localclass1.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/debug/localclass1.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/pr53605.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/ext/pr53605.C
    branches/gccgo/gcc/testsuite/g++.dg/init/mutable1.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/init/mutable1.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/pr53470_0.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/lto/pr53470_0.C
    branches/gccgo/gcc/testsuite/g++.dg/other/array7.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/other/array7.C
    branches/gccgo/gcc/testsuite/g++.dg/other/pr53811.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/other/pr53811.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/enum9.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/parse/enum9.C
    branches/gccgo/gcc/testsuite/g++.dg/template/array23.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/array23.C
    branches/gccgo/gcc/testsuite/g++.dg/template/current-inst1.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/current-inst1.C
    branches/gccgo/gcc/testsuite/g++.dg/template/local7.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/local7.C
    branches/gccgo/gcc/testsuite/g++.dg/template/ref6.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/ref6.C
    branches/gccgo/gcc/testsuite/g++.dg/torture/pr53602.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/torture/pr53602.C
    branches/gccgo/gcc/testsuite/g++.dg/torture/pr53693.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/torture/pr53693.C
    branches/gccgo/gcc/testsuite/g++.dg/torture/pr53752.C
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/torture/pr53752.C
    branches/gccgo/gcc/testsuite/gcc.dg/gomp/pr53992.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/gomp/pr53992.c
    branches/gccgo/gcc/testsuite/gcc.dg/lto/pr53470_0.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/lto/pr53470_0.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr52530.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr52530.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr52558-1.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr52558-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr52558-2.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr52558-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr53942.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr53942.c
    branches/gccgo/gcc/testsuite/gcc.dg/tm/reg-promotion.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/tm/reg-promotion.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr53589.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr53589.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr53790.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr53790.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr53908.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr53908.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/neon-vrev.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/arm/neon-vrev.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr53759.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/pr53759.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr54157.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/pr54157.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/lhs-1.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/powerpc/lhs-1.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/lhs-2.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/powerpc/lhs-2.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/lhs-3.c
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/powerpc/lhs-3.c
    branches/gccgo/gcc/testsuite/gfortran.dg/init_flag_10.f90
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/init_flag_10.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/inline_sum_4.f90
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/inline_sum_4.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr52621.f90
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/pr52621.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/save_4.f90
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/save_4.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/transfer_check_3.f90
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/transfer_check_3.f90
    branches/gccgo/gcc/testsuite/gnat.dg/aggr20.adb
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/aggr20.adb
    branches/gccgo/gcc/testsuite/gnat.dg/aggr20.ads
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/aggr20.ads
    branches/gccgo/gcc/testsuite/gnat.dg/aggr20_pkg.ads
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/aggr20_pkg.ads
    branches/gccgo/gcc/testsuite/gnat.dg/derived_type3.adb
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/derived_type3.adb
    branches/gccgo/gcc/testsuite/gnat.dg/derived_type3_pkg.adb
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/derived_type3_pkg.adb
    branches/gccgo/gcc/testsuite/gnat.dg/derived_type3_pkg.ads
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/derived_type3_pkg.ads
    branches/gccgo/gcc/testsuite/gnat.dg/discr37.adb
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/discr37.adb
    branches/gccgo/gcc/testsuite/gnat.dg/discr37.ads
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/discr37.ads
    branches/gccgo/gcc/testsuite/gnat.dg/discr38.adb
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/discr38.adb
    branches/gccgo/gcc/testsuite/gnat.dg/loop_optimization11.adb
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/loop_optimization11.adb
    branches/gccgo/gcc/testsuite/gnat.dg/loop_optimization11_pkg.ads
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/loop_optimization11_pkg.ads
    branches/gccgo/gcc/testsuite/gnat.dg/lto15.adb
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/lto15.adb
    branches/gccgo/gcc/testsuite/gnat.dg/lto15.ads
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/lto15.ads
    branches/gccgo/gcc/testsuite/gnat.dg/opt25.adb
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/opt25.adb
    branches/gccgo/gcc/testsuite/gnat.dg/opt25_pkg1.adb
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/opt25_pkg1.adb
    branches/gccgo/gcc/testsuite/gnat.dg/opt25_pkg1.ads
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/opt25_pkg1.ads
    branches/gccgo/gcc/testsuite/gnat.dg/opt25_pkg2.adb
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/opt25_pkg2.adb
    branches/gccgo/gcc/testsuite/gnat.dg/opt25_pkg2.ads
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/opt25_pkg2.ads
    branches/gccgo/gcc/testsuite/gnat.dg/recursive_call.adb
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/recursive_call.adb
    branches/gccgo/gcc/testsuite/gnat.dg/vect8.adb
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/vect8.adb
    branches/gccgo/gcc/testsuite/gnat.dg/vect8.ads
      - copied unchanged from r190560, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/vect8.ads
    branches/gccgo/libcpp/po/sr.po
      - copied unchanged from r190560, branches/gcc-4_7-branch/libcpp/po/sr.po
    branches/gccgo/libgo/go/go/ast/ast_test.go
      - copied unchanged from r190560, branches/gcc-4_7-branch/libgo/go/go/ast/ast_test.go
Modified:
    branches/gccgo/   (props changed)
    branches/gccgo/ChangeLog
    branches/gccgo/boehm-gc/ChangeLog
    branches/gccgo/config/ChangeLog
    branches/gccgo/contrib/ChangeLog
    branches/gccgo/contrib/reghunt/ChangeLog
    branches/gccgo/contrib/regression/ChangeLog
    branches/gccgo/fixincludes/ChangeLog
    branches/gccgo/gcc/BASE-VER
    branches/gccgo/gcc/ChangeLog
    branches/gccgo/gcc/DATESTAMP
    branches/gccgo/gcc/ada/ChangeLog
    branches/gccgo/gcc/ada/ChangeLog-2011
    branches/gccgo/gcc/ada/exp_disp.adb
    branches/gccgo/gcc/ada/gcc-interface/Makefile.in
    branches/gccgo/gcc/ada/gcc-interface/decl.c
    branches/gccgo/gcc/ada/gcc-interface/gigi.h
    branches/gccgo/gcc/ada/gcc-interface/trans.c
    branches/gccgo/gcc/ada/gcc-interface/utils.c
    branches/gccgo/gcc/ada/gcc-interface/utils2.c
    branches/gccgo/gcc/ada/sem_prag.adb
    branches/gccgo/gcc/basic-block.h
    branches/gccgo/gcc/c-family/ChangeLog
    branches/gccgo/gcc/c-family/c-ppoutput.c
    branches/gccgo/gcc/cfg.c
    branches/gccgo/gcc/cfgrtl.c
    branches/gccgo/gcc/combine-stack-adj.c
    branches/gccgo/gcc/combine.c
    branches/gccgo/gcc/config.gcc
    branches/gccgo/gcc/config/alpha/alpha.c
    branches/gccgo/gcc/config/arm/arm.c
    branches/gccgo/gcc/config/arm/neon.md
    branches/gccgo/gcc/config/avr/avr-protos.h
    branches/gccgo/gcc/config/avr/avr.c
    branches/gccgo/gcc/config/avr/avr.h
    branches/gccgo/gcc/config/i386/constraints.md
    branches/gccgo/gcc/config/i386/i386-protos.h
    branches/gccgo/gcc/config/i386/i386.c
    branches/gccgo/gcc/config/i386/i386.h
    branches/gccgo/gcc/config/i386/i386.md
    branches/gccgo/gcc/config/i386/lzcntintrin.h
    branches/gccgo/gcc/config/i386/mingw32.h
    branches/gccgo/gcc/config/i386/predicates.md
    branches/gccgo/gcc/config/i386/sse.md
    branches/gccgo/gcc/config/i386/winnt.c
    branches/gccgo/gcc/config/ia64/sync.md
    branches/gccgo/gcc/config/linux.h
    branches/gccgo/gcc/config/mips/mips.c
    branches/gccgo/gcc/config/mn10300/mn10300.c
    branches/gccgo/gcc/config/pa/pa.c
    branches/gccgo/gcc/config/pa/pa.h
    branches/gccgo/gcc/config/rs6000/rs6000.c
    branches/gccgo/gcc/config/rs6000/rs6000.md
    branches/gccgo/gcc/config/rs6000/sync.md
    branches/gccgo/gcc/config/rx/rx.md
    branches/gccgo/gcc/config/sh/sh.c
    branches/gccgo/gcc/config/sh/sh.opt
    branches/gccgo/gcc/config/sparc/sparc.md
    branches/gccgo/gcc/config/tilegx/sync.md
    branches/gccgo/gcc/configure
    branches/gccgo/gcc/configure.ac
    branches/gccgo/gcc/cp/ChangeLog
    branches/gccgo/gcc/cp/class.c
    branches/gccgo/gcc/cp/cp-tree.h
    branches/gccgo/gcc/cp/decl.c
    branches/gccgo/gcc/cp/mangle.c
    branches/gccgo/gcc/cp/method.c
    branches/gccgo/gcc/cp/name-lookup.c
    branches/gccgo/gcc/cp/parser.c
    branches/gccgo/gcc/cp/pt.c
    branches/gccgo/gcc/cp/semantics.c
    branches/gccgo/gcc/cp/tree.c
    branches/gccgo/gcc/cp/typeck.c
    branches/gccgo/gcc/cselib.c
    branches/gccgo/gcc/defaults.h
    branches/gccgo/gcc/df-problems.c
    branches/gccgo/gcc/doc/invoke.texi
    branches/gccgo/gcc/doc/tm.texi
    branches/gccgo/gcc/doc/tm.texi.in
    branches/gccgo/gcc/double-int.c
    branches/gccgo/gcc/double-int.h
    branches/gccgo/gcc/dwarf2out.c
    branches/gccgo/gcc/expr.c
    branches/gccgo/gcc/fortran/ChangeLog
    branches/gccgo/gcc/fortran/check.c
    branches/gccgo/gcc/fortran/decl.c
    branches/gccgo/gcc/fortran/resolve.c
    branches/gccgo/gcc/fortran/trans-array.c
    branches/gccgo/gcc/function.c
    branches/gccgo/gcc/gcov-iov.c
    branches/gccgo/gcc/gimple-fold.c
    branches/gccgo/gcc/gimple.h
    branches/gccgo/gcc/go/ChangeLog
    branches/gccgo/gcc/go/gofrontend/statements.cc
    branches/gccgo/gcc/ipa-prop.c
    branches/gccgo/gcc/ira-color.c
    branches/gccgo/gcc/java/ChangeLog
    branches/gccgo/gcc/lto/ChangeLog
    branches/gccgo/gcc/objc/ChangeLog
    branches/gccgo/gcc/objcp/ChangeLog
    branches/gccgo/gcc/omp-low.c
    branches/gccgo/gcc/po/ChangeLog
    branches/gccgo/gcc/po/be.po
    branches/gccgo/gcc/po/da.po
    branches/gccgo/gcc/po/de.po
    branches/gccgo/gcc/po/el.po
    branches/gccgo/gcc/po/es.po
    branches/gccgo/gcc/po/fi.po
    branches/gccgo/gcc/po/fr.po
    branches/gccgo/gcc/po/gcc.pot
    branches/gccgo/gcc/po/id.po
    branches/gccgo/gcc/po/ja.po
    branches/gccgo/gcc/po/nl.po
    branches/gccgo/gcc/po/ru.po
    branches/gccgo/gcc/po/sr.po
    branches/gccgo/gcc/po/sv.po
    branches/gccgo/gcc/po/tr.po
    branches/gccgo/gcc/po/vi.po
    branches/gccgo/gcc/po/zh_CN.po
    branches/gccgo/gcc/po/zh_TW.po
    branches/gccgo/gcc/sel-sched-ir.c
    branches/gccgo/gcc/stor-layout.c
    branches/gccgo/gcc/target.def
    branches/gccgo/gcc/targhooks.c
    branches/gccgo/gcc/targhooks.h
    branches/gccgo/gcc/testsuite/ChangeLog
    branches/gccgo/gcc/testsuite/c-c++-common/pr20000.c
    branches/gccgo/gcc/testsuite/c-c++-common/raw-string-3.c
    branches/gccgo/gcc/testsuite/c-c++-common/raw-string-4.c
    branches/gccgo/gcc/testsuite/c-c++-common/raw-string-5.c
    branches/gccgo/gcc/testsuite/c-c++-common/raw-string-6.c
    branches/gccgo/gcc/testsuite/g++.dg/bprob/bprob.exp
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/auto27.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-decl.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/decltype2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/decltype3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/defaulted21.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-syntax1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/nullptr19.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/regress/error-recovery1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/static_assert3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/udlit-cpp98-neg.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/udlit-shadow-neg.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/union1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/variadic-ex10.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/variadic-ex14.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/variadic2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/variadic20.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/variadic74.C
    branches/gccgo/gcc/testsuite/g++.dg/diagnostic/bitfld2.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/attrib44.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/no-asm-1.C
    branches/gccgo/gcc/testsuite/g++.dg/other/error34.C
    branches/gccgo/gcc/testsuite/g++.dg/overload/operator5.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/crash35.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/crash46.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/error10.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/error2.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/error3.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/error36.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/error8.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/error9.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/parser-pr28152-2.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/parser-pr28152.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/template25.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/typename11.C
    branches/gccgo/gcc/testsuite/g++.dg/tc1/dr147.C
    branches/gccgo/gcc/testsuite/g++.dg/template/crash107.C
    branches/gccgo/gcc/testsuite/g++.dg/template/crash108.C
    branches/gccgo/gcc/testsuite/g++.dg/template/deduce3.C
    branches/gccgo/gcc/testsuite/g++.dg/template/error46.C
    branches/gccgo/gcc/testsuite/g++.dg/template/error47.C
    branches/gccgo/gcc/testsuite/g++.dg/template/koenig9.C
    branches/gccgo/gcc/testsuite/g++.dg/template/pr23510.C
    branches/gccgo/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp
    branches/gccgo/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp
    branches/gccgo/gcc/testsuite/g++.dg/warn/pr12242.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/pr30551-2.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/pr30551.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.other/typename1.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/sync-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/20020201-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/20031223-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wconversion-integer.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wfatal-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wfatal.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wobjsize-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c
    branches/gccgo/gcc/testsuite/gcc.dg/align-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/c99-vla-jump-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/c99-vla-jump-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/c99-vla-jump-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/c99-vla-jump-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/c99-vla-jump-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/include2a.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/macspace2.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/missing-header-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/missing-header-MD.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/missing-header-MMD.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/missing-sysheader-MD.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/missing-sysheader-MMD.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/pr28709.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/pr30786.c
    branches/gccgo/gcc/testsuite/gcc.dg/decl-9.c
    branches/gccgo/gcc/testsuite/gcc.dg/declspec-10.c
    branches/gccgo/gcc/testsuite/gcc.dg/declspec-18.c
    branches/gccgo/gcc/testsuite/gcc.dg/di-longlong64-sync-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/format/few-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/gomp/critical-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/gomp/nesting-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/ia64-sync-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/matrix/matrix.exp
    branches/gccgo/gcc/testsuite/gcc.dg/mtune.c
    branches/gccgo/gcc/testsuite/gcc.dg/noncompile/pr44517.c
    branches/gccgo/gcc/testsuite/gcc.dg/noncompile/pr52290.c
    branches/gccgo/gcc/testsuite/gcc.dg/parser-pr28152-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/parser-pr28152.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr14475.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr27953.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr28322-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr30457.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr30551-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr30551-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr30551-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr30551-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr30551-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr30551.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr45461.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr48552-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr48552-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/redecl-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/stack-usage-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/sync-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/stackalign/alloca-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/stackalign/alloca-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/stackalign/alloca-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/stackalign/alloca-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/stackalign/alloca-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/stackalign/push-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp
    branches/gccgo/gcc/testsuite/gcc.dg/torture/stackalign/vararg-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/transparent-union-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp
    branches/gccgo/gcc/testsuite/gcc.dg/utf-dflt.c
    branches/gccgo/gcc/testsuite/gcc.dg/utf-dflt2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/slp-25.c
    branches/gccgo/gcc/testsuite/gcc.dg/vla-8.c
    branches/gccgo/gcc/testsuite/gcc.dg/vla-init-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/wtr-int-type-1.c
    branches/gccgo/gcc/testsuite/gcc.misc-tests/bprob.exp
    branches/gccgo/gcc/testsuite/gcc.target/arm/di-longlong64-sync-withhelpers.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/di-longlong64-sync-withldrexd.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/xop-imul32widen-vector.c
    branches/gccgo/gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.4.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.6.f90
    branches/gccgo/gcc/testsuite/lib/dg-pch.exp
    branches/gccgo/gcc/testsuite/lib/gcc-dg.exp
    branches/gccgo/gcc/testsuite/lib/gcov.exp
    branches/gccgo/gcc/testsuite/lib/profopt.exp
    branches/gccgo/gcc/testsuite/lib/scanasm.exp
    branches/gccgo/gcc/testsuite/lib/scandump.exp
    branches/gccgo/gcc/testsuite/lib/target-supports-dg.exp
    branches/gccgo/gcc/testsuite/lib/target-supports.exp
    branches/gccgo/gcc/trans-mem.c
    branches/gccgo/gcc/tree-cfgcleanup.c
    branches/gccgo/gcc/tree-chrec.c
    branches/gccgo/gcc/tree-eh.c
    branches/gccgo/gcc/tree-ssa-ccp.c
    branches/gccgo/gcc/tree-ssa-forwprop.c
    branches/gccgo/gcc/tree-ssa-live.c
    branches/gccgo/gcc/tree-ssa-loop-im.c
    branches/gccgo/gcc/tree-vect-data-refs.c
    branches/gccgo/gcc/tree-vect-loop-manip.c
    branches/gccgo/gcc/tree-vect-patterns.c
    branches/gccgo/gcc/tree.c
    branches/gccgo/gnattools/ChangeLog
    branches/gccgo/include/ChangeLog
    branches/gccgo/intl/ChangeLog
    branches/gccgo/libada/ChangeLog
    branches/gccgo/libada/Makefile.in
    branches/gccgo/libcpp/ChangeLog
    branches/gccgo/libcpp/po/ChangeLog
    branches/gccgo/libdecnumber/ChangeLog
    branches/gccgo/libffi/ChangeLog
    branches/gccgo/libgcc/ChangeLog
    branches/gccgo/libgcc/config.host
    branches/gccgo/libgcc/config/libbid/ChangeLog
    branches/gccgo/libgfortran/ChangeLog
    branches/gccgo/libgo/MERGE
    branches/gccgo/libgo/Makefile.am
    branches/gccgo/libgo/Makefile.in
    branches/gccgo/libgo/go/compress/flate/deflate.go
    branches/gccgo/libgo/go/compress/flate/deflate_test.go
    branches/gccgo/libgo/go/crypto/aes/const.go
    branches/gccgo/libgo/go/crypto/ecdsa/ecdsa.go
    branches/gccgo/libgo/go/crypto/rsa/pkcs1v15.go
    branches/gccgo/libgo/go/crypto/tls/handshake_messages.go
    branches/gccgo/libgo/go/crypto/x509/x509.go
    branches/gccgo/libgo/go/debug/gosym/pclntab_test.go
    branches/gccgo/libgo/go/encoding/base64/base64.go
    branches/gccgo/libgo/go/encoding/base64/base64_test.go
    branches/gccgo/libgo/go/encoding/gob/doc.go
    branches/gccgo/libgo/go/encoding/json/decode.go
    branches/gccgo/libgo/go/encoding/json/decode_test.go
    branches/gccgo/libgo/go/encoding/json/encode.go
    branches/gccgo/libgo/go/flag/flag.go
    branches/gccgo/libgo/go/fmt/doc.go
    branches/gccgo/libgo/go/go/ast/ast.go
    branches/gccgo/libgo/go/go/build/build.go
    branches/gccgo/libgo/go/go/parser/parser.go
    branches/gccgo/libgo/go/go/parser/parser_test.go
    branches/gccgo/libgo/go/go/printer/nodes.go
    branches/gccgo/libgo/go/log/log.go
    branches/gccgo/libgo/go/math/big/nat.go
    branches/gccgo/libgo/go/math/big/nat_test.go
    branches/gccgo/libgo/go/mime/multipart/multipart.go
    branches/gccgo/libgo/go/mime/multipart/multipart_test.go
    branches/gccgo/libgo/go/mime/multipart/testdata/nested-mime   (props changed)
    branches/gccgo/libgo/go/net/file.go
    branches/gccgo/libgo/go/net/http/client.go
    branches/gccgo/libgo/go/net/http/client_test.go
    branches/gccgo/libgo/go/net/http/proxy_test.go
    branches/gccgo/libgo/go/net/http/response.go
    branches/gccgo/libgo/go/net/http/response_test.go
    branches/gccgo/libgo/go/net/http/server.go
    branches/gccgo/libgo/go/net/http/transfer.go
    branches/gccgo/libgo/go/net/http/transport.go
    branches/gccgo/libgo/go/net/mail/message.go
    branches/gccgo/libgo/go/net/mail/message_test.go
    branches/gccgo/libgo/go/net/url/url.go
    branches/gccgo/libgo/go/net/url/url_test.go
    branches/gccgo/libgo/go/os/exec/exec.go
    branches/gccgo/libgo/go/path/filepath/path.go
    branches/gccgo/libgo/go/path/filepath/path_plan9.go
    branches/gccgo/libgo/go/path/filepath/path_test.go
    branches/gccgo/libgo/go/regexp/regexp.go
    branches/gccgo/libgo/go/regexp/syntax/parse.go
    branches/gccgo/libgo/go/regexp/syntax/parse_test.go
    branches/gccgo/libgo/go/runtime/extern.go
    branches/gccgo/libgo/go/runtime/pprof/pprof_test.go
    branches/gccgo/libgo/go/strconv/itoa.go
    branches/gccgo/libgo/go/strings/example_test.go
    branches/gccgo/libgo/go/text/template/exec.go
    branches/gccgo/libgo/go/text/template/exec_test.go
    branches/gccgo/libgo/go/time/sleep_test.go
    branches/gccgo/libgo/go/unicode/tables.go
    branches/gccgo/libgo/mksysinfo.sh
    branches/gccgo/libgo/runtime/go-new-map.c
    branches/gccgo/libgo/runtime/go-signal.c
    branches/gccgo/libgo/runtime/malloc.goc
    branches/gccgo/libgo/runtime/mfinal.c
    branches/gccgo/libgo/runtime/mgc0.c
    branches/gccgo/libgo/runtime/proc.c
    branches/gccgo/libgo/runtime/runtime.h
    branches/gccgo/libgo/runtime/time.goc
    branches/gccgo/libgo/testsuite/gotest
    branches/gccgo/libgomp/ChangeLog
    branches/gccgo/libgomp/config/linux/lock.c
    branches/gccgo/libgomp/testsuite/libgomp.c/pr26943-2.c
    branches/gccgo/libgomp/testsuite/libgomp.c/pr26943-3.c
    branches/gccgo/libgomp/testsuite/libgomp.c/pr26943-4.c
    branches/gccgo/libgomp/testsuite/libgomp.fortran/vla4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/vla5.f90
    branches/gccgo/libiberty/ChangeLog
    branches/gccgo/libitm/ChangeLog
    branches/gccgo/libjava/ChangeLog
    branches/gccgo/libjava/classpath/ChangeLog
    branches/gccgo/libjava/libltdl/ChangeLog
    branches/gccgo/libmudflap/ChangeLog
    branches/gccgo/libobjc/ChangeLog
    branches/gccgo/libquadmath/ChangeLog
    branches/gccgo/libssp/ChangeLog
    branches/gccgo/lto-plugin/ChangeLog
    branches/gccgo/maintainer-scripts/ChangeLog
    branches/gccgo/zlib/ChangeLog

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

Propchange: branches/gccgo/libgo/go/mime/multipart/testdata/nested-mime
            ('svn:mime-type' added)



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