public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "kikairoya at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug regression/61793] New: regression: bootstrapping fails on x86_64-linux-gnu after r212352
Date: Sun, 13 Jul 2014 13:30:00 -0000	[thread overview]
Message-ID: <bug-61793-4@http.gcc.gnu.org/bugzilla/> (raw)

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61793

            Bug ID: 61793
           Summary: regression: bootstrapping fails on x86_64-linux-gnu
                    after r212352
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: regression
          Assignee: unassigned at gcc dot gnu.org
          Reporter: kikairoya at gmail dot com

bootstrapping SVN trunk r212352 fails on Linux x86_64 (using github's git
mirror.)
r212490 still fails.

$ uname -a
Linux vmarch-ubuntu 3.15.5-1-ARCH #1 SMP PREEMPT Thu Jul 10 07:08:50 CEST 2014
x86_64 x86_64 x86_64 GNU/Linux

$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.6 --enable-shared --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object
--enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686
--with-tune=generic --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)


$ git log -1
commit 3beff0e12fe55eece14fed410c5e5b66bda90833
Author: rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Jul 8 09:22:54 2014 +0000

    2014-07-08  Richard Biener  <rguenther@suse.de>

        * tree-ssa-dom.h (loop_depth_of_name): Remove.
        * tree-ssa-dom.c (record_equivalences_from_phis): Remove
        restriction on loop depth difference.
        (record_equality): Likewise.
        (propagate_rhs_into_lhs): Likewise.  Simplify condition.
        (loop_depth_of_name): Remove.
        * tree-ssa-copy.c (copy_prop_visit_phi_node): Remove
        restriction on loop depth difference.
        (init_copy_prop): Likewise.

        * gcc.dg/tree-ssa/ssa-pre-16.c: Adjust expected eliminations.


    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212352
138bc75d-0d04-0410-961f-82ee72b054a4


$ rm -rf ../build && mkdir -p ../build && cd ../build

$ ../gcc/configure --enable-languages=c --disable-multilib --without-ppl
--without-cloog-ppl --enable-checking=release --disable-nls

** snip **


$ make

** snip **

make[3]: Entering directory `/home/kikairoya/tmp/build/gcc'
build/genmddeps ../../gcc/gcc/common.md ../../gcc/gcc/config/i386/i386.md >
tmp-mddeps
/bin/bash ../../gcc/gcc/../move-if-change tmp-mddeps mddeps.mk
echo timestamp > s-mddeps
build/genmodes -h > tmp-modes.h
build/genmodes: config/i386/i386-modes.def:25: (TF) field format must not be
set
build/genmodes: config/i386/i386-modes.def:24: (XF) field format must not be
set
build/genmodes: machmode.def:203: (DF) field format must not be set
build/genmodes: machmode.def:202: (SF) field format must not be set
build/genmodes: machmode.def:244: (TD) field format must not be set
build/genmodes: machmode.def:243: (DD) field format must not be set
build/genmodes: machmode.def:242: (SD) field format must not be set
make[3]: *** [s-modes-h] Error 1
make[3]: Leaving directory `/home/kikairoya/tmp/build/gcc'
make[2]: *** [all-stage3-gcc] Error 2
make[2]: Leaving directory `/home/kikairoya/tmp/build'
make[1]: *** [stage3-bubble] Error 2
make[1]: Leaving directory `/home/kikairoya/tmp/build'
make: *** [all] Error 2


             reply	other threads:[~2014-07-13 13:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-13 13:30 kikairoya at gmail dot com [this message]
2014-07-13 13:39 ` [Bug regression/61793] " dominiq at lps dot ens.fr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-61793-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).