This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r186154 - in /branches/cilkplus: ./ ChangeLog c...
- From: bviyer at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Thu, 05 Apr 2012 00:47:06 -0000
- Subject: r186154 - in /branches/cilkplus: ./ ChangeLog c...
Author: bviyer
Date: Thu Apr 5 00:47:04 2012
New Revision: 186154
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186154
Log:
Merged with trunk at revision 186153
Added:
branches/cilkplus/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc
- copied unchanged from r186153, trunk/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc
branches/cilkplus/libstdc++-v3/testsuite/20_util/function/10.cc
- copied unchanged from r186153, trunk/libstdc++-v3/testsuite/20_util/function/10.cc
branches/cilkplus/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/
- copied from r186153, trunk/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/
branches/cilkplus/libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/
- copied from r186153, trunk/libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/
branches/cilkplus/libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/
- copied from r186153, trunk/libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/
branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/52591.cc
- copied unchanged from r186153, trunk/libstdc++-v3/testsuite/23_containers/vector/52591.cc
branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/
- copied from r186153, trunk/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/
Modified:
branches/cilkplus/libstdc++-v3/ChangeLog
branches/cilkplus/libstdc++-v3/configure
branches/cilkplus/libstdc++-v3/crossconfig.m4
branches/cilkplus/libstdc++-v3/include/bits/deque.tcc
branches/cilkplus/libstdc++-v3/include/bits/stl_vector.h
branches/cilkplus/libstdc++-v3/include/std/functional
branches/cilkplus/libstdc++-v3/libsupc++/Makefile.am
branches/cilkplus/libstdc++-v3/libsupc++/Makefile.in
branches/cilkplus/libstdc++-v3/src/Makefile.am
branches/cilkplus/libstdc++-v3/src/Makefile.in
branches/cilkplus/libstdc++-v3/src/c++11/Makefile.am
branches/cilkplus/libstdc++-v3/src/c++11/Makefile.in
branches/cilkplus/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc
branches/cilkplus/libstdc++-v3/src/c++11/compatibility-c++0x.cc
branches/cilkplus/libstdc++-v3/src/c++11/future.cc
branches/cilkplus/libstdc++-v3/src/c++11/mutex.cc
branches/cilkplus/libstdc++-v3/src/c++98/Makefile.am
branches/cilkplus/libstdc++-v3/src/c++98/Makefile.in
branches/cilkplus/libstdc++-v3/src/c++98/compatibility-ldbl.cc
branches/cilkplus/libstdc++-v3/src/c++98/compatibility-list-2.cc
branches/cilkplus/libstdc++-v3/src/c++98/compatibility-list.cc
branches/cilkplus/libstdc++-v3/src/c++98/compatibility.cc
branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
branches/cilkplus/libstdc++-v3/testsuite/Makefile.am
branches/cilkplus/libstdc++-v3/testsuite/Makefile.in
Changes in other areas also in this revision:
Added:
branches/cilkplus/gcc/ada/s-atopri.ads
- copied unchanged from r186153, trunk/gcc/ada/s-atopri.ads
branches/cilkplus/gcc/config/i386/biarchx32.h
- copied unchanged from r186153, trunk/gcc/config/i386/biarchx32.h
branches/cilkplus/gcc/config/vms/vms-f.c
- copied unchanged from r186153, trunk/gcc/config/vms/vms-f.c
branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/constexpr-52672.C
- copied unchanged from r186153, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-52672.C
branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/initlist-array3.C
- copied unchanged from r186153, trunk/gcc/testsuite/g++.dg/cpp0x/initlist-array3.C
branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-warn4.C
- copied unchanged from r186153, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-warn4.C
branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/noexcept17.C
- copied unchanged from r186153, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept17.C
branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/variadic-value1.C
- copied unchanged from r186153, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-value1.C
branches/cilkplus/gcc/testsuite/g++.dg/ext/weak4.C
- copied unchanged from r186153, trunk/gcc/testsuite/g++.dg/ext/weak4.C
branches/cilkplus/gcc/testsuite/g++.dg/opt/pr52727.C
- copied unchanged from r186153, trunk/gcc/testsuite/g++.dg/opt/pr52727.C
branches/cilkplus/gcc/testsuite/g++.dg/overload/virtual2.C
- copied unchanged from r186153, trunk/gcc/testsuite/g++.dg/overload/virtual2.C
branches/cilkplus/gcc/testsuite/g++.dg/template/inherit8.C
- copied unchanged from r186153, trunk/gcc/testsuite/g++.dg/template/inherit8.C
branches/cilkplus/gcc/testsuite/g++.dg/torture/pr52772.C
- copied unchanged from r186153, trunk/gcc/testsuite/g++.dg/torture/pr52772.C
branches/cilkplus/gcc/testsuite/g++.dg/warn/Wzero-as-null-pointer-constant-5.C
- copied unchanged from r186153, trunk/gcc/testsuite/g++.dg/warn/Wzero-as-null-pointer-constant-5.C
branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/pr52750.c
- copied unchanged from r186153, trunk/gcc/testsuite/gcc.c-torture/compile/pr52750.c
branches/cilkplus/gcc/testsuite/gcc.c-torture/execute/pr52760.c
- copied unchanged from r186153, trunk/gcc/testsuite/gcc.c-torture/execute/pr52760.c
branches/cilkplus/gcc/testsuite/gcc.dg/pr52691.c
- copied unchanged from r186153, trunk/gcc/testsuite/gcc.dg/pr52691.c
branches/cilkplus/gcc/testsuite/gcc.dg/pr52803.c
- copied unchanged from r186153, trunk/gcc/testsuite/gcc.dg/pr52803.c
branches/cilkplus/gcc/testsuite/gcc.dg/pr52808.c
- copied unchanged from r186153, trunk/gcc/testsuite/gcc.dg/pr52808.c
branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr52693.c
- copied unchanged from r186153, trunk/gcc/testsuite/gcc.dg/torture/pr52693.c
branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr52756.c
- copied unchanged from r186153, trunk/gcc/testsuite/gcc.dg/torture/pr52756.c
branches/cilkplus/gcc/testsuite/gcc.target/avr/torture/builtins-2.c
- copied unchanged from r186153, trunk/gcc/testsuite/gcc.target/avr/torture/builtins-2.c
branches/cilkplus/gcc/testsuite/gcc.target/i386/pr52698.c
- copied unchanged from r186153, trunk/gcc/testsuite/gcc.target/i386/pr52698.c
branches/cilkplus/gcc/testsuite/gcc.target/i386/pr52736.c
- copied unchanged from r186153, trunk/gcc/testsuite/gcc.target/i386/pr52736.c
branches/cilkplus/gcc/testsuite/gcc.target/i386/pr52754.c
- copied unchanged from r186153, trunk/gcc/testsuite/gcc.target/i386/pr52754.c
branches/cilkplus/gcc/testsuite/gfortran.dg/pr52835.f90
- copied unchanged from r186153, trunk/gcc/testsuite/gfortran.dg/pr52835.f90
branches/cilkplus/gcc/testsuite/gnat.dg/controlled6.adb
- copied unchanged from r186153, trunk/gcc/testsuite/gnat.dg/controlled6.adb
branches/cilkplus/gcc/testsuite/gnat.dg/controlled6_pkg-iterators.adb
- copied unchanged from r186153, trunk/gcc/testsuite/gnat.dg/controlled6_pkg-iterators.adb
branches/cilkplus/gcc/testsuite/gnat.dg/controlled6_pkg-iterators.ads
- copied unchanged from r186153, trunk/gcc/testsuite/gnat.dg/controlled6_pkg-iterators.ads
branches/cilkplus/gcc/testsuite/gnat.dg/controlled6_pkg.ads
- copied unchanged from r186153, trunk/gcc/testsuite/gnat.dg/controlled6_pkg.ads
branches/cilkplus/gcc/testsuite/gnat.dg/pack18.adb
- copied unchanged from r186153, trunk/gcc/testsuite/gnat.dg/pack18.adb
branches/cilkplus/gcc/testsuite/gnat.dg/pack18_pkg.ads
- copied unchanged from r186153, trunk/gcc/testsuite/gnat.dg/pack18_pkg.ads
branches/cilkplus/gcc/testsuite/gnat.dg/specs/aggr5.ads
- copied unchanged from r186153, trunk/gcc/testsuite/gnat.dg/specs/aggr5.ads
branches/cilkplus/gcc/testsuite/gnat.dg/vect7.adb
- copied unchanged from r186153, trunk/gcc/testsuite/gnat.dg/vect7.adb
branches/cilkplus/gcc/testsuite/gnat.dg/vect7.ads
- copied unchanged from r186153, trunk/gcc/testsuite/gnat.dg/vect7.ads
branches/cilkplus/libgo/go/archive/zip/testdata/crc32-not-streamed.zip
- copied unchanged from r186153, trunk/libgo/go/archive/zip/testdata/crc32-not-streamed.zip
branches/cilkplus/libgo/go/archive/zip/testdata/go-no-datadesc-sig.zip
- copied unchanged from r186153, trunk/libgo/go/archive/zip/testdata/go-no-datadesc-sig.zip
branches/cilkplus/libgo/go/archive/zip/testdata/go-with-datadesc-sig.zip
- copied unchanged from r186153, trunk/libgo/go/archive/zip/testdata/go-with-datadesc-sig.zip
branches/cilkplus/libgo/go/crypto/x509/root.go
- copied unchanged from r186153, trunk/libgo/go/crypto/x509/root.go
branches/cilkplus/libgo/go/crypto/x509/root_darwin.go
- copied unchanged from r186153, trunk/libgo/go/crypto/x509/root_darwin.go
branches/cilkplus/libgo/go/crypto/x509/root_stub.go
- copied unchanged from r186153, trunk/libgo/go/crypto/x509/root_stub.go
branches/cilkplus/libgo/go/crypto/x509/root_unix.go
- copied unchanged from r186153, trunk/libgo/go/crypto/x509/root_unix.go
branches/cilkplus/libgo/go/crypto/x509/root_windows.go
- copied unchanged from r186153, trunk/libgo/go/crypto/x509/root_windows.go
branches/cilkplus/libgo/go/flag/example_test.go
- copied unchanged from r186153, trunk/libgo/go/flag/example_test.go
branches/cilkplus/libgo/go/fmt/export_test.go
- copied unchanged from r186153, trunk/libgo/go/fmt/export_test.go
branches/cilkplus/libgo/go/go/build/deps_test.go
- copied unchanged from r186153, trunk/libgo/go/go/build/deps_test.go
branches/cilkplus/libgo/go/go/parser/error_test.go
- copied unchanged from r186153, trunk/libgo/go/go/parser/error_test.go
branches/cilkplus/libgo/go/go/parser/short_test.go
- copied unchanged from r186153, trunk/libgo/go/go/parser/short_test.go
branches/cilkplus/libgo/go/go/parser/testdata/
- copied from r186153, trunk/libgo/go/go/parser/testdata/
branches/cilkplus/libgo/go/log/syslog/syslog_windows.go
- copied unchanged from r186153, trunk/libgo/go/log/syslog/syslog_windows.go
branches/cilkplus/libgo/go/os/error_test.go
- copied unchanged from r186153, trunk/libgo/go/os/error_test.go
branches/cilkplus/libgo/go/os/error_windows.go
- copied unchanged from r186153, trunk/libgo/go/os/error_windows.go
branches/cilkplus/libgo/go/path/filepath/symlink.go
- copied unchanged from r186153, trunk/libgo/go/path/filepath/symlink.go
branches/cilkplus/libgo/go/path/filepath/symlink_windows.go
- copied unchanged from r186153, trunk/libgo/go/path/filepath/symlink_windows.go
branches/cilkplus/libgo/go/runtime/compiler.go
- copied unchanged from r186153, trunk/libgo/go/runtime/compiler.go
branches/cilkplus/libgo/go/strconv/isprint.go
- copied unchanged from r186153, trunk/libgo/go/strconv/isprint.go
branches/cilkplus/libgo/go/strconv/makeisprint.go
- copied unchanged from r186153, trunk/libgo/go/strconv/makeisprint.go
branches/cilkplus/libgo/go/unicode/utf16/export_test.go
- copied unchanged from r186153, trunk/libgo/go/unicode/utf16/export_test.go
Removed:
branches/cilkplus/gcc/config/avr/multilib.h
branches/cilkplus/gcc/dse.h
branches/cilkplus/libgo/go/archive/zip/testdata/r.zip
branches/cilkplus/libgo/go/crypto/tls/root_darwin.go
branches/cilkplus/libgo/go/crypto/tls/root_stub.go
branches/cilkplus/libgo/go/crypto/tls/root_unix.go
branches/cilkplus/libgo/go/crypto/tls/root_windows.go
branches/cilkplus/libgo/go/exp/wingui/
Modified:
branches/cilkplus/ (props changed)
branches/cilkplus/ChangeLog
branches/cilkplus/config/ChangeLog
branches/cilkplus/config/math.m4
branches/cilkplus/config/mmap.m4
branches/cilkplus/contrib/gcc_update
branches/cilkplus/gcc/ChangeLog
branches/cilkplus/gcc/DATESTAMP
branches/cilkplus/gcc/Makefile.in
branches/cilkplus/gcc/acinclude.m4
branches/cilkplus/gcc/aclocal.m4
branches/cilkplus/gcc/ada/ChangeLog
branches/cilkplus/gcc/ada/Makefile.rtl
branches/cilkplus/gcc/ada/ali.adb
branches/cilkplus/gcc/ada/ali.ads
branches/cilkplus/gcc/ada/alloc.ads
branches/cilkplus/gcc/ada/bindgen.adb
branches/cilkplus/gcc/ada/csinfo.adb
branches/cilkplus/gcc/ada/debug.adb
branches/cilkplus/gcc/ada/einfo.adb
branches/cilkplus/gcc/ada/exp_attr.adb
branches/cilkplus/gcc/ada/exp_ch4.adb
branches/cilkplus/gcc/ada/exp_ch5.adb
branches/cilkplus/gcc/ada/exp_ch7.adb
branches/cilkplus/gcc/ada/exp_ch9.adb
branches/cilkplus/gcc/ada/exp_pakd.adb
branches/cilkplus/gcc/ada/exp_util.adb
branches/cilkplus/gcc/ada/exp_util.ads
branches/cilkplus/gcc/ada/freeze.adb
branches/cilkplus/gcc/ada/g-expect.adb
branches/cilkplus/gcc/ada/g-sse.ads
branches/cilkplus/gcc/ada/gcc-interface/Makefile.in
branches/cilkplus/gcc/ada/gcc-interface/decl.c
branches/cilkplus/gcc/ada/gnat_ugn.texi
branches/cilkplus/gcc/ada/lib-writ.adb
branches/cilkplus/gcc/ada/lib-xref-alfa.adb
branches/cilkplus/gcc/ada/lib-xref.adb
branches/cilkplus/gcc/ada/lib-xref.ads
branches/cilkplus/gcc/ada/opt.ads
branches/cilkplus/gcc/ada/osint.adb
branches/cilkplus/gcc/ada/osint.ads
branches/cilkplus/gcc/ada/prj-attr.adb
branches/cilkplus/gcc/ada/prj-nmsc.adb
branches/cilkplus/gcc/ada/prj.adb
branches/cilkplus/gcc/ada/prj.ads
branches/cilkplus/gcc/ada/rtsfind.ads
branches/cilkplus/gcc/ada/sem.adb
branches/cilkplus/gcc/ada/sem_attr.adb
branches/cilkplus/gcc/ada/sem_attr.ads
branches/cilkplus/gcc/ada/sem_ch12.adb
branches/cilkplus/gcc/ada/sem_ch4.adb
branches/cilkplus/gcc/ada/sem_ch5.adb
branches/cilkplus/gcc/ada/sem_ch5.ads
branches/cilkplus/gcc/ada/sem_ch6.adb
branches/cilkplus/gcc/ada/sem_res.adb
branches/cilkplus/gcc/ada/sem_util.adb
branches/cilkplus/gcc/ada/sem_util.ads
branches/cilkplus/gcc/ada/sinfo.adb
branches/cilkplus/gcc/ada/sinfo.ads
branches/cilkplus/gcc/ada/snames.ads-tmpl
branches/cilkplus/gcc/ada/style.adb
branches/cilkplus/gcc/ada/switch-c.adb
branches/cilkplus/gcc/basic-block.h
branches/cilkplus/gcc/bb-reorder.c
branches/cilkplus/gcc/cfganal.c
branches/cilkplus/gcc/cfgcleanup.c
branches/cilkplus/gcc/cfgexpand.c
branches/cilkplus/gcc/cfghooks.c
branches/cilkplus/gcc/cfgloop.c
branches/cilkplus/gcc/cfgloopmanip.c
branches/cilkplus/gcc/cfgrtl.c
branches/cilkplus/gcc/cgraph.c
branches/cilkplus/gcc/cgraph.h
branches/cilkplus/gcc/cgraphbuild.c
branches/cilkplus/gcc/cgraphunit.c
branches/cilkplus/gcc/combine-stack-adj.c
branches/cilkplus/gcc/combine.c
branches/cilkplus/gcc/config.gcc
branches/cilkplus/gcc/config/arm/arm.c
branches/cilkplus/gcc/config/arm/arm.h
branches/cilkplus/gcc/config/arm/arm.opt
branches/cilkplus/gcc/config/avr/avr-c.c
branches/cilkplus/gcc/config/avr/avr.c
branches/cilkplus/gcc/config/avr/avr.h
branches/cilkplus/gcc/config/avr/avr.opt
branches/cilkplus/gcc/config/avr/driver-avr.c
branches/cilkplus/gcc/config/avr/genmultilib.awk
branches/cilkplus/gcc/config/avr/t-avr
branches/cilkplus/gcc/config/avr/t-multilib
branches/cilkplus/gcc/config/cris/linux.opt
branches/cilkplus/gcc/config/h8300/h8300-protos.h
branches/cilkplus/gcc/config/h8300/h8300.c
branches/cilkplus/gcc/config/h8300/h8300.md
branches/cilkplus/gcc/config/h8300/h8300.opt
branches/cilkplus/gcc/config/i386/biarch64.h
branches/cilkplus/gcc/config/i386/gnu-user64.h
branches/cilkplus/gcc/config/i386/i386-protos.h
branches/cilkplus/gcc/config/i386/i386.c
branches/cilkplus/gcc/config/i386/i386.h
branches/cilkplus/gcc/config/i386/i386.opt
branches/cilkplus/gcc/config/i386/sse.md
branches/cilkplus/gcc/config/ia64/ia64.c
branches/cilkplus/gcc/config/ia64/vms.h
branches/cilkplus/gcc/config/linux-android.h
branches/cilkplus/gcc/config/m68k/m68k.opt
branches/cilkplus/gcc/config/mep/mep.opt
branches/cilkplus/gcc/config/pa/pa-hpux.opt
branches/cilkplus/gcc/config/pa/pa64-hpux.opt
branches/cilkplus/gcc/config/picochip/picochip.opt
branches/cilkplus/gcc/config/rs6000/sysv4.opt
branches/cilkplus/gcc/config/sh/sh.c
branches/cilkplus/gcc/config/sh/sh.opt
branches/cilkplus/gcc/config/sh/t-sh
branches/cilkplus/gcc/config/sparc/long-double-switch.opt
branches/cilkplus/gcc/config/sparc/sparc.opt
branches/cilkplus/gcc/config/v850/v850.opt
branches/cilkplus/gcc/config/vax/vax.opt
branches/cilkplus/gcc/config/vms/make-crtlmap.awk
branches/cilkplus/gcc/config/vms/t-vms
branches/cilkplus/gcc/config/vms/vms-c.c
branches/cilkplus/gcc/config/vms/vms-crtlmap.map
branches/cilkplus/gcc/config/vms/vms.c
branches/cilkplus/gcc/configure
branches/cilkplus/gcc/configure.ac
branches/cilkplus/gcc/cp/ChangeLog
branches/cilkplus/gcc/cp/call.c
branches/cilkplus/gcc/cp/class.c
branches/cilkplus/gcc/cp/cp-tree.h
branches/cilkplus/gcc/cp/decl.c
branches/cilkplus/gcc/cp/method.c
branches/cilkplus/gcc/cp/pt.c
branches/cilkplus/gcc/cp/semantics.c
branches/cilkplus/gcc/cp/tree.c
branches/cilkplus/gcc/cp/typeck.c
branches/cilkplus/gcc/cp/typeck2.c
branches/cilkplus/gcc/cprop.c
branches/cilkplus/gcc/cse.c
branches/cilkplus/gcc/doc/invoke.texi
branches/cilkplus/gcc/doc/options.texi
branches/cilkplus/gcc/doc/rtl.texi
branches/cilkplus/gcc/double-int.c
branches/cilkplus/gcc/double-int.h
branches/cilkplus/gcc/dse.c
branches/cilkplus/gcc/dwarf2out.c
branches/cilkplus/gcc/emit-rtl.c
branches/cilkplus/gcc/except.c
branches/cilkplus/gcc/explow.c
branches/cilkplus/gcc/expmed.c
branches/cilkplus/gcc/expr.c
branches/cilkplus/gcc/fortran/ChangeLog
branches/cilkplus/gcc/fortran/match.c
branches/cilkplus/gcc/fortran/parse.c
branches/cilkplus/gcc/ggc-page.c
branches/cilkplus/gcc/gimple-fold.c
branches/cilkplus/gcc/gimple.h
branches/cilkplus/gcc/go/gofrontend/expressions.cc
branches/cilkplus/gcc/go/gofrontend/expressions.h
branches/cilkplus/gcc/go/gofrontend/gogo.cc
branches/cilkplus/gcc/go/gofrontend/parse.cc
branches/cilkplus/gcc/go/gofrontend/statements.cc
branches/cilkplus/gcc/go/gofrontend/types.cc
branches/cilkplus/gcc/go/gofrontend/types.h
branches/cilkplus/gcc/go/gofrontend/unsafe.cc
branches/cilkplus/gcc/ira-color.c
branches/cilkplus/gcc/java/ChangeLog
branches/cilkplus/gcc/java/class.c
branches/cilkplus/gcc/loop-init.c
branches/cilkplus/gcc/omp-low.c
branches/cilkplus/gcc/opth-gen.awk
branches/cilkplus/gcc/po/ChangeLog
branches/cilkplus/gcc/po/be.po
branches/cilkplus/gcc/po/da.po
branches/cilkplus/gcc/po/de.po
branches/cilkplus/gcc/po/el.po
branches/cilkplus/gcc/po/es.po
branches/cilkplus/gcc/po/fi.po
branches/cilkplus/gcc/po/fr.po
branches/cilkplus/gcc/po/id.po
branches/cilkplus/gcc/po/ja.po
branches/cilkplus/gcc/po/nl.po
branches/cilkplus/gcc/po/ru.po
branches/cilkplus/gcc/po/sr.po
branches/cilkplus/gcc/po/sv.po
branches/cilkplus/gcc/po/tr.po
branches/cilkplus/gcc/po/vi.po
branches/cilkplus/gcc/po/zh_CN.po
branches/cilkplus/gcc/po/zh_TW.po
branches/cilkplus/gcc/rtl.h
branches/cilkplus/gcc/simplify-rtx.c
branches/cilkplus/gcc/testsuite/ChangeLog
branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/noexcept01.C
branches/cilkplus/gcc/testsuite/g++.dg/eh/ctor1.C
branches/cilkplus/gcc/testsuite/g++.dg/eh/init-temp1.C
branches/cilkplus/gcc/testsuite/g++.dg/tree-ssa/ehcleanup-1.C
branches/cilkplus/gcc/testsuite/g++.old-deja/g++.eh/cleanup1.C
branches/cilkplus/gcc/testsuite/g++.old-deja/g++.pt/spec40.C
branches/cilkplus/gcc/testsuite/gcc.target/i386/pr28946.c
branches/cilkplus/gcc/testsuite/gfortran.dg/allocate_alloc_opt_1.f90
branches/cilkplus/gcc/testsuite/gfortran.dg/allocate_class_1.f90
branches/cilkplus/gcc/testsuite/gfortran.dg/allocate_with_typespec_4.f90
branches/cilkplus/gcc/testsuite/gfortran.dg/deallocate_alloc_opt_1.f90
branches/cilkplus/gcc/tracer.c
branches/cilkplus/gcc/trans-mem.c
branches/cilkplus/gcc/tree-affine.c
branches/cilkplus/gcc/tree-affine.h
branches/cilkplus/gcc/tree-cfg.c
branches/cilkplus/gcc/tree-cfgcleanup.c
branches/cilkplus/gcc/tree-data-ref.c
branches/cilkplus/gcc/tree-data-ref.h
branches/cilkplus/gcc/tree-eh.c
branches/cilkplus/gcc/tree-flow.h
branches/cilkplus/gcc/tree-inline.c
branches/cilkplus/gcc/tree-mudflap.c
branches/cilkplus/gcc/tree-pass.h
branches/cilkplus/gcc/tree-sra.c
branches/cilkplus/gcc/tree-ssa-ccp.c
branches/cilkplus/gcc/tree-ssa-forwprop.c
branches/cilkplus/gcc/tree-ssa-loop.c
branches/cilkplus/gcc/tree-ssa-pre.c
branches/cilkplus/gcc/tree-ssa-threadupdate.c
branches/cilkplus/gcc/tree-vect-generic.c
branches/cilkplus/gcc/tree-vect-slp.c
branches/cilkplus/gcc/tree.c
branches/cilkplus/gcc/varasm.c
branches/cilkplus/libcpp/po/ChangeLog
branches/cilkplus/libcpp/po/ja.po
branches/cilkplus/libffi/ChangeLog
branches/cilkplus/libffi/src/powerpc/ffi.c
branches/cilkplus/libffi/src/sparc/v9.S
branches/cilkplus/libffi/src/x86/ffi.c
branches/cilkplus/libffi/src/x86/win32.S
branches/cilkplus/libgcc/ChangeLog
branches/cilkplus/libgcc/config/avr/lib1funcs.S
branches/cilkplus/libgcc/config/i386/linux-unwind.h
branches/cilkplus/libgcc/config/ia64/unwind-ia64.c
branches/cilkplus/libgfortran/ChangeLog
branches/cilkplus/libgfortran/config.h.in
branches/cilkplus/libgfortran/configure
branches/cilkplus/libgfortran/configure.ac
branches/cilkplus/libgfortran/intrinsics/chmod.c
branches/cilkplus/libgfortran/libgfortran.h
branches/cilkplus/libgo/MERGE
branches/cilkplus/libgo/Makefile.am
branches/cilkplus/libgo/Makefile.in
branches/cilkplus/libgo/config.h.in
branches/cilkplus/libgo/configure
branches/cilkplus/libgo/configure.ac
branches/cilkplus/libgo/go/archive/tar/reader.go
branches/cilkplus/libgo/go/archive/tar/writer.go
branches/cilkplus/libgo/go/archive/tar/writer_test.go
branches/cilkplus/libgo/go/archive/zip/reader.go
branches/cilkplus/libgo/go/archive/zip/reader_test.go
branches/cilkplus/libgo/go/archive/zip/struct.go
branches/cilkplus/libgo/go/archive/zip/writer.go
branches/cilkplus/libgo/go/archive/zip/writer_test.go
branches/cilkplus/libgo/go/crypto/tls/common.go
branches/cilkplus/libgo/go/crypto/tls/handshake_client.go
branches/cilkplus/libgo/go/crypto/tls/handshake_server.go
branches/cilkplus/libgo/go/crypto/tls/handshake_server_test.go
branches/cilkplus/libgo/go/crypto/tls/key_agreement.go
branches/cilkplus/libgo/go/crypto/tls/root_test.go
branches/cilkplus/libgo/go/crypto/tls/tls.go
branches/cilkplus/libgo/go/crypto/x509/pkcs1.go
branches/cilkplus/libgo/go/crypto/x509/verify.go
branches/cilkplus/libgo/go/crypto/x509/verify_test.go
branches/cilkplus/libgo/go/crypto/x509/x509.go
branches/cilkplus/libgo/go/database/sql/driver/driver.go
branches/cilkplus/libgo/go/database/sql/fakedb_test.go
branches/cilkplus/libgo/go/database/sql/sql.go
branches/cilkplus/libgo/go/database/sql/sql_test.go
branches/cilkplus/libgo/go/encoding/asn1/asn1.go
branches/cilkplus/libgo/go/encoding/asn1/asn1_test.go
branches/cilkplus/libgo/go/encoding/asn1/common.go
branches/cilkplus/libgo/go/encoding/asn1/marshal.go
branches/cilkplus/libgo/go/encoding/asn1/marshal_test.go
branches/cilkplus/libgo/go/encoding/binary/binary.go
branches/cilkplus/libgo/go/encoding/csv/reader.go
branches/cilkplus/libgo/go/encoding/gob/decode.go
branches/cilkplus/libgo/go/encoding/gob/doc.go
branches/cilkplus/libgo/go/encoding/gob/encoder_test.go
branches/cilkplus/libgo/go/encoding/gob/gobencdec_test.go
branches/cilkplus/libgo/go/encoding/json/encode.go
branches/cilkplus/libgo/go/exp/gotype/gotype.go
branches/cilkplus/libgo/go/exp/norm/maketables.go
branches/cilkplus/libgo/go/exp/norm/normalize.go
branches/cilkplus/libgo/go/exp/types/check_test.go
branches/cilkplus/libgo/go/exp/types/exportdata.go
branches/cilkplus/libgo/go/exp/types/gcimporter.go
branches/cilkplus/libgo/go/exp/types/gcimporter_test.go
branches/cilkplus/libgo/go/exp/types/universe.go
branches/cilkplus/libgo/go/expvar/expvar.go
branches/cilkplus/libgo/go/fmt/doc.go
branches/cilkplus/libgo/go/fmt/fmt_test.go
branches/cilkplus/libgo/go/fmt/format.go
branches/cilkplus/libgo/go/fmt/print.go
branches/cilkplus/libgo/go/fmt/scan.go
branches/cilkplus/libgo/go/fmt/scan_test.go
branches/cilkplus/libgo/go/go/build/build.go
branches/cilkplus/libgo/go/go/build/build_test.go
branches/cilkplus/libgo/go/go/parser/parser.go
branches/cilkplus/libgo/go/go/parser/parser_test.go
branches/cilkplus/libgo/go/go/printer/nodes.go
branches/cilkplus/libgo/go/go/printer/testdata/declarations.golden
branches/cilkplus/libgo/go/go/printer/testdata/declarations.input
branches/cilkplus/libgo/go/go/printer/testdata/statements.golden
branches/cilkplus/libgo/go/go/printer/testdata/statements.input
branches/cilkplus/libgo/go/go/scanner/scanner.go
branches/cilkplus/libgo/go/html/template/clone_test.go
branches/cilkplus/libgo/go/html/template/content.go
branches/cilkplus/libgo/go/html/template/doc.go
branches/cilkplus/libgo/go/html/template/escape.go
branches/cilkplus/libgo/go/html/template/escape_test.go
branches/cilkplus/libgo/go/html/template/template.go
branches/cilkplus/libgo/go/image/draw/draw.go
branches/cilkplus/libgo/go/image/image.go
branches/cilkplus/libgo/go/index/suffixarray/qsufsort.go
branches/cilkplus/libgo/go/io/io.go
branches/cilkplus/libgo/go/io/ioutil/ioutil.go
branches/cilkplus/libgo/go/log/log.go
branches/cilkplus/libgo/go/math/big/nat.go
branches/cilkplus/libgo/go/math/erf.go
branches/cilkplus/libgo/go/net/dial_test.go
branches/cilkplus/libgo/go/net/dnsclient.go
branches/cilkplus/libgo/go/net/dnsmsg.go
branches/cilkplus/libgo/go/net/dnsmsg_test.go
branches/cilkplus/libgo/go/net/fd.go
branches/cilkplus/libgo/go/net/fd_linux.go
branches/cilkplus/libgo/go/net/file_test.go
branches/cilkplus/libgo/go/net/http/client_test.go
branches/cilkplus/libgo/go/net/http/request.go
branches/cilkplus/libgo/go/net/http/request_test.go
branches/cilkplus/libgo/go/net/http/server.go
branches/cilkplus/libgo/go/net/http/transport.go
branches/cilkplus/libgo/go/net/http/transport_test.go
branches/cilkplus/libgo/go/net/http/triv.go
branches/cilkplus/libgo/go/net/interface.go
branches/cilkplus/libgo/go/net/interface_linux.go
branches/cilkplus/libgo/go/net/interface_stub.go
branches/cilkplus/libgo/go/net/interface_windows.go
branches/cilkplus/libgo/go/net/iprawsock_posix.go
branches/cilkplus/libgo/go/net/ipsock_posix.go
branches/cilkplus/libgo/go/net/mac.go
branches/cilkplus/libgo/go/net/mac_test.go
branches/cilkplus/libgo/go/net/mail/message.go
branches/cilkplus/libgo/go/net/multicast_test.go
branches/cilkplus/libgo/go/net/net.go
branches/cilkplus/libgo/go/net/net_test.go
branches/cilkplus/libgo/go/net/parse_test.go
branches/cilkplus/libgo/go/net/rpc/client.go
branches/cilkplus/libgo/go/net/server_test.go
branches/cilkplus/libgo/go/net/sock.go
branches/cilkplus/libgo/go/net/sockopt.go
branches/cilkplus/libgo/go/net/sockopt_bsd.go
branches/cilkplus/libgo/go/net/sockopt_linux.go
branches/cilkplus/libgo/go/net/sockopt_windows.go
branches/cilkplus/libgo/go/net/tcpsock_posix.go
branches/cilkplus/libgo/go/net/timeout_test.go
branches/cilkplus/libgo/go/net/udp_test.go
branches/cilkplus/libgo/go/net/udpsock_posix.go
branches/cilkplus/libgo/go/net/unicast_test.go
branches/cilkplus/libgo/go/net/unixsock_posix.go
branches/cilkplus/libgo/go/os/dir.go
branches/cilkplus/libgo/go/os/error.go
branches/cilkplus/libgo/go/os/error_plan9.go
branches/cilkplus/libgo/go/os/error_posix.go
branches/cilkplus/libgo/go/os/exec/exec.go
branches/cilkplus/libgo/go/os/file_unix.go
branches/cilkplus/libgo/go/os/os_test.go
branches/cilkplus/libgo/go/os/types.go
branches/cilkplus/libgo/go/path/filepath/match.go
branches/cilkplus/libgo/go/path/filepath/match_test.go
branches/cilkplus/libgo/go/path/filepath/path.go
branches/cilkplus/libgo/go/path/filepath/path_test.go
branches/cilkplus/libgo/go/path/filepath/path_windows.go
branches/cilkplus/libgo/go/reflect/type.go
branches/cilkplus/libgo/go/reflect/value.go
branches/cilkplus/libgo/go/runtime/debug/stack_test.go
branches/cilkplus/libgo/go/runtime/pprof/pprof_test.go
branches/cilkplus/libgo/go/sort/sort.go
branches/cilkplus/libgo/go/strconv/quote.go
branches/cilkplus/libgo/go/strconv/quote_test.go
branches/cilkplus/libgo/go/strings/example_test.go
branches/cilkplus/libgo/go/sync/atomic/atomic_test.go
branches/cilkplus/libgo/go/syscall/libcall_posix.go
branches/cilkplus/libgo/go/syscall/mksyscall.awk
branches/cilkplus/libgo/go/syscall/netlink_linux.go
branches/cilkplus/libgo/go/testing/testing.go
branches/cilkplus/libgo/go/text/template/doc.go
branches/cilkplus/libgo/go/text/template/exec.go
branches/cilkplus/libgo/go/text/template/exec_test.go
branches/cilkplus/libgo/go/text/template/multi_test.go
branches/cilkplus/libgo/go/text/template/parse/lex.go
branches/cilkplus/libgo/go/text/template/parse/parse.go
branches/cilkplus/libgo/go/text/template/parse/parse_test.go
branches/cilkplus/libgo/go/time/tick_test.go
branches/cilkplus/libgo/go/time/time.go
branches/cilkplus/libgo/go/unicode/utf16/utf16.go
branches/cilkplus/libgo/go/unicode/utf16/utf16_test.go
branches/cilkplus/libgo/go/unicode/utf8/utf8.go
branches/cilkplus/libgo/go/unicode/utf8/utf8_test.go
branches/cilkplus/libgo/merge.sh
branches/cilkplus/libgo/mksysinfo.sh
branches/cilkplus/libgo/runtime/malloc.goc
branches/cilkplus/libgo/runtime/proc.c
branches/cilkplus/libgo/runtime/runtime.c
branches/cilkplus/libgo/runtime/runtime.h
branches/cilkplus/libgo/testsuite/Makefile.in
branches/cilkplus/libgo/testsuite/gotest
branches/cilkplus/libgomp/ChangeLog
branches/cilkplus/libgomp/configure.tgt
branches/cilkplus/libiberty/ChangeLog
branches/cilkplus/libiberty/pex-unix.c
branches/cilkplus/libiberty/stack-limit.c
branches/cilkplus/libitm/ChangeLog
branches/cilkplus/libitm/config/x86/target.h
branches/cilkplus/libitm/configure
branches/cilkplus/libitm/configure.tgt
Propchange: branches/cilkplus/
('svn:mergeinfo' modified)