From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8077 invoked by alias); 20 Jan 2015 07:47:15 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 8028 invoked by uid 48); 20 Jan 2015 07:47:10 -0000 From: "vries at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/64683] FAIL: runtime/pprof -- testing.go:278: The entry did not match Date: Tue, 20 Jan 2015 07:47:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: go X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ian at airs dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-01/txt/msg01970.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64683 --- Comment #3 from vries at gcc dot gnu.org --- configure line nobootstrap build: ... $ ./nobootstrap/install/bin/gccgo -v Using built-in specs. COLLECT_GCC=./nobootstrap/install/bin/gccgo COLLECT_LTO_WRAPPER=/data/vries/ref-master-15-01-19/nobootstrap/install/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.0.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: /home/vries/gcc_versions/data/ref-master-15-01-19/src/configure --prefix=/home/vries/gcc_versions/data/ref-master-15-01-19/nobootstrap/install --with-cloog=/home/vries/gcc_versions/infra --with-ppl=/home/vries/gcc_versions/infra --with-gmp=/home/vries/gcc_versions/infra --with-mpfr=/home/vries/gcc_versions/infra --with-mpc=/home/vries/gcc_versions/infra --with-isl=/home/vries/gcc_versions/infra --disable-bootstrap --enable-checking=yes,rtl --enable-languages=c,fortran,ada,java,objc,c++,go,obj-c++ Thread model: posix gcc version 5.0.0 20150119 (experimental) (GCC) ... configure line bootstrap build (the same, but without --disable-bootstrap): ... $ ./install/bin/gccgo -v Using built-in specs. COLLECT_GCC=./install/bin/gccgo COLLECT_LTO_WRAPPER=/data/vries/ref-master-15-01-19/install/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.0.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: /home/vries/gcc_versions/data/ref-master-15-01-19/src/configure --prefix=/home/vries/gcc_versions/data/ref-master-15-01-19/install --with-cloog=/home/vries/gcc_versions/infra --with-ppl=/home/vries/gcc_versions/infra --with-gmp=/home/vries/gcc_versions/infra --with-mpfr=/home/vries/gcc_versions/infra --with-mpc=/home/vries/gcc_versions/infra --with-isl=/home/vries/gcc_versions/infra --enable-checking=yes,rtl --enable-languages=c,fortran,ada,java,objc,c++,go,obj-c++ Thread model: posix gcc version 5.0.0 20150119 (experimental) (GCC) ...