This is the mail archive of the gcc-regression@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]

1 new GCC HEAD@178913 regression


With your recent patch, GCC HEAD revision 178913 had problems on:
native: regress-16 (1 NEW failures)
The previous build was of revision 178905.

Regressions for native:
old   g++.sum g++.dg/eh/simd-3.C
old   g++.sum g++.dg/eh/simd-4.C
old   gcc.sum gcc.c-torture/execute/20040811-1.c
old   gcc.sum gcc.c-torture/execute/pr22061-4.c
old   gcc.sum gcc.dg/20020103-1.c
old   gcc.sum gcc.dg/sms-2.c
old   gcc.sum gcc.dg/sms-4.c
old   gcc.sum gcc.dg/sms-5.c
old   gcc.sum gcc.dg/sms-6.c
old   gcc.sum gcc.dg/sms-7.c
old   gcc.sum gcc.target/powerpc/405-dlmzb-strlen-1.c
old   gcc.sum gcc.target/powerpc/440-dlmzb-strlen-1.c
old   gcc.sum gcc.target/powerpc/ppc-vector-memcpy.c
NEW   libjava.sum Thread_Sleep_2
old   libstdc++.sum ext/mt_allocator/deallocate_global_thread-1.cc
old   libstdc++.sum ext/mt_allocator/deallocate_global_thread-3.cc

Log information for changes since the last build:
------------------------------------------------------------------------
r178906 | xguo | 2011-09-16 01:55:41 -0700 (Fri, 16 Sep 2011) | 3 lines
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/gcc.dg/tree-ssa/foldconst-3.c

	* gcc.dg/tree-ssa/foldconst-3.c: Don't use short enums.


------------------------------------------------------------------------
r178907 | uros | 2011-09-16 05:20:54 -0700 (Fri, 16 Sep 2011) | 2 lines
Changed paths:
   M /trunk/gcc/testsuite/gcc.target/i386/avx-round-vec.c

	* gcc.target/i386/avx-round-vec.c: Declare round.

------------------------------------------------------------------------
r178908 | hubicka | 2011-09-16 07:40:06 -0700 (Fri, 16 Sep 2011) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/gimple-fold.c

	PR lto/50430
	* gimple-fold.c (gimple_get_virt_method_for_binfo): Do not ICE on
	error_mark_node in the DECL_INITIAL of vtable.

