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]

GCC build failure, HEAD@171082 on native


With your recent patch, GCC HEAD revision 171082 had problems on:
native: build (about the same as the previous build)
Attached is build output for those targets.
The previous build was of revision 171074.

Log information for changes since the last build:
------------------------------------------------------------------------
r171075 | dnovillo | 2011-03-16 15:03:56 -0700 (Wed, 16 Mar 2011) | 41 lines
Changed paths:
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/cp/Make-lang.in
   M /trunk/gcc/cp/config-lang.in
   M /trunk/gcc/cp/cp-lang.c
   M /trunk/gcc/cp/parser.c
   A /trunk/gcc/cp/parser.h


	* Make-lang.in (CXX_PARSER_H): New.
	(cp/parser.o): Add dependency on CXX_PARSER_H.
	Add dependency on tree-pretty-print.h
	(cp/cp-lang.o): Add dependency on CXX_PARSER_H.
	* cp-lang.c: Include parser.h.
	* parser.c: Include parser.h.
	(struct cp_token): Add bitfield purged_p.
	Update all users.
	Move to parser.h.
	(CPP_PURGED): Remove.  Update all users.
	(struct cp_lexer): Change field buffer to be a VEC of cp_token.
	Remove field buffer_length.
	Update all users.
	Move to parser.h.
	(struct tree_check): Move to parser.h.
	(cp_token_position): Likewise.
	(struct cp_token_cache): Likewise.
	(CPP_KEYWORD): Likewise.
	(CPP_TEMPLATE_ID): Likewise.
	(CPP_NESTED_NAME_SPECIFIER): Likewise.
	(N_CP_TTYPES): Likewise.
	(enum cp_parser_status_kind): Likewise.
	(struct cp_parser_context): Likewise.
	(struct cp_default_arg_entry_d): Likewise.
	(struct cp_unparsed_functions_entry_d): Likewise.
	(struct cp_parser): Likewise.
	(cp_lexer_dump_tokens): New.
	(cp_lexer_debug_tokens): New.
	(cp_lexer_finished_p): New.
	(cp_lexer_alloc): Factor out of cp_lexer_new_main.
	(cp_lexer_new_main): Re-write main lexing loop to push
	tokens into the new VEC buffer.
	(cp_lexer_print_token): Improve printing of CPP_NUMBER tokens.
	Do not abort if the token type is not recognized, just print
	its code.
	* parser.h: New file.
	* config-lang.in (gtfiles): Add cp/parser.h.



