public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/59913] New: [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf
@ 2014-01-23  9:53 doko at gcc dot gnu.org
  2014-01-23  9:54 ` [Bug bootstrap/59913] " doko at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: doko at gcc dot gnu.org @ 2014-01-23  9:53 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913

            Bug ID: 59913
           Summary: [4.9 Regresion] bootstrap failure on
                    arm-linux-gnueabihf
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org

seen with trunk 20140122, r206940, arm-linux-gnueabihf, configured with
     --with-arch=armv7-a
     --with-fpu=vfpv3-d16
     --with-float=hard
     --with-mode=thumb

genattrtab: invalid alternative specified for pattern number 438
make[5]: *** [s-attrtab] Error 1
make[5]: *** Waiting for unfinished jobs....
/bin/bash ../../src/gcc/../move-if-change tmp-automata.c insn-automata.c
echo timestamp > s-automata


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf
  2014-01-23  9:53 [Bug bootstrap/59913] New: [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf doko at gcc dot gnu.org
@ 2014-01-23  9:54 ` doko at gcc dot gnu.org
  2014-01-23 11:04 ` doko at gcc dot gnu.org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: doko at gcc dot gnu.org @ 2014-01-23  9:54 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913

Matthias Klose <doko at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |arm-linxux-gnueabihf
      Known to work|                            |4.8.2
      Known to fail|                            |4.9.0

--- Comment #1 from Matthias Klose <doko at gcc dot gnu.org> ---
last successful bootstrap was from 20140118.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf
  2014-01-23  9:53 [Bug bootstrap/59913] New: [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf doko at gcc dot gnu.org
  2014-01-23  9:54 ` [Bug bootstrap/59913] " doko at gcc dot gnu.org
@ 2014-01-23 11:04 ` doko at gcc dot gnu.org
  2014-01-23 11:39 ` ktkachov at gcc dot gnu.org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: doko at gcc dot gnu.org @ 2014-01-23 11:04 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913

--- Comment #2 from Matthias Klose <doko at gcc dot gnu.org> ---
complete build log at
https://launchpad.net/~ubuntu-toolchain-r/+archive/test/+build/5489392

Configured with: -v
     --with-pkgversion='Ubuntu 4.9-20140122-1ubuntu1'
     --with-bugurl='file:///usr/share/doc/gcc-4.9/README.Bugs'
     --enable-languages=c,c++,java,go,fortran,objc,obj-c++
     --prefix=/usr
     --program-suffix=-4.9
     --enable-shared
     --enable-linker-build-id
     --libexecdir=/usr/lib
     --without-included-gettext
     --enable-threads=posix
     --with-gxx-include-dir=/usr/include/c++/4.9
     --libdir=/usr/lib
     --enable-nls
     --with-sysroot=/
     --enable-clocale=gnu
     --enable-libstdcxx-debug
     --enable-libstdcxx-time=yes
     --enable-gnu-unique-object
     --disable-libmudflap
     --disable-libitm
     --disable-libquadmath
     --enable-plugin
     --with-system-zlib
     --disable-browser-plugin
     --enable-java-awt=gtk
     --enable-gtk-cairo
     --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf/jre
     --enable-java-home
     --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf
     --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-armhf
     --with-arch-directory=arm
     --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
     --enable-objc-gc
     --enable-multiarch
     --enable-multilib
     --disable-sjlj-exceptions
     --with-arch=armv7-a
     --with-fpu=vfpv3-d16
     --with-float=hard
     --with-mode=thumb
     --disable-werror
     --enable-multilib
     --enable-checking=release
     --build=arm-linux-gnueabihf
     --host=arm-linux-gnueabihf
     --target=arm-linux-gnueabihf


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf
  2014-01-23  9:53 [Bug bootstrap/59913] New: [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf doko at gcc dot gnu.org
  2014-01-23  9:54 ` [Bug bootstrap/59913] " doko at gcc dot gnu.org
  2014-01-23 11:04 ` doko at gcc dot gnu.org
@ 2014-01-23 11:39 ` ktkachov at gcc dot gnu.org
  2014-01-23 17:58 ` ktkachov at gcc dot gnu.org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ktkachov at gcc dot gnu.org @ 2014-01-23 11:39 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913

ktkachov at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-01-23
     Ever confirmed|0                           |1

--- Comment #3 from ktkachov at gcc dot gnu.org ---
Confirmed failure with r206958.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf
  2014-01-23  9:53 [Bug bootstrap/59913] New: [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf doko at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-01-23 11:39 ` ktkachov at gcc dot gnu.org
@ 2014-01-23 17:58 ` ktkachov at gcc dot gnu.org
  2014-01-23 19:43 ` jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ktkachov at gcc dot gnu.org @ 2014-01-23 17:58 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913

ktkachov at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vmakarov at redhat dot com

--- Comment #4 from ktkachov at gcc dot gnu.org ---
I'm still bisecting, but I suspect two recent commits to lra-constraints:

r206938

    2014-01-22  Vladimir Makarov  <vmakarov@redhat.com>

        PR rtl-optimization/59477
        * lra-constraints.c (inherit_in_ebb): Process call for living hard
        regs.  Update reloads_num and potential_reload_hard_regs for all
        insns.


and
r206908

    2014-01-21  Vladimir Makarov  <vmakarov@redhat.com>

        PR rtl-optimization/59896
        * lra-constraints.c (process_alt_operands): Check unused note for
        matched operands of insn with no output reloads.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf
  2014-01-23  9:53 [Bug bootstrap/59913] New: [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf doko at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2014-01-23 17:58 ` ktkachov at gcc dot gnu.org
@ 2014-01-23 19:43 ` jakub at gcc dot gnu.org
  2014-01-24  9:37 ` ktkachov at gcc dot gnu.org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-01-23 19:43 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org
   Target Milestone|---                         |4.9.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf
  2014-01-23  9:53 [Bug bootstrap/59913] New: [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf doko at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2014-01-23 19:43 ` jakub at gcc dot gnu.org
@ 2014-01-24  9:37 ` ktkachov at gcc dot gnu.org
  2014-01-25  2:02 ` vmakarov at gcc dot gnu.org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ktkachov at gcc dot gnu.org @ 2014-01-24  9:37 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913

--- Comment #5 from ktkachov at gcc dot gnu.org ---
(In reply to ktkachov from comment #4)
> I'm still bisecting, but I suspect two recent commits to lra-constraints:
> 
> r206938
> 
>     2014-01-22  Vladimir Makarov  <vmakarov@redhat.com>
>     
>         PR rtl-optimization/59477
>         * lra-constraints.c (inherit_in_ebb): Process call for living hard
>         regs.  Update reloads_num and potential_reload_hard_regs for all
>         insns.
> 

Bisection shows it's r206938


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf
  2014-01-23  9:53 [Bug bootstrap/59913] New: [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf doko at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2014-01-24  9:37 ` ktkachov at gcc dot gnu.org
@ 2014-01-25  2:02 ` vmakarov at gcc dot gnu.org
  2014-01-31 11:36 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: vmakarov at gcc dot gnu.org @ 2014-01-25  2:02 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913

Vladimir Makarov <vmakarov at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vmakarov at gcc dot gnu.org

--- Comment #6 from Vladimir Makarov <vmakarov at gcc dot gnu.org> ---
I've just reproduced it.  I hope to fix it on next week.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf
  2014-01-23  9:53 [Bug bootstrap/59913] New: [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf doko at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2014-01-25  2:02 ` vmakarov at gcc dot gnu.org
@ 2014-01-31 11:36 ` rguenth at gcc dot gnu.org
  2014-02-04 18:57 ` vmakarov at gcc dot gnu.org
  2014-02-04 22:25 ` jakub at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-01-31 11:36 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf
  2014-01-23  9:53 [Bug bootstrap/59913] New: [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf doko at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2014-01-31 11:36 ` rguenth at gcc dot gnu.org
@ 2014-02-04 18:57 ` vmakarov at gcc dot gnu.org
  2014-02-04 22:25 ` jakub at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: vmakarov at gcc dot gnu.org @ 2014-02-04 18:57 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913

--- Comment #7 from Vladimir Makarov <vmakarov at gcc dot gnu.org> ---
Author: vmakarov
Date: Tue Feb  4 18:56:59 2014
New Revision: 207485

URL: http://gcc.gnu.org/viewcvs?rev=207485&root=gcc&view=rev
Log:
2014-02-04  Vladimir Makarov  <vmakarov@redhat.com>

    PR bootstrap/59913
    * lra-constraints.c (need_for_split_p): Use more 3 reloads as
    threshold for pseudo splitting.
    (update_ebb_live_info): Process call argument hard registers and
    hard registers from insn definition too.
    (max_small_class_regs_num): New constant.
    (inherit_in_ebb): Update live hard regs through EBBs.  Update
    reloads_num only for small register classes.  Don't split for
    outputs of jumps.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lra-constraints.c


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf
  2014-01-23  9:53 [Bug bootstrap/59913] New: [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf doko at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2014-02-04 18:57 ` vmakarov at gcc dot gnu.org
@ 2014-02-04 22:25 ` jakub at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-02-04 22:25 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Hopefully fixed.


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-02-04 22:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-23  9:53 [Bug bootstrap/59913] New: [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf doko at gcc dot gnu.org
2014-01-23  9:54 ` [Bug bootstrap/59913] " doko at gcc dot gnu.org
2014-01-23 11:04 ` doko at gcc dot gnu.org
2014-01-23 11:39 ` ktkachov at gcc dot gnu.org
2014-01-23 17:58 ` ktkachov at gcc dot gnu.org
2014-01-23 19:43 ` jakub at gcc dot gnu.org
2014-01-24  9:37 ` ktkachov at gcc dot gnu.org
2014-01-25  2:02 ` vmakarov at gcc dot gnu.org
2014-01-31 11:36 ` rguenth at gcc dot gnu.org
2014-02-04 18:57 ` vmakarov at gcc dot gnu.org
2014-02-04 22:25 ` jakub at gcc dot gnu.org

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).