This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r172160 - in /branches/gupc: ./ ChangeLog MAINT...
- From: gfunck at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Fri, 08 Apr 2011 02:39:01 -0000
- Subject: r172160 - in /branches/gupc: ./ ChangeLog MAINT...
Author: gfunck
Date: Fri Apr 8 02:38:59 2011
New Revision: 172160
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172160
Log:
2011-04-07 Gary Funck <gary@intrepid.com>
Merge trunk version 172158 into gupc branch.
to bring in the following fix.
2011-04-05 Bernd Schmidt <bernds@codesourcery.com>
PR bootstrap/48403
* haifa-sched.c (schedule_block): Increment cycle_issued_insns only
if old and new states differ.
Added:
branches/gupc/libstdc++-v3/testsuite/ext/iota/
- copied from r172158, trunk/libstdc++-v3/testsuite/ext/iota/
branches/gupc/libstdc++-v3/testsuite/ext/is_sorted/
- copied from r172158, trunk/libstdc++-v3/testsuite/ext/is_sorted/
Modified:
branches/gupc/libstdc++-v3/ChangeLog
branches/gupc/libstdc++-v3/include/ext/algorithm
branches/gupc/libstdc++-v3/include/ext/numeric
Changes in other areas also in this revision:
Added:
branches/gupc/gcc/c-family/c-target-def.h
- copied unchanged from r172158, trunk/gcc/c-family/c-target-def.h
branches/gupc/gcc/c-family/c-target.def
- copied unchanged from r172158, trunk/gcc/c-family/c-target.def
branches/gupc/gcc/c-family/c-target.h
- copied unchanged from r172158, trunk/gcc/c-family/c-target.h
branches/gupc/gcc/config/default-c.c
- copied unchanged from r172158, trunk/gcc/config/default-c.c
branches/gupc/gcc/config/rx/rx-opts.h
- copied unchanged from r172158, trunk/gcc/config/rx/rx-opts.h
branches/gupc/gcc/target-hooks-macros.h
- copied unchanged from r172158, trunk/gcc/target-hooks-macros.h
branches/gupc/gcc/testsuite/c-c++-common/Wcast-qual-1.c
- copied unchanged from r172158, trunk/gcc/testsuite/c-c++-common/Wcast-qual-1.c
branches/gupc/gcc/testsuite/g++.dg/cpp0x/enum9.C
- copied unchanged from r172158, trunk/gcc/testsuite/g++.dg/cpp0x/enum9.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/sfinae10.C
- copied unchanged from r172158, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae10.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/sfinae11.C
- copied unchanged from r172158, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae11.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/sfinae7.C
- copied unchanged from r172158, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae7.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/sfinae8.C
- copied unchanged from r172158, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae8.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/sfinae9.C
- copied unchanged from r172158, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae9.C
branches/gupc/gcc/testsuite/gcc.dg/guality/pr36977.c
- copied unchanged from r172158, trunk/gcc/testsuite/gcc.dg/guality/pr36977.c
branches/gupc/gcc/testsuite/gcc.dg/guality/pr48466.c
- copied unchanged from r172158, trunk/gcc/testsuite/gcc.dg/guality/pr48466.c
branches/gupc/gcc/testsuite/gcc.dg/torture/pr48343.c
- copied unchanged from r172158, trunk/gcc/testsuite/gcc.dg/torture/pr48343.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/inline-8.c
- copied unchanged from r172158, trunk/gcc/testsuite/gcc.dg/tree-ssa/inline-8.c
branches/gupc/gcc/testsuite/gcc.target/arm/pr43920-1.c
- copied unchanged from r172158, trunk/gcc/testsuite/gcc.target/arm/pr43920-1.c
branches/gupc/gcc/testsuite/gcc.target/arm/pr43920-2.c
- copied unchanged from r172158, trunk/gcc/testsuite/gcc.target/arm/pr43920-2.c
branches/gupc/gcc/testsuite/gfortran.dg/gomp/pr48117.f90
- copied unchanged from r172158, trunk/gcc/testsuite/gfortran.dg/gomp/pr48117.f90
branches/gupc/gcc/testsuite/gnat.dg/return3.adb
- copied unchanged from r172158, trunk/gcc/testsuite/gnat.dg/return3.adb
branches/gupc/libgo/go/crypto/des/
- copied from r172158, trunk/libgo/go/crypto/des/
branches/gupc/libgo/go/os/dir_plan9.go
- copied unchanged from r172158, trunk/libgo/go/os/dir_plan9.go
branches/gupc/libgo/go/os/dir_unix.go
- copied unchanged from r172158, trunk/libgo/go/os/dir_unix.go
branches/gupc/libgo/go/os/env_plan9.go
- copied unchanged from r172158, trunk/libgo/go/os/env_plan9.go
branches/gupc/libgo/go/os/error_plan9.go
- copied unchanged from r172158, trunk/libgo/go/os/error_plan9.go
branches/gupc/libgo/go/os/error_posix.go
- copied unchanged from r172158, trunk/libgo/go/os/error_posix.go
branches/gupc/libgo/go/os/exec_plan9.go
- copied unchanged from r172158, trunk/libgo/go/os/exec_plan9.go
branches/gupc/libgo/go/os/exec_posix.go
- copied unchanged from r172158, trunk/libgo/go/os/exec_posix.go
branches/gupc/libgo/go/os/file_plan9.go
- copied unchanged from r172158, trunk/libgo/go/os/file_plan9.go
branches/gupc/libgo/go/os/file_posix.go
- copied unchanged from r172158, trunk/libgo/go/os/file_posix.go
branches/gupc/libgo/go/os/stat_plan9.go
- copied unchanged from r172158, trunk/libgo/go/os/stat_plan9.go
branches/gupc/libgo/go/os/sys_plan9.go
- copied unchanged from r172158, trunk/libgo/go/os/sys_plan9.go
branches/gupc/libgo/go/path/filepath/path_plan9.go
- copied unchanged from r172158, trunk/libgo/go/path/filepath/path_plan9.go
Removed:
branches/gupc/gcc/testsuite/g++.dg/warn/Wcast-qual2.C
branches/gupc/gcc/testsuite/gcc.dg/cast-qual-3.c
branches/gupc/libgo/go/crypto/block/cbc.go
branches/gupc/libgo/go/crypto/block/cfb.go
branches/gupc/libgo/go/crypto/block/cfb_aes_test.go
branches/gupc/libgo/go/crypto/block/cipher.go
branches/gupc/libgo/go/crypto/block/cmac.go
branches/gupc/libgo/go/crypto/block/cmac_aes_test.go
branches/gupc/libgo/go/crypto/block/ctr.go
branches/gupc/libgo/go/crypto/block/eax.go
branches/gupc/libgo/go/crypto/block/eax_aes_test.go
branches/gupc/libgo/go/crypto/block/ecb.go
branches/gupc/libgo/go/crypto/block/ecb_aes_test.go
branches/gupc/libgo/go/crypto/block/ecb_test.go
branches/gupc/libgo/go/crypto/block/ofb.go
branches/gupc/libgo/go/crypto/block/ofb_aes_test.go
branches/gupc/libgo/go/crypto/block/xor.go
branches/gupc/libgo/go/crypto/block/xor_test.go
Modified:
branches/gupc/ (props changed)
branches/gupc/ChangeLog
branches/gupc/MAINTAINERS
branches/gupc/Makefile.def
branches/gupc/Makefile.in
branches/gupc/boehm-gc/ChangeLog
branches/gupc/boehm-gc/testsuite/lib/boehm-gc.exp
branches/gupc/config.sub
branches/gupc/configure
branches/gupc/configure.ac
branches/gupc/gcc/ChangeLog
branches/gupc/gcc/ChangeLog.upc
branches/gupc/gcc/DATESTAMP
branches/gupc/gcc/Makefile.in
branches/gupc/gcc/basic-block.h
branches/gupc/gcc/c-family/ChangeLog
branches/gupc/gcc/c-family/c-common.c
branches/gupc/gcc/c-family/c-common.h
branches/gupc/gcc/c-family/c-format.c
branches/gupc/gcc/c-family/c-opts.c
branches/gupc/gcc/cfgcleanup.c
branches/gupc/gcc/cfghooks.c
branches/gupc/gcc/cfghooks.h
branches/gupc/gcc/cfgrtl.c
branches/gupc/gcc/cgraph.c
branches/gupc/gcc/cgraph.h
branches/gupc/gcc/combine.c
branches/gupc/gcc/config.gcc
branches/gupc/gcc/config/alpha/osf5.h
branches/gupc/gcc/config/arm/arm.c
branches/gupc/gcc/config/arm/arm.h
branches/gupc/gcc/config/arm/arm.md
branches/gupc/gcc/config/arm/constraints.md
branches/gupc/gcc/config/arm/neon.md
branches/gupc/gcc/config/darwin-c.c
branches/gupc/gcc/config/darwin-protos.h
branches/gupc/gcc/config/darwin.h
branches/gupc/gcc/config/i386/i386.c
branches/gupc/gcc/config/i386/i386.md
branches/gupc/gcc/config/i386/predicates.md
branches/gupc/gcc/config/i386/sse.md
branches/gupc/gcc/config/m68k/m68k.c
branches/gupc/gcc/config/m68k/m68k.h
branches/gupc/gcc/config/m68k/m68k.opt
branches/gupc/gcc/config/m68k/t-mlibs
branches/gupc/gcc/config/mips/mips.h
branches/gupc/gcc/config/mn10300/mn10300.md
branches/gupc/gcc/config/rs6000/rs6000.c
branches/gupc/gcc/config/rx/rx.c
branches/gupc/gcc/config/rx/rx.h
branches/gupc/gcc/config/rx/rx.opt
branches/gupc/gcc/config/t-darwin
branches/gupc/gcc/cp/ChangeLog
branches/gupc/gcc/cp/call.c
branches/gupc/gcc/cp/cp-tree.h
branches/gupc/gcc/cp/cvt.c
branches/gupc/gcc/cp/except.c
branches/gupc/gcc/cp/init.c
branches/gupc/gcc/cp/parser.c
branches/gupc/gcc/cp/pt.c
branches/gupc/gcc/cp/semantics.c
branches/gupc/gcc/cp/tree.c
branches/gupc/gcc/cp/typeck.c
branches/gupc/gcc/cp/typeck2.c
branches/gupc/gcc/cprop.c
branches/gupc/gcc/dbxout.c
branches/gupc/gcc/debug.h
branches/gupc/gcc/doc/install.texi
branches/gupc/gcc/doc/invoke.texi
branches/gupc/gcc/doc/tm.texi
branches/gupc/gcc/doc/tm.texi.in
branches/gupc/gcc/dwarf2out.c
branches/gupc/gcc/final.c
branches/gupc/gcc/fortran/ChangeLog
branches/gupc/gcc/fortran/f95-lang.c
branches/gupc/gcc/fortran/trans-intrinsic.c
branches/gupc/gcc/function.c
branches/gupc/gcc/gcov-io.c
branches/gupc/gcc/gcse.c
branches/gupc/gcc/genhooks.c
branches/gupc/gcc/gimple-low.c
branches/gupc/gcc/go/ChangeLog
branches/gupc/gcc/go/Make-lang.in
branches/gupc/gcc/go/go-gcc.cc
branches/gupc/gcc/go/gofrontend/backend.h
branches/gupc/gcc/go/gofrontend/expressions.cc
branches/gupc/gcc/go/gofrontend/gogo-tree.cc
branches/gupc/gcc/go/gofrontend/gogo.cc
branches/gupc/gcc/go/gofrontend/gogo.h
branches/gupc/gcc/go/gofrontend/statements.cc
branches/gupc/gcc/go/gofrontend/statements.h
branches/gupc/gcc/haifa-sched.c
branches/gupc/gcc/ifcvt.c
branches/gupc/gcc/ipa-inline.c
branches/gupc/gcc/lto-cgraph.c
branches/gupc/gcc/objc/ChangeLog
branches/gupc/gcc/objc/Make-lang.in
branches/gupc/gcc/objc/objc-act.c
branches/gupc/gcc/po/ChangeLog
branches/gupc/gcc/po/de.po
branches/gupc/gcc/profile.c
branches/gupc/gcc/stor-layout.c
branches/gupc/gcc/system.h
branches/gupc/gcc/target.def
branches/gupc/gcc/target.h
branches/gupc/gcc/targhooks.c
branches/gupc/gcc/targhooks.h
branches/gupc/gcc/testsuite/ChangeLog
branches/gupc/gcc/testsuite/g++.dg/cpp0x/noexcept02.C
branches/gupc/gcc/testsuite/gcc.dg/lto/20090210_0.c
branches/gupc/gcc/testsuite/gcc.dg/mtune.c
branches/gupc/gcc/testsuite/gcc.dg/torture/pr47917.c
branches/gupc/gcc/testsuite/gcc.dg/torture/stackalign/non-local-goto-5.c
branches/gupc/gcc/testsuite/gcc.target/i386/asm-6.c
branches/gupc/gcc/testsuite/gfortran.dg/coarray_13.f90
branches/gupc/gcc/testsuite/lib/scanasm.exp
branches/gupc/gcc/tree-cfg.c
branches/gupc/gcc/tree-inline.c
branches/gupc/gcc/tree-ssa-threadupdate.c
branches/gupc/libgfortran/ChangeLog
branches/gupc/libgfortran/caf/mpi.c
branches/gupc/libgo/MERGE
branches/gupc/libgo/Makefile.am
branches/gupc/libgo/Makefile.in
branches/gupc/libgo/go/archive/tar/reader.go
branches/gupc/libgo/go/archive/tar/reader_test.go
branches/gupc/libgo/go/archive/zip/reader.go
branches/gupc/libgo/go/bufio/bufio.go
branches/gupc/libgo/go/compress/lzw/writer_test.go
branches/gupc/libgo/go/compress/zlib/writer_test.go
branches/gupc/libgo/go/crypto/ecdsa/ecdsa.go
branches/gupc/libgo/go/crypto/rand/rand_unix.go
branches/gupc/libgo/go/crypto/rsa/pkcs1v15.go
branches/gupc/libgo/go/crypto/rsa/rsa.go
branches/gupc/libgo/go/crypto/rsa/rsa_test.go
branches/gupc/libgo/go/crypto/tls/generate_cert.go
branches/gupc/libgo/go/crypto/tls/tls.go
branches/gupc/libgo/go/crypto/x509/x509.go
branches/gupc/libgo/go/crypto/x509/x509_test.go
branches/gupc/libgo/go/debug/elf/file.go
branches/gupc/libgo/go/debug/macho/file.go
branches/gupc/libgo/go/debug/pe/file.go
branches/gupc/libgo/go/debug/proc/proc_linux.go
branches/gupc/libgo/go/exec/exec.go
branches/gupc/libgo/go/exp/draw/x11/auth.go
branches/gupc/libgo/go/exp/ogle/cmd.go
branches/gupc/libgo/go/fmt/fmt_test.go
branches/gupc/libgo/go/fmt/format.go
branches/gupc/libgo/go/fmt/print.go
branches/gupc/libgo/go/go/parser/interface.go
branches/gupc/libgo/go/go/parser/parser.go
branches/gupc/libgo/go/html/parse_test.go
branches/gupc/libgo/go/http/fs.go
branches/gupc/libgo/go/http/fs_test.go
branches/gupc/libgo/go/http/httptest/server.go
branches/gupc/libgo/go/http/response_test.go
branches/gupc/libgo/go/http/serve_test.go
branches/gupc/libgo/go/http/transfer.go
branches/gupc/libgo/go/http/transport.go
branches/gupc/libgo/go/http/transport_test.go
branches/gupc/libgo/go/http/url.go
branches/gupc/libgo/go/http/url_test.go
branches/gupc/libgo/go/image/decode_test.go
branches/gupc/libgo/go/image/png/reader_test.go
branches/gupc/libgo/go/io/ioutil/ioutil.go
branches/gupc/libgo/go/io/ioutil/tempfile.go
branches/gupc/libgo/go/log/log.go
branches/gupc/libgo/go/log/log_test.go
branches/gupc/libgo/go/mime/type.go
branches/gupc/libgo/go/net/hosts.go
branches/gupc/libgo/go/net/parse.go
branches/gupc/libgo/go/net/parse_test.go
branches/gupc/libgo/go/net/resolv_windows.go
branches/gupc/libgo/go/os/error.go
branches/gupc/libgo/go/os/exec.go
branches/gupc/libgo/go/os/file.go
branches/gupc/libgo/go/os/file_unix.go
branches/gupc/libgo/go/os/getwd.go
branches/gupc/libgo/go/os/inotify/inotify_linux_test.go
branches/gupc/libgo/go/os/os_test.go
branches/gupc/libgo/go/os/path.go
branches/gupc/libgo/go/os/path_test.go
branches/gupc/libgo/go/os/proc.go
branches/gupc/libgo/go/os/sys_linux.go
branches/gupc/libgo/go/os/time.go
branches/gupc/libgo/go/path/filepath/match.go
branches/gupc/libgo/go/path/filepath/match_test.go
branches/gupc/libgo/go/path/filepath/path.go
branches/gupc/libgo/go/path/filepath/path_test.go
branches/gupc/libgo/go/path/filepath/path_unix.go
branches/gupc/libgo/go/scanner/scanner.go
branches/gupc/libgo/go/scanner/scanner_test.go
branches/gupc/libgo/go/strconv/fp_test.go
branches/gupc/libgo/go/testing/testing.go
branches/gupc/libgo/mksysinfo.sh
branches/gupc/libgo/syscalls/syscall.go
branches/gupc/libgo/syscalls/syscall_unix.go
branches/gupc/libgo/syscalls/sysfile_largefile.go
branches/gupc/libgo/syscalls/sysfile_regfile.go
branches/gupc/libgo/testsuite/gotest
branches/gupc/libjava/classpath/ (props changed)
branches/gupc/lto-plugin/ChangeLog
branches/gupc/lto-plugin/lto-plugin.c
Propchange: branches/gupc/
('svn:mergeinfo' modified)
Propchange: branches/gupc/libjava/classpath/
('svn:mergeinfo' modified)