------------------------------------------------------------------------
r178910 | ian | 2011-09-16 08:47:21 -0700 (Fri, 16 Sep 2011) | 2 lines
Changed paths:
   M /trunk/gcc/testsuite/go.test/go-test.exp
   M /trunk/gcc/testsuite/go.test/test/chan/select5.go
   M /trunk/gcc/testsuite/go.test/test/fixedbugs/bug243.go
   M /trunk/gcc/testsuite/go.test/test/mallocrep.go
   M /trunk/gcc/testsuite/go.test/test/mallocrep1.go
   M /trunk/libgo/MERGE
   M /trunk/libgo/Makefile.am
   M /trunk/libgo/Makefile.in
   M /trunk/libgo/config.h.in
   M /trunk/libgo/configure
   M /trunk/libgo/configure.ac
   M /trunk/libgo/go/archive/tar/reader.go
   M /trunk/libgo/go/archive/tar/reader_test.go
   M /trunk/libgo/go/archive/zip/reader.go
   M /trunk/libgo/go/archive/zip/reader_test.go
   M /trunk/libgo/go/archive/zip/struct.go
   A /trunk/libgo/go/archive/zip/writer.go
   A /trunk/libgo/go/archive/zip/writer_test.go
   A /trunk/libgo/go/archive/zip/zip_test.go
   M /trunk/libgo/go/asn1/asn1.go
   M /trunk/libgo/go/asn1/asn1_test.go
   M /trunk/libgo/go/asn1/common.go
   M /trunk/libgo/go/asn1/marshal.go
   M /trunk/libgo/go/asn1/marshal_test.go
   M /trunk/libgo/go/big/arith.go
   M /trunk/libgo/go/big/arith_decl.go
   M /trunk/libgo/go/big/arith_test.go
   M /trunk/libgo/go/big/calibrate_test.go
   M /trunk/libgo/go/big/hilbert_test.go
   M /trunk/libgo/go/big/int.go
   M /trunk/libgo/go/big/int_test.go
   M /trunk/libgo/go/big/nat.go
   M /trunk/libgo/go/big/nat_test.go
   M /trunk/libgo/go/big/rat.go
   M /trunk/libgo/go/big/rat_test.go
   M /trunk/libgo/go/bufio/bufio.go
   M /trunk/libgo/go/bufio/bufio_test.go
   A /trunk/libgo/go/builtin
   A /trunk/libgo/go/builtin/builtin.go
   M /trunk/libgo/go/bytes/buffer.go
   M /trunk/libgo/go/bytes/buffer_test.go
   M /trunk/libgo/go/bytes/bytes.go
   M /trunk/libgo/go/bytes/bytes_test.go
   M /trunk/libgo/go/compress/bzip2/bzip2.go
   M /trunk/libgo/go/compress/bzip2/huffman.go
   M /trunk/libgo/go/compress/flate/deflate.go
   M /trunk/libgo/go/compress/flate/deflate_test.go
   M /trunk/libgo/go/compress/flate/huffman_bit_writer.go
   M /trunk/libgo/go/compress/flate/huffman_code.go
   M /trunk/libgo/go/compress/flate/inflate.go
   M /trunk/libgo/go/compress/gzip/gunzip.go
   M /trunk/libgo/go/compress/gzip/gzip_test.go
   M /trunk/libgo/go/compress/lzw/reader.go
   M /trunk/libgo/go/compress/lzw/reader_test.go
   M /trunk/libgo/go/compress/lzw/writer_test.go
   M /trunk/libgo/go/compress/zlib/reader.go
   M /trunk/libgo/go/compress/zlib/writer.go
   M /trunk/libgo/go/compress/zlib/writer_test.go
   M /trunk/libgo/go/container/heap/heap.go
   M /trunk/libgo/go/container/heap/heap_test.go
   M /trunk/libgo/go/container/ring/ring.go
   M /trunk/libgo/go/container/ring/ring_test.go
   M /trunk/libgo/go/container/vector/defs.go
   M /trunk/libgo/go/container/vector/intvector.go
   M /trunk/libgo/go/container/vector/intvector_test.go
   M /trunk/libgo/go/container/vector/nogen_test.go
   M /trunk/libgo/go/container/vector/numbers_test.go
   M /trunk/libgo/go/container/vector/stringvector.go
   M /trunk/libgo/go/container/vector/stringvector_test.go
   M /trunk/libgo/go/container/vector/vector.go
   M /trunk/libgo/go/container/vector/vector_test.go
   M /trunk/libgo/go/crypto/aes/cipher.go
   M /trunk/libgo/go/crypto/blowfish/cipher.go
   M /trunk/libgo/go/crypto/cast5/cast5.go
   M /trunk/libgo/go/crypto/cipher/ocfb.go
   M /trunk/libgo/go/crypto/dsa/dsa.go
   M /trunk/libgo/go/crypto/elliptic/elliptic.go
   M /trunk/libgo/go/crypto/elliptic/elliptic_test.go
   M /trunk/libgo/go/crypto/hmac/hmac_test.go
   M /trunk/libgo/go/crypto/ocsp/ocsp.go
   M /trunk/libgo/go/crypto/openpgp/armor/armor.go
   M /trunk/libgo/go/crypto/openpgp/canonical_text_test.go
   A /trunk/libgo/go/crypto/openpgp/elgamal
   A /trunk/libgo/go/crypto/openpgp/elgamal/elgamal.go
   A /trunk/libgo/go/crypto/openpgp/elgamal/elgamal_test.go
   M /trunk/libgo/go/crypto/openpgp/keys.go
   M /trunk/libgo/go/crypto/openpgp/packet/encrypted_key.go
   M /trunk/libgo/go/crypto/openpgp/packet/encrypted_key_test.go
   M /trunk/libgo/go/crypto/openpgp/packet/literal.go
   M /trunk/libgo/go/crypto/openpgp/packet/one_pass_signature.go
   M /trunk/libgo/go/crypto/openpgp/packet/packet.go
   M /trunk/libgo/go/crypto/openpgp/packet/packet_test.go
   M /trunk/libgo/go/crypto/openpgp/packet/private_key.go
   M /trunk/libgo/go/crypto/openpgp/packet/private_key_test.go
   M /trunk/libgo/go/crypto/openpgp/packet/public_key.go
   M /trunk/libgo/go/crypto/openpgp/packet/public_key_test.go
   M /trunk/libgo/go/crypto/openpgp/packet/signature.go
   M /trunk/libgo/go/crypto/openpgp/packet/signature_test.go
   M /trunk/libgo/go/crypto/openpgp/packet/symmetric_key_encrypted.go
   M /trunk/libgo/go/crypto/openpgp/packet/symmetric_key_encrypted_test.go
   M /trunk/libgo/go/crypto/openpgp/packet/symmetrically_encrypted.go
   M /trunk/libgo/go/crypto/openpgp/packet/symmetrically_encrypted_test.go
   M /trunk/libgo/go/crypto/openpgp/packet/userid.go
   M /trunk/libgo/go/crypto/openpgp/packet/userid_test.go
   M /trunk/libgo/go/crypto/openpgp/read.go
   M /trunk/libgo/go/crypto/openpgp/read_test.go
   M /trunk/libgo/go/crypto/openpgp/s2k/s2k.go
   M /trunk/libgo/go/crypto/openpgp/s2k/s2k_test.go
   M /trunk/libgo/go/crypto/openpgp/write.go
   M /trunk/libgo/go/crypto/openpgp/write_test.go
   M /trunk/libgo/go/crypto/rand/rand_windows.go
   A /trunk/libgo/go/crypto/rand/util.go
   M /trunk/libgo/go/crypto/rsa/pkcs1v15.go
   M /trunk/libgo/go/crypto/rsa/rsa.go
   M /trunk/libgo/go/crypto/subtle/constant_time_test.go
   M /trunk/libgo/go/crypto/tls/common.go
   M /trunk/libgo/go/crypto/tls/conn.go
   M /trunk/libgo/go/crypto/tls/generate_cert.go
   M /trunk/libgo/go/crypto/tls/handshake_client.go
   M /trunk/libgo/go/crypto/tls/handshake_server.go
   M /trunk/libgo/go/crypto/tls/handshake_server_test.go
   M /trunk/libgo/go/crypto/tls/key_agreement.go
   M /trunk/libgo/go/crypto/tls/tls.go
   M /trunk/libgo/go/crypto/twofish/twofish.go
   M /trunk/libgo/go/crypto/x509/cert_pool.go
   A /trunk/libgo/go/crypto/x509/pkix
   A /trunk/libgo/go/crypto/x509/pkix/pkix.go
   M /trunk/libgo/go/crypto/x509/verify.go
   M /trunk/libgo/go/crypto/x509/verify_test.go
   M /trunk/libgo/go/crypto/x509/x509.go
   M /trunk/libgo/go/crypto/x509/x509_test.go
   M /trunk/libgo/go/crypto/xtea/block.go
   M /trunk/libgo/go/crypto/xtea/cipher.go
   M /trunk/libgo/go/crypto/xtea/xtea_test.go
   A /trunk/libgo/go/csv
   A /trunk/libgo/go/csv/reader.go
   A /trunk/libgo/go/csv/reader_test.go
   A /trunk/libgo/go/csv/writer.go
   A /trunk/libgo/go/csv/writer_test.go
   M /trunk/libgo/go/debug/dwarf/type.go
   M /trunk/libgo/go/debug/dwarf/type_test.go
   M /trunk/libgo/go/debug/elf/elf.go
   M /trunk/libgo/go/debug/elf/file.go
   M /trunk/libgo/go/debug/elf/file_test.go
   D /trunk/libgo/go/debug/elf/testdata/go-relocation-test-gcc424-x86-64.o
   A /trunk/libgo/go/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj
   D /trunk/libgo/go/debug/elf/testdata/go-relocation-test-gcc441-x86-64.o
   A /trunk/libgo/go/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj
   D /trunk/libgo/go/debug/elf/testdata/go-relocation-test-gcc441-x86.o
   A /trunk/libgo/go/debug/elf/testdata/go-relocation-test-gcc441-x86.obj
   M /trunk/libgo/go/debug/macho/file.go
   M /trunk/libgo/go/debug/pe/file.go
   D /trunk/libgo/go/debug/proc/proc.go
   D /trunk/libgo/go/debug/proc/proc_darwin.go
   D /trunk/libgo/go/debug/proc/proc_freebsd.go
   D /trunk/libgo/go/debug/proc/proc_linux.go
   D /trunk/libgo/go/debug/proc/proc_windows.go
   D /trunk/libgo/go/debug/proc/regs_darwin_386.go
   D /trunk/libgo/go/debug/proc/regs_darwin_amd64.go
   D /trunk/libgo/go/debug/proc/regs_freebsd_386.go
   D /trunk/libgo/go/debug/proc/regs_freebsd_amd64.go
   D /trunk/libgo/go/debug/proc/regs_linux_386.go
   D /trunk/libgo/go/debug/proc/regs_linux_amd64.go
   D /trunk/libgo/go/debug/proc/regs_linux_arm.go
   D /trunk/libgo/go/debug/proc/regs_windows_386.go
   D /trunk/libgo/go/debug/proc/regs_windows_amd64.go
   M /trunk/libgo/go/ebnf/ebnf.go
   M /trunk/libgo/go/ebnf/ebnf_test.go
   M /trunk/libgo/go/ebnf/parser.go
   M /trunk/libgo/go/encoding/base32/base32_test.go
   M /trunk/libgo/go/encoding/base64/base64.go
   M /trunk/libgo/go/encoding/base64/base64_test.go
   M /trunk/libgo/go/encoding/binary/binary.go
   M /trunk/libgo/go/encoding/binary/binary_test.go
   M /trunk/libgo/go/encoding/git85/git.go
   M /trunk/libgo/go/encoding/hex/hex.go
   M /trunk/libgo/go/encoding/hex/hex_test.go
   D /trunk/libgo/go/encoding/line/line.go
   D /trunk/libgo/go/encoding/line/line_test.go
   M /trunk/libgo/go/encoding/pem/pem.go
   M /trunk/libgo/go/exec/exec.go
   M /trunk/libgo/go/exec/exec_test.go
   A /trunk/libgo/go/exec/lp_plan9.go
   M /trunk/libgo/go/exec/lp_test.go
   M /trunk/libgo/go/exec/lp_unix.go
   M /trunk/libgo/go/exec/lp_windows.go
   M /trunk/libgo/go/exp/datafmt/datafmt.go
   M /trunk/libgo/go/exp/datafmt/datafmt_test.go
   M /trunk/libgo/go/exp/datafmt/parser.go
   D /trunk/libgo/go/exp/draw/draw.go
   D /trunk/libgo/go/exp/draw/draw_test.go
   D /trunk/libgo/go/exp/draw/event.go
   D /trunk/libgo/go/exp/draw/x11/auth.go
   D /trunk/libgo/go/exp/draw/x11/conn.go
   D /trunk/libgo/go/exp/eval/abort.go
   D /trunk/libgo/go/exp/eval/bridge.go
   D /trunk/libgo/go/exp/eval/compiler.go
   D /trunk/libgo/go/exp/eval/eval_test.go
   D /trunk/libgo/go/exp/eval/expr.go
   D /trunk/libgo/go/exp/eval/expr1.go
   D /trunk/libgo/go/exp/eval/expr_test.go
   D /trunk/libgo/go/exp/eval/func.go
   D /trunk/libgo/go/exp/eval/scope.go
   D /trunk/libgo/go/exp/eval/stmt.go
   D /trunk/libgo/go/exp/eval/stmt_test.go
   D /trunk/libgo/go/exp/eval/type.go
   D /trunk/libgo/go/exp/eval/typec.go
   D /trunk/libgo/go/exp/eval/value.go
   D /trunk/libgo/go/exp/eval/world.go
   A /trunk/libgo/go/exp/gui
   A /trunk/libgo/go/exp/gui/gui.go
   A /trunk/libgo/go/exp/gui/x11
   A /trunk/libgo/go/exp/gui/x11/auth.go
   A /trunk/libgo/go/exp/gui/x11/conn.go
   A /trunk/libgo/go/exp/norm
   A /trunk/libgo/go/exp/norm/composition.go
   A /trunk/libgo/go/exp/norm/composition_test.go
   A /trunk/libgo/go/exp/norm/forminfo.go
   A /trunk/libgo/go/exp/norm/maketables.go
   A /trunk/libgo/go/exp/norm/maketesttables.go
   A /trunk/libgo/go/exp/norm/norm_test.go
   A /trunk/libgo/go/exp/norm/normalize.go
   A /trunk/libgo/go/exp/norm/tables.go
   A /trunk/libgo/go/exp/norm/trie.go
   A /trunk/libgo/go/exp/norm/trie_test.go
   A /trunk/libgo/go/exp/norm/triedata_test.go
   A /trunk/libgo/go/exp/norm/triegen.go
   D /trunk/libgo/go/exp/ogle/abort.go
   D /trunk/libgo/go/exp/ogle/arch.go
   D /trunk/libgo/go/exp/ogle/cmd.go
   D /trunk/libgo/go/exp/ogle/event.go
   D /trunk/libgo/go/exp/ogle/frame.go
   D /trunk/libgo/go/exp/ogle/goroutine.go
   D /trunk/libgo/go/exp/ogle/main.go
   D /trunk/libgo/go/exp/ogle/process.go
   D /trunk/libgo/go/exp/ogle/rruntime.go
   D /trunk/libgo/go/exp/ogle/rtype.go
   D /trunk/libgo/go/exp/ogle/rvalue.go
   D /trunk/libgo/go/exp/ogle/vars.go
   A /trunk/libgo/go/exp/regexp
   A /trunk/libgo/go/exp/regexp/all_test.go
   A /trunk/libgo/go/exp/regexp/exec.go
   A /trunk/libgo/go/exp/regexp/find_test.go
   A /trunk/libgo/go/exp/regexp/regexp.go
   A /trunk/libgo/go/exp/regexp/syntax
   A /trunk/libgo/go/exp/regexp/syntax/compile.go
   A /trunk/libgo/go/exp/regexp/syntax/parse.go
   A /trunk/libgo/go/exp/regexp/syntax/parse_test.go
   A /trunk/libgo/go/exp/regexp/syntax/perl_groups.go
   A /trunk/libgo/go/exp/regexp/syntax/prog.go
   A /trunk/libgo/go/exp/regexp/syntax/prog_test.go
   A /trunk/libgo/go/exp/regexp/syntax/regexp.go
   A /trunk/libgo/go/exp/regexp/syntax/simplify.go
   A /trunk/libgo/go/exp/regexp/syntax/simplify_test.go
   A /trunk/libgo/go/exp/template
   A /trunk/libgo/go/exp/template/html
   A /trunk/libgo/go/exp/template/html/context.go
   A /trunk/libgo/go/exp/template/html/escape.go
   A /trunk/libgo/go/exp/template/html/escape_test.go
   M /trunk/libgo/go/exp/wingui/winapi.go
   M /trunk/libgo/go/exp/wingui/zwinapi.go
   M /trunk/libgo/go/expvar/expvar.go
   M /trunk/libgo/go/expvar/expvar_test.go
   M /trunk/libgo/go/flag/export_test.go
   M /trunk/libgo/go/flag/flag.go
   M /trunk/libgo/go/flag/flag_test.go
   M /trunk/libgo/go/fmt/doc.go
   M /trunk/libgo/go/fmt/fmt_test.go
   M /trunk/libgo/go/fmt/format.go
   M /trunk/libgo/go/fmt/print.go
   M /trunk/libgo/go/fmt/scan.go
   M /trunk/libgo/go/fmt/scan_test.go
   M /trunk/libgo/go/go/ast/ast.go
   M /trunk/libgo/go/go/ast/filter.go
   M /trunk/libgo/go/go/ast/print.go
   M /trunk/libgo/go/go/ast/print_test.go
   M /trunk/libgo/go/go/ast/resolve.go
   M /trunk/libgo/go/go/ast/scope.go
   M /trunk/libgo/go/go/ast/walk.go
   A /trunk/libgo/go/go/build
   A /trunk/libgo/go/go/build/build.go
   A /trunk/libgo/go/go/build/build_test.go
   A /trunk/libgo/go/go/build/cgotest
   A /trunk/libgo/go/go/build/cgotest/cgotest.go
   A /trunk/libgo/go/go/build/cmdtest
   A /trunk/libgo/go/go/build/cmdtest/main.go
   A /trunk/libgo/go/go/build/dir.go
   A /trunk/libgo/go/go/build/path.go
   A /trunk/libgo/go/go/build/pkgtest
   A /trunk/libgo/go/go/build/pkgtest/pkgtest.go
   A /trunk/libgo/go/go/build/syslist_test.go
   M /trunk/libgo/go/go/doc/comment.go
   M /trunk/libgo/go/go/doc/doc.go
   M /trunk/libgo/go/go/parser/interface.go
   M /trunk/libgo/go/go/parser/parser.go
   M /trunk/libgo/go/go/parser/parser_test.go
   M /trunk/libgo/go/go/printer/nodes.go
   M /trunk/libgo/go/go/printer/performance_test.go
   M /trunk/libgo/go/go/printer/printer.go
   M /trunk/libgo/go/go/printer/printer_test.go
   M /trunk/libgo/go/go/printer/testdata/comments.golden
   M /trunk/libgo/go/go/printer/testdata/comments.input
   M /trunk/libgo/go/go/printer/testdata/comments.x
   M /trunk/libgo/go/go/printer/testdata/declarations.golden
   M /trunk/libgo/go/go/printer/testdata/declarations.input
   M /trunk/libgo/go/go/printer/testdata/expressions.golden
   M /trunk/libgo/go/go/printer/testdata/expressions.raw
   M /trunk/libgo/go/go/printer/testdata/parser.go
   M /trunk/libgo/go/go/printer/testdata/statements.golden
   M /trunk/libgo/go/go/printer/testdata/statements.input
   M /trunk/libgo/go/go/scanner/errors.go
   M /trunk/libgo/go/go/scanner/scanner.go
   M /trunk/libgo/go/go/scanner/scanner_test.go
   M /trunk/libgo/go/go/token/position.go
   M /trunk/libgo/go/go/token/position_test.go
   M /trunk/libgo/go/go/token/token.go
   M /trunk/libgo/go/go/typechecker/scope.go
   M /trunk/libgo/go/go/typechecker/type.go
   M /trunk/libgo/go/go/typechecker/typechecker.go
   M /trunk/libgo/go/go/typechecker/typechecker_test.go
   M /trunk/libgo/go/go/typechecker/universe.go
   A /trunk/libgo/go/go/types/check.go
   A /trunk/libgo/go/go/types/check_test.go
   M /trunk/libgo/go/go/types/const.go
   M /trunk/libgo/go/go/types/exportdata.go
   M /trunk/libgo/go/go/types/gcimporter.go
   M /trunk/libgo/go/go/types/gcimporter_test.go
   M /trunk/libgo/go/go/types/testdata/exports.go
   M /trunk/libgo/go/go/types/types.go
   M /trunk/libgo/go/go/types/universe.go
   M /trunk/libgo/go/gob/codec_test.go
   M /trunk/libgo/go/gob/decode.go
   M /trunk/libgo/go/gob/decoder.go
   M /trunk/libgo/go/gob/doc.go
   M /trunk/libgo/go/gob/encode.go
   M /trunk/libgo/go/gob/encoder.go
   M /trunk/libgo/go/gob/encoder_test.go
   M /trunk/libgo/go/gob/gobencdec_test.go
   M /trunk/libgo/go/gob/timing_test.go
   M /trunk/libgo/go/gob/type.go
   M /trunk/libgo/go/hash/crc32/crc32.go
   A /trunk/libgo/go/hash/crc32/crc32_amd64.go
   A /trunk/libgo/go/hash/crc32/crc32_generic.go
   M /trunk/libgo/go/hash/crc32/crc32_test.go
   M /trunk/libgo/go/hash/fnv/fnv.go
   A /trunk/libgo/go/html/const.go
   M /trunk/libgo/go/html/doc.go
   M /trunk/libgo/go/html/entity.go
   M /trunk/libgo/go/html/entity_test.go
   M /trunk/libgo/go/html/escape.go
   A /trunk/libgo/go/html/node.go
   M /trunk/libgo/go/html/parse.go
   M /trunk/libgo/go/html/parse_test.go
   M /trunk/libgo/go/html/testdata/webkit/comments01.dat
   M /trunk/libgo/go/html/testdata/webkit/doctype01.dat
   D /trunk/libgo/go/html/testdata/webkit/dom2string.js
   M /trunk/libgo/go/html/testdata/webkit/entities01.dat
   M /trunk/libgo/go/html/testdata/webkit/entities02.dat
   M /trunk/libgo/go/html/testdata/webkit/tests1.dat
   M /trunk/libgo/go/html/testdata/webkit/tests10.dat
   D /trunk/libgo/go/html/testdata/webkit/tests13.dat
   M /trunk/libgo/go/html/testdata/webkit/tests14.dat
   M /trunk/libgo/go/html/testdata/webkit/tests15.dat
   M /trunk/libgo/go/html/testdata/webkit/tests2.dat
   M /trunk/libgo/go/html/testdata/webkit/tests3.dat
   M /trunk/libgo/go/html/testdata/webkit/tests6.dat
   M /trunk/libgo/go/html/testdata/webkit/tests9.dat
   M /trunk/libgo/go/html/testdata/webkit/webkit01.dat
   M /trunk/libgo/go/html/token.go
   M /trunk/libgo/go/html/token_test.go
   M /trunk/libgo/go/http/cgi/child.go
   M /trunk/libgo/go/http/cgi/child_test.go
   M /trunk/libgo/go/http/cgi/host.go
   M /trunk/libgo/go/http/cgi/host_test.go
   M /trunk/libgo/go/http/chunked.go
   M /trunk/libgo/go/http/client.go
   M /trunk/libgo/go/http/client_test.go
   M /trunk/libgo/go/http/cookie.go
   M /trunk/libgo/go/http/cookie_test.go
   M /trunk/libgo/go/http/fs.go
   M /trunk/libgo/go/http/fs_test.go
   M /trunk/libgo/go/http/header.go
   M /trunk/libgo/go/http/header_test.go
   M /trunk/libgo/go/http/httptest/server.go
   M /trunk/libgo/go/http/persist.go
   M /trunk/libgo/go/http/proxy_test.go
   M /trunk/libgo/go/http/readrequest_test.go
   M /trunk/libgo/go/http/request.go
   M /trunk/libgo/go/http/request_test.go
   M /trunk/libgo/go/http/requestwrite_test.go
   M /trunk/libgo/go/http/response.go
   M /trunk/libgo/go/http/response_test.go
   M /trunk/libgo/go/http/responsewrite_test.go
   M /trunk/libgo/go/http/reverseproxy.go
   M /trunk/libgo/go/http/reverseproxy_test.go
   M /trunk/libgo/go/http/serve_test.go
   M /trunk/libgo/go/http/server.go
   A /trunk/libgo/go/http/sniff.go
   A /trunk/libgo/go/http/sniff_test.go
   D /trunk/libgo/go/http/spdy/protocol.go
   D /trunk/libgo/go/http/spdy/protocol_test.go
   A /trunk/libgo/go/http/spdy/read.go
   A /trunk/libgo/go/http/spdy/spdy_test.go
   A /trunk/libgo/go/http/spdy/types.go
   A /trunk/libgo/go/http/spdy/write.go
   A /trunk/libgo/go/http/testdata/index.html
   A /trunk/libgo/go/http/testdata/style.css
   M /trunk/libgo/go/http/transfer.go
   M /trunk/libgo/go/http/transport.go
   M /trunk/libgo/go/http/transport_test.go
   D /trunk/libgo/go/http/url.go
   D /trunk/libgo/go/http/url_test.go
   A /trunk/libgo/go/image/bmp
   A /trunk/libgo/go/image/bmp/reader.go
   M /trunk/libgo/go/image/color.go
   M /trunk/libgo/go/image/decode_test.go
   A /trunk/libgo/go/image/draw
   A /trunk/libgo/go/image/draw/bench_test.go
   A /trunk/libgo/go/image/draw/clip_test.go
   A /trunk/libgo/go/image/draw/draw.go
   A /trunk/libgo/go/image/draw/draw_test.go
   M /trunk/libgo/go/image/geom.go
   M /trunk/libgo/go/image/gif/reader.go
   M /trunk/libgo/go/image/image.go
   A /trunk/libgo/go/image/image_test.go
   M /trunk/libgo/go/image/jpeg/idct.go
   M /trunk/libgo/go/image/jpeg/reader.go
   M /trunk/libgo/go/image/jpeg/writer.go
   M /trunk/libgo/go/image/png/writer.go
   M /trunk/libgo/go/image/png/writer_test.go
   A /trunk/libgo/go/image/testdata/video-001.5bpp.gif
   A /trunk/libgo/go/image/testdata/video-001.interlaced.gif
   A /trunk/libgo/go/image/testdata/video-005.gray.jpeg
   A /trunk/libgo/go/image/testdata/video-005.gray.png
   M /trunk/libgo/go/image/tiff/consts.go
   M /trunk/libgo/go/image/tiff/reader.go
   A /trunk/libgo/go/image/tiff/reader_test.go
   A /trunk/libgo/go/image/tiff/testdata
   A /trunk/libgo/go/image/tiff/testdata/no_rps.tiff
   M /trunk/libgo/go/image/ycbcr/ycbcr.go
   M /trunk/libgo/go/index/suffixarray/qsufsort.go
   M /trunk/libgo/go/index/suffixarray/suffixarray.go
   M /trunk/libgo/go/index/suffixarray/suffixarray_test.go
   M /trunk/libgo/go/io/io.go
   M /trunk/libgo/go/io/ioutil/ioutil.go
   M /trunk/libgo/go/io/ioutil/ioutil_test.go
   M /trunk/libgo/go/io/multi_test.go
   M /trunk/libgo/go/json/decode.go
   M /trunk/libgo/go/json/decode_test.go
   M /trunk/libgo/go/json/encode.go
   A /trunk/libgo/go/json/encode_test.go
   M /trunk/libgo/go/json/scanner_test.go
   A /trunk/libgo/go/json/tagkey_test.go
   M /trunk/libgo/go/log/log.go
   A /trunk/libgo/go/mail
   A /trunk/libgo/go/mail/message.go
   A /trunk/libgo/go/mail/message_test.go
   M /trunk/libgo/go/math/acosh.go
   M /trunk/libgo/go/math/asin.go
   M /trunk/libgo/go/math/asinh.go
   M /trunk/libgo/go/math/atanh.go
   M /trunk/libgo/go/math/erf.go
   M /trunk/libgo/go/math/exp_port.go
   M /trunk/libgo/go/math/expm1.go
   M /trunk/libgo/go/math/floor.go
   M /trunk/libgo/go/math/fmod.go
   M /trunk/libgo/go/math/log.go
   M /trunk/libgo/go/math/log1p.go
   M /trunk/libgo/go/math/sin.go
   M /trunk/libgo/go/math/sinh.go
   M /trunk/libgo/go/math/sqrt_port.go
(truncated)

For more information, see <http://gcc.gnu.org/regtest/HEAD/>.

-- 
Geoffrey Keating <geoffk@apple.com> 
(via an automated GCC regression-testing script.)

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