------------------------------------------------------------------------
r171076 | ian | 2011-03-16 16:05:44 -0700 (Wed, 16 Mar 2011) | 2 lines
Changed paths:
   M /trunk/gcc/go/gofrontend/types.cc
   M /trunk/libgo/MERGE
   M /trunk/libgo/Makefile.am
   M /trunk/libgo/Makefile.in
   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
   M /trunk/libgo/go/asn1/marshal.go
   M /trunk/libgo/go/bufio/bufio.go
   M /trunk/libgo/go/bytes/buffer.go
   M /trunk/libgo/go/bytes/buffer_test.go
   A /trunk/libgo/go/compress/bzip2
   A /trunk/libgo/go/compress/bzip2/bit_reader.go
   A /trunk/libgo/go/compress/bzip2/bzip2.go
   A /trunk/libgo/go/compress/bzip2/bzip2_test.go
   A /trunk/libgo/go/compress/bzip2/huffman.go
   A /trunk/libgo/go/compress/bzip2/move_to_front.go
   M /trunk/libgo/go/compress/flate/deflate_test.go
   A /trunk/libgo/go/compress/lzw
   A /trunk/libgo/go/compress/lzw/reader.go
   A /trunk/libgo/go/compress/lzw/reader_test.go
   A /trunk/libgo/go/compress/lzw/writer.go
   A /trunk/libgo/go/compress/lzw/writer_test.go
   A /trunk/libgo/go/compress/testdata
   A /trunk/libgo/go/compress/testdata/e.txt
   A /trunk/libgo/go/compress/testdata/pi.txt
   M /trunk/libgo/go/compress/zlib/writer_test.go
   M /trunk/libgo/go/container/ring/ring.go
   M /trunk/libgo/go/container/ring/ring_test.go
   M /trunk/libgo/go/crypto/cipher/ocfb.go
   M /trunk/libgo/go/crypto/cipher/ocfb_test.go
   A /trunk/libgo/go/crypto/crypto.go
   A /trunk/libgo/go/crypto/dsa
   A /trunk/libgo/go/crypto/dsa/dsa.go
   A /trunk/libgo/go/crypto/dsa/dsa_test.go
   M /trunk/libgo/go/crypto/md4/md4.go
   M /trunk/libgo/go/crypto/md5/md5.go
   M /trunk/libgo/go/crypto/ocsp/ocsp.go
   M /trunk/libgo/go/crypto/openpgp/armor/armor.go
   M /trunk/libgo/go/crypto/openpgp/armor/armor_test.go
   M /trunk/libgo/go/crypto/openpgp/armor/encode.go
   A /trunk/libgo/go/crypto/openpgp/canonical_text.go
   A /trunk/libgo/go/crypto/openpgp/canonical_text_test.go
   M /trunk/libgo/go/crypto/openpgp/error/error.go
   A /trunk/libgo/go/crypto/openpgp/keys.go
   A /trunk/libgo/go/crypto/openpgp/packet
   A /trunk/libgo/go/crypto/openpgp/packet/compressed.go
   A /trunk/libgo/go/crypto/openpgp/packet/compressed_test.go
   A /trunk/libgo/go/crypto/openpgp/packet/encrypted_key.go
   A /trunk/libgo/go/crypto/openpgp/packet/encrypted_key_test.go
   A /trunk/libgo/go/crypto/openpgp/packet/literal.go
   A /trunk/libgo/go/crypto/openpgp/packet/one_pass_signature.go
   A /trunk/libgo/go/crypto/openpgp/packet/packet.go
   A /trunk/libgo/go/crypto/openpgp/packet/packet_test.go
   A /trunk/libgo/go/crypto/openpgp/packet/private_key.go
   A /trunk/libgo/go/crypto/openpgp/packet/private_key_test.go
   A /trunk/libgo/go/crypto/openpgp/packet/public_key.go
   A /trunk/libgo/go/crypto/openpgp/packet/public_key_test.go
   A /trunk/libgo/go/crypto/openpgp/packet/reader.go
   A /trunk/libgo/go/crypto/openpgp/packet/signature.go
   A /trunk/libgo/go/crypto/openpgp/packet/signature_test.go
   A /trunk/libgo/go/crypto/openpgp/packet/symmetric_key_encrypted.go
   A /trunk/libgo/go/crypto/openpgp/packet/symmetric_key_encrypted_test.go
   A /trunk/libgo/go/crypto/openpgp/packet/symmetrically_encrypted.go
   A /trunk/libgo/go/crypto/openpgp/packet/symmetrically_encrypted_test.go
   A /trunk/libgo/go/crypto/openpgp/packet/userid.go
   A /trunk/libgo/go/crypto/openpgp/packet/userid_test.go
   A /trunk/libgo/go/crypto/openpgp/read.go
   A /trunk/libgo/go/crypto/openpgp/read_test.go
   M /trunk/libgo/go/crypto/openpgp/s2k/s2k.go
   A /trunk/libgo/go/crypto/openpgp/write.go
   A /trunk/libgo/go/crypto/openpgp/write_test.go
   M /trunk/libgo/go/crypto/rand/rand_unix.go
   M /trunk/libgo/go/crypto/rand/rand_windows.go
   M /trunk/libgo/go/crypto/ripemd160/ripemd160.go
   M /trunk/libgo/go/crypto/rsa/pkcs1v15.go
   M /trunk/libgo/go/crypto/rsa/pkcs1v15_test.go
   M /trunk/libgo/go/crypto/rsa/rsa.go
   M /trunk/libgo/go/crypto/rsa/rsa_test.go
   M /trunk/libgo/go/crypto/sha1/sha1.go
   M /trunk/libgo/go/crypto/sha256/sha256.go
   M /trunk/libgo/go/crypto/sha512/sha512.go
   M /trunk/libgo/go/crypto/tls/handshake_client.go
   M /trunk/libgo/go/crypto/tls/handshake_client_test.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/x509/x509.go
   M /trunk/libgo/go/crypto/x509/x509_test.go
   M /trunk/libgo/go/debug/pe/file.go
   M /trunk/libgo/go/ebnf/ebnf_test.go
   M /trunk/libgo/go/encoding/binary/binary.go
   M /trunk/libgo/go/encoding/line/line.go
   M /trunk/libgo/go/encoding/line/line_test.go
   M /trunk/libgo/go/exec/exec.go
   A /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/draw/x11/conn.go
   M /trunk/libgo/go/exp/eval/stmt.go
   M /trunk/libgo/go/exp/eval/stmt_test.go
   A /trunk/libgo/go/exp/wingui
   A /trunk/libgo/go/exp/wingui/gui.go
   A /trunk/libgo/go/exp/wingui/winapi.go
   A /trunk/libgo/go/exp/wingui/zwinapi.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/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/walk.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/printer.go
   M /trunk/libgo/go/go/printer/printer_test.go
   M /trunk/libgo/go/go/printer/testdata/expressions.golden
   M /trunk/libgo/go/go/printer/testdata/expressions.input
   M /trunk/libgo/go/go/printer/testdata/expressions.raw
   M /trunk/libgo/go/go/printer/testdata/statements.golden
   M /trunk/libgo/go/go/printer/testdata/statements.input
   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/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/type.go
   M /trunk/libgo/go/html/doc.go
   M /trunk/libgo/go/html/token.go
   M /trunk/libgo/go/html/token_test.go
   M /trunk/libgo/go/http/client.go
   M /trunk/libgo/go/http/client_test.go
   M /trunk/libgo/go/http/fs.go
   M /trunk/libgo/go/http/fs_test.go
   A /trunk/libgo/go/http/header.go
   M /trunk/libgo/go/http/persist.go
   A /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/serve_test.go
   M /trunk/libgo/go/http/server.go
   M /trunk/libgo/go/http/transfer.go
   A /trunk/libgo/go/http/transport.go
   A /trunk/libgo/go/image/decode_test.go
   M /trunk/libgo/go/image/png/reader.go
   M /trunk/libgo/go/image/png/reader_test.go
   M /trunk/libgo/go/image/png/testdata/pngsuite/README
   A /trunk/libgo/go/image/png/testdata/pngsuite/basn0g01-30.sng
   M /trunk/libgo/go/image/png/testdata/pngsuite/basn0g01.sng
   A /trunk/libgo/go/image/png/testdata/pngsuite/basn0g02-29.sng
   M /trunk/libgo/go/image/png/testdata/pngsuite/basn0g02.sng
   A /trunk/libgo/go/image/png/testdata/pngsuite/basn0g04-31.sng
   M /trunk/libgo/go/image/png/testdata/pngsuite/basn0g04.sng
   M /trunk/libgo/go/image/png/testdata/pngsuite/basn3p02.sng
   M /trunk/libgo/go/image/png/testdata/pngsuite/basn3p04.sng
   M /trunk/libgo/go/image/png/testdata/pngsuite/basn4a08.sng
   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/tempfile.go
   M /trunk/libgo/go/io/ioutil/tempfile_test.go
   M /trunk/libgo/go/json/decode.go
   M /trunk/libgo/go/json/decode_test.go
   M /trunk/libgo/go/json/encode.go
   M /trunk/libgo/go/json/scanner.go
   M /trunk/libgo/go/log/log.go
   M /trunk/libgo/go/net/dial.go
   M /trunk/libgo/go/net/dnsclient.go
   M /trunk/libgo/go/net/fd.go
   M /trunk/libgo/go/net/fd_windows.go
   M /trunk/libgo/go/net/iprawsock.go
   M /trunk/libgo/go/net/ipsock.go
   A /trunk/libgo/go/net/multicast_test.go
   M /trunk/libgo/go/net/net.go
   M /trunk/libgo/go/net/parse.go
   M /trunk/libgo/go/net/server_test.go
   A /trunk/libgo/go/net/textproto/header.go
   M /trunk/libgo/go/net/textproto/reader.go
   M /trunk/libgo/go/net/textproto/reader_test.go
   M /trunk/libgo/go/net/udpsock.go
   M /trunk/libgo/go/netchan/common.go
   M /trunk/libgo/go/netchan/export.go
   M /trunk/libgo/go/netchan/import.go
   M /trunk/libgo/go/netchan/netchan_test.go
   M /trunk/libgo/go/os/env_windows.go
   M /trunk/libgo/go/os/error.go
   M /trunk/libgo/go/os/exec.go
   A /trunk/libgo/go/os/exec_unix.go
   A /trunk/libgo/go/os/exec_windows.go
   M /trunk/libgo/go/os/inotify/inotify_linux.go
   M /trunk/libgo/go/os/os_test.go
   M /trunk/libgo/go/path/path_test.go
   M /trunk/libgo/go/reflect/all_test.go
   M /trunk/libgo/go/reflect/deepequal.go
   M /trunk/libgo/go/reflect/type.go
   M /trunk/libgo/go/reflect/value.go
   M /trunk/libgo/go/regexp/all_test.go
   M /trunk/libgo/go/regexp/find_test.go
   M /trunk/libgo/go/regexp/regexp.go
   M /trunk/libgo/go/rpc/client.go
   M /trunk/libgo/go/rpc/debug.go
   M /trunk/libgo/go/rpc/jsonrpc/client.go
   M /trunk/libgo/go/rpc/jsonrpc/server.go
   M /trunk/libgo/go/rpc/server.go
   M /trunk/libgo/go/rpc/server_test.go
   D /trunk/libgo/go/runtime/chan_defs.go
   M /trunk/libgo/go/runtime/debug.go
   M /trunk/libgo/go/runtime/extern.go
   D /trunk/libgo/go/runtime/hashmap_defs.go
   D /trunk/libgo/go/runtime/iface_defs.go
   D /trunk/libgo/go/runtime/malloc_defs.go
   D /trunk/libgo/go/runtime/mheapmap32_defs.go
   D /trunk/libgo/go/runtime/mheapmap64_defs.go
   M /trunk/libgo/go/runtime/pprof/pprof.go
   D /trunk/libgo/go/runtime/runtime_defs.go
   M /trunk/libgo/go/runtime/type.go
   M /trunk/libgo/go/scanner/scanner.go
   M /trunk/libgo/go/scanner/scanner_test.go
   M /trunk/libgo/go/strconv/atof_test.go
   M /trunk/libgo/go/strconv/ftoa.go
   M /trunk/libgo/go/strconv/ftoa_test.go
   A /trunk/libgo/go/sync/atomic
   A /trunk/libgo/go/sync/atomic/atomic.c
   A /trunk/libgo/go/sync/atomic/atomic_test.go
   A /trunk/libgo/go/sync/atomic/doc.go
   A /trunk/libgo/go/sync/cond.go
   A /trunk/libgo/go/sync/cond_test.go
   M /trunk/libgo/go/sync/mutex.go
   M /trunk/libgo/go/sync/mutex_test.go
   M /trunk/libgo/go/sync/once.go
   M /trunk/libgo/go/sync/rwmutex.go
   M /trunk/libgo/go/sync/rwmutex_test.go
   A /trunk/libgo/go/sync/waitgroup.go
   A /trunk/libgo/go/sync/waitgroup_test.go
   D /trunk/libgo/go/sync/xadd_test.go
   M /trunk/libgo/go/syslog/syslog_test.go
   M /trunk/libgo/go/template/template.go
   M /trunk/libgo/go/template/template_test.go
   M /trunk/libgo/go/testing/benchmark.go
   M /trunk/libgo/go/testing/testing.go
   M /trunk/libgo/go/time/sleep.go
   M /trunk/libgo/go/time/sleep_test.go
   M /trunk/libgo/go/time/tick.go
   M /trunk/libgo/go/time/tick_test.go
   M /trunk/libgo/go/unicode/letter_test.go
   M /trunk/libgo/go/unicode/script_test.go
   M /trunk/libgo/go/unicode/tables.go
   M /trunk/libgo/go/websocket/client.go
   M /trunk/libgo/go/websocket/server.go
   M /trunk/libgo/go/websocket/websocket_test.go
   M /trunk/libgo/go/xml/read_test.go
   M /trunk/libgo/go/xml/xml.go
   M /trunk/libgo/go/xml/xml_test.go
   M /trunk/libgo/mksysinfo.sh
   M /trunk/libgo/runtime/go-byte-array-to-string.c
   M /trunk/libgo/runtime/go-int-array-to-string.c
   M /trunk/libgo/runtime/go-int-to-string.c
   M /trunk/libgo/runtime/go-new.c
   M /trunk/libgo/runtime/go-panic.c
   M /trunk/libgo/runtime/go-string-to-byte-array.c
   M /trunk/libgo/runtime/go-string-to-int-array.c
   M /trunk/libgo/runtime/go-strplus.c
   M /trunk/libgo/runtime/go-type.h
   M /trunk/libgo/runtime/go-unsafe-pointer.c
   M /trunk/libgo/runtime/malloc.goc
   M /trunk/libgo/runtime/malloc.h
   M /trunk/libgo/runtime/mcentral.c
   M /trunk/libgo/runtime/mem.c
   M /trunk/libgo/runtime/mem_posix_memalign.c
   M /trunk/libgo/runtime/mfinal.c
   M /trunk/libgo/runtime/mgc0.c
   M /trunk/libgo/runtime/mheap.c
   D /trunk/libgo/runtime/mheapmap32.c
   D /trunk/libgo/runtime/mheapmap32.h
   D /trunk/libgo/runtime/mheapmap64.c
   D /trunk/libgo/runtime/mheapmap64.h
   M /trunk/libgo/runtime/mprof.goc
   M /trunk/libgo/runtime/msize.c
   M /trunk/libgo/runtime/runtime.h
   M /trunk/libgo/runtime/sigqueue.goc
   M /trunk/libgo/syscalls/exec.go
   M /trunk/libgo/syscalls/socket.go
   M /trunk/libgo/testsuite/gotest

Update to current version of Go library (revision 94d654be2064).

------------------------------------------------------------------------
r171077 | ian | 2011-03-16 16:18:40 -0700 (Wed, 16 Mar 2011) | 2 lines
Changed paths:
   M /trunk/libgo/runtime/go-signal.c

Don't catch LIBPROF in Go code.

------------------------------------------------------------------------
r171082 | gccadmin | 2011-03-16 17:18:12 -0700 (Wed, 16 Mar 2011) | 1 line
Changed paths:
   M /trunk/gcc/DATESTAMP

Daily bump.
------------------------------------------------------------------------

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

Attachment: native-log.txt
Description: Text document

-- 
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]