public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/59787] New: [ARM] mmx-2.c causes ICE when GCC is configured for cortex-a5/vfpv3-d16-fp16
@ 2014-01-13 13:49 christophe.lyon at st dot com
  2014-01-14 13:51 ` [Bug target/59787] " renlin.li at arm dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: christophe.lyon at st dot com @ 2014-01-13 13:49 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 59787
           Summary: [ARM] mmx-2.c causes ICE when GCC is configured for
                    cortex-a5/vfpv3-d16-fp16
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: christophe.lyon at st dot com

I've noticed that gcc.target/arm/mmx-2 causes GCC to crash when GCC is
configured as:
--target=arm-none-linux-gnueabihf
--with-cpu=cortex-a5
--with-fpu=vfpv3-d16-fp16

testsuite/gcc.target/arm/mmx-2.c:166:1: internal compiler error: Max. number of
generated reload insns per insn is achieved (90)

0x9a5a32 lra_constraints(bool)
        /aci-gcc-fsf/sources/gcc-fsf/trunk/gcc/lra-constraints.c:4017
0x98e1f2 lra(_IO_FILE*)
        /aci-gcc-fsf/sources/gcc-fsf/trunk/gcc/lra.c:2339
0x9322b7 do_reload
        /aci-gcc-fsf/sources/gcc-fsf/trunk/gcc/ira.c:5455
0x932496 rest_of_handle_reload
        /aci-gcc-fsf/sources/gcc-fsf/trunk/gcc/ira.c:5584
0x9324ae execute
        /aci-gcc-fsf/sources/gcc-fsf/trunk/gcc/ira.c:5613


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

* [Bug target/59787] [ARM] mmx-2.c causes ICE when GCC is configured for cortex-a5/vfpv3-d16-fp16
  2014-01-13 13:49 [Bug target/59787] New: [ARM] mmx-2.c causes ICE when GCC is configured for cortex-a5/vfpv3-d16-fp16 christophe.lyon at st dot com
@ 2014-01-14 13:51 ` renlin.li at arm dot com
  2014-01-14 19:07 ` vmakarov at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: renlin.li at arm dot com @ 2014-01-14 13:51 UTC (permalink / raw)
  To: gcc-bugs

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

Renlin Li <renlin.li at arm dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |renlin.li at arm dot com,
                   |                            |yufeng at gcc dot gnu.org

--- Comment #1 from Renlin Li <renlin.li at arm dot com> ---
Confirm that, gcc.target/arm/mmx-2.c cause an ICE with the following
configuration.
--target=arm-none-linux-gnueabihf
--with-arch=armv7-a
--with-fpu=vfpv3-d16
--with-float=softfp


(insn 51 50 52 2 (set (reg:DI 534 [orig:139 D.4720 ] [139])
        (mem/v/c:DI (plus:SI (reg/f:SI 102 sfp)
                (const_int -20 [0xffffffffffffffec])) [0 llsink+0 S8 A64]))
mmx-2.c:4
2 447 {*iwmmxt_arm_movdi}
     (nil))

(insn 573 0 0 (set (reg:DI 139 [ D.4720 ])
        (reg:DI 534 [orig:139 D.4720 ] [139])) -1
     (nil))

lra_constraints() keeps reloading <reg 139> until Max. number of reload insns
is reached.


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

* [Bug target/59787] [ARM] mmx-2.c causes ICE when GCC is configured for cortex-a5/vfpv3-d16-fp16
  2014-01-13 13:49 [Bug target/59787] New: [ARM] mmx-2.c causes ICE when GCC is configured for cortex-a5/vfpv3-d16-fp16 christophe.lyon at st dot com
  2014-01-14 13:51 ` [Bug target/59787] " renlin.li at arm dot com
@ 2014-01-14 19:07 ` vmakarov at gcc dot gnu.org
  2014-01-15 20:08 ` rearnsha at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: vmakarov at gcc dot gnu.org @ 2014-01-14 19:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Vladimir Makarov <vmakarov at gcc dot gnu.org> ---
Author: vmakarov
Date: Tue Jan 14 19:07:01 2014
New Revision: 206605

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

    PR target/59787
    * config/arm/arm.c (arm_coproc_mem_operand): Add lra_in_progress.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.c


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

* [Bug target/59787] [ARM] mmx-2.c causes ICE when GCC is configured for cortex-a5/vfpv3-d16-fp16
  2014-01-13 13:49 [Bug target/59787] New: [ARM] mmx-2.c causes ICE when GCC is configured for cortex-a5/vfpv3-d16-fp16 christophe.lyon at st dot com
  2014-01-14 13:51 ` [Bug target/59787] " renlin.li at arm dot com
  2014-01-14 19:07 ` vmakarov at gcc dot gnu.org
@ 2014-01-15 20:08 ` rearnsha at gcc dot gnu.org
  2014-01-15 21:42 ` renlin.li at arm dot com
  2014-01-15 21:51 ` rearnsha at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rearnsha at gcc dot gnu.org @ 2014-01-15 20:08 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |arm

--- Comment #4 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
Is this fixed now?


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

* [Bug target/59787] [ARM] mmx-2.c causes ICE when GCC is configured for cortex-a5/vfpv3-d16-fp16
  2014-01-13 13:49 [Bug target/59787] New: [ARM] mmx-2.c causes ICE when GCC is configured for cortex-a5/vfpv3-d16-fp16 christophe.lyon at st dot com
                   ` (2 preceding siblings ...)
  2014-01-15 20:08 ` rearnsha at gcc dot gnu.org
@ 2014-01-15 21:42 ` renlin.li at arm dot com
  2014-01-15 21:51 ` rearnsha at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: renlin.li at arm dot com @ 2014-01-15 21:42 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Renlin Li <renlin.li at arm dot com> ---
(In reply to Richard Earnshaw from comment #4)
> Is this fixed now?

Yes, and the patch has already been committed


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

* [Bug target/59787] [ARM] mmx-2.c causes ICE when GCC is configured for cortex-a5/vfpv3-d16-fp16
  2014-01-13 13:49 [Bug target/59787] New: [ARM] mmx-2.c causes ICE when GCC is configured for cortex-a5/vfpv3-d16-fp16 christophe.lyon at st dot com
                   ` (3 preceding siblings ...)
  2014-01-15 21:42 ` renlin.li at arm dot com
@ 2014-01-15 21:51 ` rearnsha at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rearnsha at gcc dot gnu.org @ 2014-01-15 21:51 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |4.9.0

--- Comment #6 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
fixed


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

end of thread, other threads:[~2014-01-15 21:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-13 13:49 [Bug target/59787] New: [ARM] mmx-2.c causes ICE when GCC is configured for cortex-a5/vfpv3-d16-fp16 christophe.lyon at st dot com
2014-01-14 13:51 ` [Bug target/59787] " renlin.li at arm dot com
2014-01-14 19:07 ` vmakarov at gcc dot gnu.org
2014-01-15 20:08 ` rearnsha at gcc dot gnu.org
2014-01-15 21:42 ` renlin.li at arm dot com
2014-01-15 21:51 ` rearnsha 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).