This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

r192245 - in /branches/redhat/gcc-4_7-branch: ....


Author: jakub
Date: Tue Oct  9 09:31:00 2012
New Revision: 192245

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192245
Log:
svn merge -r191888:192233 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch

Added:
    branches/redhat/gcc-4_7-branch/gcc/testsuite/c-c++-common/pr33763.c
      - copied unchanged from r192233, branches/gcc-4_7-branch/gcc/testsuite/c-c++-common/pr33763.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ref4.C
      - copied unchanged from r192233, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ref4.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/template/pr54858.C
      - copied unchanged from r192233, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/pr54858.C
    branches/redhat/gcc-4_7-branch/libgo/go/compress/flate/reader_test.go
      - copied unchanged from r192233, branches/gcc-4_7-branch/libgo/go/compress/flate/reader_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/net_posix.go
      - copied unchanged from r192233, branches/gcc-4_7-branch/libgo/go/net/net_posix.go
Modified:
    branches/redhat/gcc-4_7-branch/   (props changed)
    branches/redhat/gcc-4_7-branch/gcc/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/DATESTAMP
    branches/redhat/gcc-4_7-branch/gcc/ada/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/ada/gcc-interface/decl.c
    branches/redhat/gcc-4_7-branch/gcc/ada/gcc-interface/trans.c
    branches/redhat/gcc-4_7-branch/gcc/config.gcc
    branches/redhat/gcc-4_7-branch/gcc/config/i386/driver-i386.c
    branches/redhat/gcc-4_7-branch/gcc/config/pa/pa.md
    branches/redhat/gcc-4_7-branch/gcc/cp/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/cp/semantics.c
    branches/redhat/gcc-4_7-branch/gcc/cp/tree.c
    branches/redhat/gcc-4_7-branch/gcc/doc/invoke.texi
    branches/redhat/gcc-4_7-branch/gcc/dwarf2out.c
    branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/parse.cc
    branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/parse.h
    branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/types.cc
    branches/redhat/gcc-4_7-branch/gcc/po/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/po/es.po
    branches/redhat/gcc-4_7-branch/gcc/testsuite/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/arm/arm.exp
    branches/redhat/gcc-4_7-branch/gcc/testsuite/lib/gcc-dg.exp
    branches/redhat/gcc-4_7-branch/gcc/tree-inline.c
    branches/redhat/gcc-4_7-branch/gcc/var-tracking.c
    branches/redhat/gcc-4_7-branch/libgcc/ChangeLog
    branches/redhat/gcc-4_7-branch/libgcc/config.host
    branches/redhat/gcc-4_7-branch/libgcc/unwind-dw2-fde-dip.c
    branches/redhat/gcc-4_7-branch/libgo/MERGE
    branches/redhat/gcc-4_7-branch/libgo/Makefile.am
    branches/redhat/gcc-4_7-branch/libgo/Makefile.in
    branches/redhat/gcc-4_7-branch/libgo/go/bufio/bufio.go
    branches/redhat/gcc-4_7-branch/libgo/go/builtin/builtin.go
    branches/redhat/gcc-4_7-branch/libgo/go/bytes/bytes.go
    branches/redhat/gcc-4_7-branch/libgo/go/compress/flate/inflate.go
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/elliptic/elliptic.go
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/rand/rand_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/rand/rand_windows.go
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/rsa/pkcs1v15.go
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/tls/conn.go
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/x509/verify.go
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/x509/x509.go
    branches/redhat/gcc-4_7-branch/libgo/go/database/sql/fakedb_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/database/sql/sql.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/binary/varint.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/gob/decode.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/gob/doc.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/gob/encoder_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/gob/type.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/json/encode.go
    branches/redhat/gcc-4_7-branch/libgo/go/flag/flag.go
    branches/redhat/gcc-4_7-branch/libgo/go/fmt/fmt_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/fmt/print.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/ast/print.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/ast/print_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/ast/resolve.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/ast/walk.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/build/build.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/build/build_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/build/doc.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/reader.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/error2.1.golden
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/error2.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/printer/nodes.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/printer/printer_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/scanner/errors.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/scanner/scanner.go
    branches/redhat/gcc-4_7-branch/libgo/go/html/template/content.go
    branches/redhat/gcc-4_7-branch/libgo/go/html/template/url.go
    branches/redhat/gcc-4_7-branch/libgo/go/image/jpeg/reader.go
    branches/redhat/gcc-4_7-branch/libgo/go/image/jpeg/writer.go
    branches/redhat/gcc-4_7-branch/libgo/go/image/jpeg/writer_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/image/names.go
    branches/redhat/gcc-4_7-branch/libgo/go/io/io.go
    branches/redhat/gcc-4_7-branch/libgo/go/log/syslog/syslog.go
    branches/redhat/gcc-4_7-branch/libgo/go/log/syslog/syslog_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/math/all_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/math/big/nat.go
    branches/redhat/gcc-4_7-branch/libgo/go/math/bits.go
    branches/redhat/gcc-4_7-branch/libgo/go/math/remainder.go
    branches/redhat/gcc-4_7-branch/libgo/go/mime/grammar.go
    branches/redhat/gcc-4_7-branch/libgo/go/mime/multipart/multipart.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/dial.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/fd.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/file.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/client.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/client_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/example_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/export_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/fs.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/fs_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/header.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/httptest/server.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/httputil/dump.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/pprof/pprof.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/range_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/serve_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/server.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/transport.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/transport_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/iprawsock.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/iprawsock_plan9.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/iprawsock_posix.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/mail/message.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/rpc/jsonrpc/all_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/rpc/server.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/sockopt.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/error_plan9.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/error_posix.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/error_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/error_windows.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/exec.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/exec/exec.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/exec/exec_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/exec_plan9.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/exec_posix.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/exec_unix.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/exec_windows.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/file_posix.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/file_unix.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/os_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/types.go
    branches/redhat/gcc-4_7-branch/libgo/go/path/path.go
    branches/redhat/gcc-4_7-branch/libgo/go/path/path_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/reflect/all_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/reflect/value.go
    branches/redhat/gcc-4_7-branch/libgo/go/regexp/regexp.go
    branches/redhat/gcc-4_7-branch/libgo/go/runtime/pprof/pprof.go
    branches/redhat/gcc-4_7-branch/libgo/go/runtime/pprof/pprof_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/strconv/atoi.go
    branches/redhat/gcc-4_7-branch/libgo/go/sync/waitgroup.go
    branches/redhat/gcc-4_7-branch/libgo/go/sync/waitgroup_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/syscall/env_windows.go
    branches/redhat/gcc-4_7-branch/libgo/go/syscall/exec_unix.go
    branches/redhat/gcc-4_7-branch/libgo/go/syscall/exec_windows.go
    branches/redhat/gcc-4_7-branch/libgo/go/syscall/security_windows.go
    branches/redhat/gcc-4_7-branch/libgo/go/syscall/syscall.go
    branches/redhat/gcc-4_7-branch/libgo/go/syscall/syscall_linux_386.go
    branches/redhat/gcc-4_7-branch/libgo/go/testing/testing.go
    branches/redhat/gcc-4_7-branch/libgo/go/text/tabwriter/tabwriter.go
    branches/redhat/gcc-4_7-branch/libgo/go/text/template/doc.go
    branches/redhat/gcc-4_7-branch/libgo/go/text/template/exec_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/text/template/funcs.go
    branches/redhat/gcc-4_7-branch/libgo/go/text/template/parse/lex.go
    branches/redhat/gcc-4_7-branch/libgo/go/text/template/parse/lex_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/time/time.go
    branches/redhat/gcc-4_7-branch/libgo/runtime/chan.c
    branches/redhat/gcc-4_7-branch/libgo/runtime/cpuprof.c
    branches/redhat/gcc-4_7-branch/libgo/runtime/print.c
    branches/redhat/gcc-4_7-branch/libgo/runtime/runtime.c

Propchange: branches/redhat/gcc-4_7-branch/
            ('svn:mergeinfo' modified)



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