public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/65924] [6.0 Regression] ICE const_int_operand failed on arm-none-eabi
       [not found] <bug-65924-4@http.gcc.gnu.org/bugzilla/>
@ 2015-04-29  7:41 ` yroux at gcc dot gnu.org
  2015-04-29  7:51 ` [Bug target/65924] [6 " rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: yroux at gcc dot gnu.org @ 2015-04-29  7:41 UTC (permalink / raw)
  To: gcc-bugs

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

Yvan Roux <yroux at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-04-29
     Ever confirmed|0                           |1

--- Comment #1 from Yvan Roux <yroux at gcc dot gnu.org> ---
Fix is obvious, there is a typo in insn *thumb2_addsi3_compare0_scratch where
match_operand should be done on operand 1 and not 2 (there is only 2 operands
in this insn).  I'll prepare a testcase as this insn doesn't seem to be
generated really often.


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

* [Bug target/65924] [6 Regression] ICE const_int_operand failed on arm-none-eabi
       [not found] <bug-65924-4@http.gcc.gnu.org/bugzilla/>
  2015-04-29  7:41 ` [Bug target/65924] [6.0 Regression] ICE const_int_operand failed on arm-none-eabi yroux at gcc dot gnu.org
@ 2015-04-29  7:51 ` rguenth at gcc dot gnu.org
  2015-04-29  8:33 ` ktkachov at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-04-29  7:51 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |6.0
            Summary|[6.0 Regression] ICE        |[6 Regression] ICE
                   |const_int_operand failed on |const_int_operand failed on
                   |arm-none-eabi               |arm-none-eabi


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

* [Bug target/65924] [6 Regression] ICE const_int_operand failed on arm-none-eabi
       [not found] <bug-65924-4@http.gcc.gnu.org/bugzilla/>
  2015-04-29  7:41 ` [Bug target/65924] [6.0 Regression] ICE const_int_operand failed on arm-none-eabi yroux at gcc dot gnu.org
  2015-04-29  7:51 ` [Bug target/65924] [6 " rguenth at gcc dot gnu.org
@ 2015-04-29  8:33 ` ktkachov at gcc dot gnu.org
  2015-04-29 11:32 ` yroux at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: ktkachov at gcc dot gnu.org @ 2015-04-29  8:33 UTC (permalink / raw)
  To: gcc-bugs

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

ktkachov at gcc dot gnu.org changed:

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

--- Comment #2 from ktkachov at gcc dot gnu.org ---
As arm-none-eabi (with newlib) is a frequently built target (at least for me),
can you please post the patch to fix it and add the testcase later if it takes
a while to reduce, since this is a bug introduce with the recent patch, rather
than a latent one being exposed?


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

* [Bug target/65924] [6 Regression] ICE const_int_operand failed on arm-none-eabi
       [not found] <bug-65924-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-04-29  8:33 ` ktkachov at gcc dot gnu.org
@ 2015-04-29 11:32 ` yroux at gcc dot gnu.org
  2015-06-25  0:00 ` ramana at gcc dot gnu.org
  2015-06-25  7:05 ` yroux at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: yroux at gcc dot gnu.org @ 2015-04-29 11:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Yvan Roux <yroux at gcc dot gnu.org> ---
Author: yroux
Date: Wed Apr 29 11:31:40 2015
New Revision: 222572

URL: https://gcc.gnu.org/viewcvs?rev=222572&root=gcc&view=rev
Log:
gcc/
2015-04-29  Yvan Roux  <yvan.roux@linaro.org>

        PR target/65924
        * config/arm/thumb2.md (*thumb2_addsi3_compare0_scratch): Fix operand
        number in type attribute expression.

gcc/testsuite/
2015-04-29  Yvan Roux  <yvan.roux@linaro.org>

        PR target/65924
        * gcc.target/arm/pr65924.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/arm/pr65924.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/thumb2.md
    trunk/gcc/testsuite/ChangeLog


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

* [Bug target/65924] [6 Regression] ICE const_int_operand failed on arm-none-eabi
       [not found] <bug-65924-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2015-04-29 11:32 ` yroux at gcc dot gnu.org
@ 2015-06-25  0:00 ` ramana at gcc dot gnu.org
  2015-06-25  7:05 ` yroux at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: ramana at gcc dot gnu.org @ 2015-06-25  0:00 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #4 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
Fixed then ?


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

* [Bug target/65924] [6 Regression] ICE const_int_operand failed on arm-none-eabi
       [not found] <bug-65924-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2015-06-25  0:00 ` ramana at gcc dot gnu.org
@ 2015-06-25  7:05 ` yroux at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: yroux at gcc dot gnu.org @ 2015-06-25  7:05 UTC (permalink / raw)
  To: gcc-bugs

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

Yvan Roux <yroux at gcc dot gnu.org> changed:

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

--- Comment #5 from Yvan Roux <yroux at gcc dot gnu.org> ---
Yes it is. Sorry for the delay


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

end of thread, other threads:[~2015-06-25  7:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-65924-4@http.gcc.gnu.org/bugzilla/>
2015-04-29  7:41 ` [Bug target/65924] [6.0 Regression] ICE const_int_operand failed on arm-none-eabi yroux at gcc dot gnu.org
2015-04-29  7:51 ` [Bug target/65924] [6 " rguenth at gcc dot gnu.org
2015-04-29  8:33 ` ktkachov at gcc dot gnu.org
2015-04-29 11:32 ` yroux at gcc dot gnu.org
2015-06-25  0:00 ` ramana at gcc dot gnu.org
2015-06-25  7:05 ` yroux 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).