public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/48380] New: ICE in postreload.c while building trunk
@ 2011-03-31  5:30 revital.eres at linaro dot org
  2011-03-31  9:39 ` [Bug target/48380] " revital.eres at linaro dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: revital.eres at linaro dot org @ 2011-03-31  5:30 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: ICE in postreload.c while building trunk
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: revital.eres@linaro.org
              Host: arm-linux-gnueabi
            Target: arm-linux-gnueabi


While building trunk -r171741 I get the following error on ARM machine
configured with:
../gcc/configure --enable-checking --enable-languages=c,c++,lto,fortran
--disable-bootstrap --with-mpfr=/opt/cfarm/mpfr-2.4.2
--with-gmp=/opt/cfarm/gmp-4.2.4 --with-mpc=/opt/cfarm/mpc-0.8
--with-arch=armv7-a

/home/revitale/mainline/build/./gcc/xgcc -B/home/revitale/mainline/build/./gcc/
-B/home/revitale/mainline/build/armv7l-unknown-linux-gnueabi/bin/
-B/home/revitale/mainline/build/armv7l-unknown-linux-gnueabi/lib/ -isystem
/home/revitale/mainline/build/armv7l-unknown-linux-gnueabi/include -isystem
/home/revitale/mainline/build/armv7l-unknown-linux-gnueabi/sys-include    -g
-O2 -O2  -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem
./include  -fPIC -Wno-missing-prototypes -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../.././gcc
-I../../../gcc/libgcc -I../../../gcc/libgcc/. -I../../../gcc/libgcc/../gcc
-I../../../gcc/libgcc/../include  -DHAVE_CC_TLS  -o _gcov.o -MT _gcov.o -MD -MP
-MF _gcov.dep -DL_gcov -c ../../../gcc/libgcc/../gcc/libgcov.c
../../../gcc/libgcc/../gcc/libgcov.c: In function גgcov_exitג:
../../../gcc/libgcc/../gcc/libgcov.c:558:1: error: insn does not satisfy its
constraints:
(insn 2032 232 231 3 (set (reg:DI 256 [ this_program__sum_all_lsm.184 ])
        (reg:DI 6 r6)) 165 {*arm_movdi}
     (nil))
../../../gcc/libgcc/../gcc/libgcov.c:558:1: internal compiler error: in
reload_cse_simplify_operands, at postreload.c:403
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [_gcov.o] Error 1
make[2]: Leaving directory
`/home/revitale/mainline/build/armv7l-unknown-linux-gnueabi/libgcc'
make[1]: *** [all-target-libgcc] Error 2
make[1]: Leaving directory `/home/revitale/mainline/build'
make: *** [all] Error 2


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

* [Bug target/48380] ICE in postreload.c while building trunk
  2011-03-31  5:30 [Bug target/48380] New: ICE in postreload.c while building trunk revital.eres at linaro dot org
@ 2011-03-31  9:39 ` revital.eres at linaro dot org
  2011-03-31 21:52 ` rearnsha at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: revital.eres at linaro dot org @ 2011-03-31  9:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from revital.eres at linaro dot org 2011-03-31 08:38:40 UTC ---
Created attachment 23834
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23834
Test inspired from libgcov.c

Command to run the test on ARM machine:

/home/revitale/mainline/build/./gcc/xgcc -B/home/revitale/mainline/build/./gcc/
 -g -O2 -O2  -g -O2 k13.c


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

* [Bug target/48380] ICE in postreload.c while building trunk
  2011-03-31  5:30 [Bug target/48380] New: ICE in postreload.c while building trunk revital.eres at linaro dot org
  2011-03-31  9:39 ` [Bug target/48380] " revital.eres at linaro dot org
@ 2011-03-31 21:52 ` rearnsha at gcc dot gnu.org
  2011-03-31 22:01 ` rearnsha at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rearnsha at gcc dot gnu.org @ 2011-03-31 21:52 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Earnshaw <rearnsha at gcc dot gnu.org> changed:

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

--- Comment #2 from Richard Earnshaw <rearnsha at gcc dot gnu.org> 2011-03-31 21:04:29 UTC ---
Here's another case which is probably the same problem.

compile on an arm-eabi cross with 

cc1 -g -O2 -mfloat-abi=hard -std=gnu99 bad.c


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

* [Bug target/48380] ICE in postreload.c while building trunk
  2011-03-31  5:30 [Bug target/48380] New: ICE in postreload.c while building trunk revital.eres at linaro dot org
  2011-03-31  9:39 ` [Bug target/48380] " revital.eres at linaro dot org
  2011-03-31 21:52 ` rearnsha at gcc dot gnu.org
@ 2011-03-31 22:01 ` rearnsha at gcc dot gnu.org
  2011-03-31 22:04 ` rearnsha at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rearnsha at gcc dot gnu.org @ 2011-03-31 22:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Richard Earnshaw <rearnsha at gcc dot gnu.org> 2011-03-31 21:05:55 UTC ---
Created attachment 23843
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23843
testcase reduced from libgfortran


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

