public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug regression/55050] New: Regression test failure slp-21.c on arm-linux-gnueabi
@ 2012-10-24 10:08 ramana at gcc dot gnu.org
  2012-10-24 10:09 ` [Bug regression/55050] " ramana at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ramana at gcc dot gnu.org @ 2012-10-24 10:08 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55050
           Summary: Regression test failure slp-21.c on arm-linux-gnueabi
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: regression
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ramana@gcc.gnu.org


./xgcc -B`pwd` -S -O3 -I /usr/arm-linux-gnueabi/include/
../../gcc-git-trunk/gcc/testsuite/gcc.dg/vect/slp-21.c 
../../gcc-git-trunk/gcc/testsuite/gcc.dg/vect/slp-21.c: In function ‘main1’:
../../gcc-git-trunk/gcc/testsuite/gcc.dg/vect/slp-21.c:191:1: internal compiler
error: in push_reload, at reload.c:1014
 }
 ^
0x850277a push_reload(rtx_def*, rtx_def*, rtx_def**, rtx_def**, reg_class,
machine_mode, machine_mode, int, int, int, reload_type)
    ../../gcc-git-trunk/gcc/reload.c:1012
0x850a5a8 find_reloads(rtx_def*, int, int, int, short*)
    ../../gcc-git-trunk/gcc/reload.c:4099
0x85179de calculate_needs_all_insns
    ../../gcc-git-trunk/gcc/reload1.c:1521
0x85179de reload(rtx_def*, int)
    ../../gcc-git-trunk/gcc/reload1.c:942
0x8435c10 do_reload
    ../../gcc-git-trunk/gcc/ira.c:4625
0x8435c10 rest_of_handle_reload
    ../../gcc-git-trunk/gcc/ira.c:4719
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.


compiler configured as follows. 

--target=arm-linux-gnueabi --with-cpu=cortex-a15 --with-fpu=neon
--with-float=softfp --enable-languages=c


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

* [Bug regression/55050] Regression test failure slp-21.c on arm-linux-gnueabi
  2012-10-24 10:08 [Bug regression/55050] New: Regression test failure slp-21.c on arm-linux-gnueabi ramana at gcc dot gnu.org
@ 2012-10-24 10:09 ` ramana at gcc dot gnu.org
  2012-10-24 15:14 ` ramana at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ramana at gcc dot gnu.org @ 2012-10-24 10:09 UTC (permalink / raw)
  To: gcc-bugs


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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-10-24
     Ever Confirmed|0                           |1

--- Comment #1 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2012-10-24 10:09:17 UTC ---
First appears with the LRA merge. 

Ramana


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

* [Bug regression/55050] Regression test failure slp-21.c on arm-linux-gnueabi
  2012-10-24 10:08 [Bug regression/55050] New: Regression test failure slp-21.c on arm-linux-gnueabi ramana at gcc dot gnu.org
  2012-10-24 10:09 ` [Bug regression/55050] " ramana at gcc dot gnu.org
@ 2012-10-24 15:14 ` ramana at gcc dot gnu.org
  2012-10-24 20:27 ` vmakarov at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ramana at gcc dot gnu.org @ 2012-10-24 15:14 UTC (permalink / raw)
  To: gcc-bugs


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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|arm                         |arm-linux-gnueabi

--- Comment #2 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2012-10-24 15:14:36 UTC ---
In addition bootstrap appears to break in dwarf2asm.c with a similar looking
backtrace ... I haven't dug in further but it's definitely higher than P3 as it
breaks bootstrap for a primary target.


Ramana


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

* [Bug regression/55050] Regression test failure slp-21.c on arm-linux-gnueabi
  2012-10-24 10:08 [Bug regression/55050] New: Regression test failure slp-21.c on arm-linux-gnueabi ramana at gcc dot gnu.org
  2012-10-24 10:09 ` [Bug regression/55050] " ramana at gcc dot gnu.org
  2012-10-24 15:14 ` ramana at gcc dot gnu.org
@ 2012-10-24 20:27 ` vmakarov at redhat dot com
  2012-10-25  4:20 ` vmakarov at gcc dot gnu.org
  2013-03-15 14:51 ` ramana at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: vmakarov at redhat dot com @ 2012-10-24 20:27 UTC (permalink / raw)
  To: gcc-bugs


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

Vladimir Makarov <vmakarov at redhat dot com> changed:

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

--- Comment #3 from Vladimir Makarov <vmakarov at redhat dot com> 2012-10-24 20:27:06 UTC ---
  I am not sure that is a LRA merge problem.  LRA merge should not affect ARM
because old reload should work for ARM.  There is a very small change for arm.c
because I added a new argument for final.c::alter_subreg.  There is few changes
in IRA too but again I don't think it affect ARM.

  Could you provide a preprocessed file because I can not reproduce the problem
by myself.  Thanks.


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

* [Bug regression/55050] Regression test failure slp-21.c on arm-linux-gnueabi
  2012-10-24 10:08 [Bug regression/55050] New: Regression test failure slp-21.c on arm-linux-gnueabi ramana at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-10-24 20:27 ` vmakarov at redhat dot com
@ 2012-10-25  4:20 ` vmakarov at gcc dot gnu.org
  2013-03-15 14:51 ` ramana at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: vmakarov at gcc dot gnu.org @ 2012-10-25  4:20 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from Vladimir Makarov <vmakarov at gcc dot gnu.org> 2012-10-25 04:20:00 UTC ---
Author: vmakarov
Date: Thu Oct 25 04:19:43 2012
New Revision: 192797

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192797
Log:
2012-10-24  Vladimir Makarov  <vmakarov@redhat.com>

    PR bootstrap/55068
    PR regression/55050
    * ira.c (setup_reg_renumber): Fix assert.
    * ira-emit.c (emit_move_list): Update equivalences only for LRA.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ira-emit.c
    trunk/gcc/ira.c


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

* [Bug regression/55050] Regression test failure slp-21.c on arm-linux-gnueabi
  2012-10-24 10:08 [Bug regression/55050] New: Regression test failure slp-21.c on arm-linux-gnueabi ramana at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2012-10-25  4:20 ` vmakarov at gcc dot gnu.org
@ 2013-03-15 14:51 ` ramana at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ramana at gcc dot gnu.org @ 2013-03-15 14:51 UTC (permalink / raw)
  To: gcc-bugs


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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

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

--- Comment #5 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2013-03-15 14:50:17 UTC ---
Looks like a dup of 55068

*** This bug has been marked as a duplicate of bug 55068 ***


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

end of thread, other threads:[~2013-03-15 14:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-24 10:08 [Bug regression/55050] New: Regression test failure slp-21.c on arm-linux-gnueabi ramana at gcc dot gnu.org
2012-10-24 10:09 ` [Bug regression/55050] " ramana at gcc dot gnu.org
2012-10-24 15:14 ` ramana at gcc dot gnu.org
2012-10-24 20:27 ` vmakarov at redhat dot com
2012-10-25  4:20 ` vmakarov at gcc dot gnu.org
2013-03-15 14:51 ` ramana 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).