* [Bug target/48380] ICE in postreload.c while building trunk
  2011-03-31  5:30 [Bug target/48380] New: ICE in postreload.c while building trunk revital.eres at linaro dot org
                   ` (2 preceding siblings ...)
  2011-03-31 22:01 ` rearnsha at gcc dot gnu.org
@ 2011-03-31 22:04 ` rearnsha at gcc dot gnu.org
  2011-04-01 20:47 ` [Bug target/48380] [gcc-4.7 regression] " vmakarov at redhat dot com
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rearnsha at gcc dot gnu.org @ 2011-03-31 22:04 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Earnshaw <rearnsha at gcc dot gnu.org> changed:

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


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

* [Bug target/48380] [gcc-4.7 regression] ICE in postreload.c while building trunk
  2011-03-31  5:30 [Bug target/48380] New: ICE in postreload.c while building trunk revital.eres at linaro dot org
                   ` (3 preceding siblings ...)
  2011-03-31 22:04 ` rearnsha at gcc dot gnu.org
@ 2011-04-01 20:47 ` vmakarov at redhat dot com
  2011-04-01 21:27 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: vmakarov at redhat dot com @ 2011-04-01 20:47 UTC (permalink / raw)
  To: gcc-bugs

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

Vladimir Makarov <vmakarov at redhat dot com> changed:

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

--- Comment #4 from Vladimir Makarov <vmakarov at redhat dot com> 2011-04-01 20:47:39 UTC ---
We have the following situation:
  - a pseudo has equivalent constant.
  - a loop allocno corresponding to the pseudo got hard reg and
    the subloop allocno got memory.
  - the load generated by IRA on the loop/subloop border is not removed.
  - the loop allocno is spilled in reload transforming the load into mem-mem
move.
  - reload skip processing the move because it sets up regno with equiv
constant.
  - gcc dies in the post=reload.

There are several possible solutions but the most optimal would be removing the
load transformed into mem-mem move in the reload.  We need to add the load to
equiv init insn.

I'll submit a patch solving the problem soon.


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

* [Bug target/48380] [gcc-4.7 regression] ICE in postreload.c while building trunk
  2011-03-31  5:30 [Bug target/48380] New: ICE in postreload.c while building trunk revital.eres at linaro dot org
                   ` (4 preceding siblings ...)
  2011-04-01 20:47 ` [Bug target/48380] [gcc-4.7 regression] " vmakarov at redhat dot com
@ 2011-04-01 21:27 ` pinskia at gcc dot gnu.org
  2011-04-04 20:20 ` vmakarov at gcc dot gnu.org
  2011-04-06 16:22 ` law at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-04-01 21:27 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ra
   Target Milestone|---                         |4.7.0


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

* [Bug target/48380] [gcc-4.7 regression] ICE in postreload.c while building trunk
  2011-03-31  5:30 [Bug target/48380] New: ICE in postreload.c while building trunk revital.eres at linaro dot org
                   ` (5 preceding siblings ...)
  2011-04-01 21:27 ` pinskia at gcc dot gnu.org
@ 2011-04-04 20:20 ` vmakarov at gcc dot gnu.org
  2011-04-06 16:22 ` law at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: vmakarov at gcc dot gnu.org @ 2011-04-04 20:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Vladimir Makarov <vmakarov at gcc dot gnu.org> 2011-04-04 20:19:48 UTC ---
Author: vmakarov
Date: Mon Apr  4 20:19:45 2011
New Revision: 171951

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

    PR target/48380
    * ira.c (ira): Call grow_reg_equivs when fix_reg_equiv_init is
          not called.

    * ira-emit.c (emit_move_list): Update reg equiv init insn list.


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


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

* [Bug target/48380] [gcc-4.7 regression] ICE in postreload.c while building trunk
  2011-03-31  5:30 [Bug target/48380] New: ICE in postreload.c while building trunk revital.eres at linaro dot org
                   ` (6 preceding siblings ...)
  2011-04-04 20:20 ` vmakarov at gcc dot gnu.org
@ 2011-04-06 16:22 ` law at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: law at redhat dot com @ 2011-04-06 16:22 UTC (permalink / raw)
  To: gcc-bugs

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

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |law at redhat dot com
         Resolution|                            |FIXED

--- Comment #6 from Jeffrey A. Law <law at redhat dot com> 2011-04-06 16:22:19 UTC ---
Should be fixed by Vlad's patch.


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

end of thread, other threads:[~2011-04-06 16:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-31  5:30 [Bug target/48380] New: ICE in postreload.c while building trunk revital.eres at linaro dot org
2011-03-31  9:39 ` [Bug target/48380] " revital.eres at linaro dot org
2011-03-31 21:52 ` rearnsha at gcc dot gnu.org
2011-03-31 22:01 ` rearnsha at gcc dot gnu.org
2011-03-31 22:04 ` rearnsha at gcc dot gnu.org
2011-04-01 20:47 ` [Bug target/48380] [gcc-4.7 regression] " vmakarov at redhat dot com
2011-04-01 21:27 ` pinskia at gcc dot gnu.org
2011-04-04 20:20 ` vmakarov at gcc dot gnu.org
2011-04-06 16:22 ` law at redhat dot com

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