public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/65196] New: avr_adjust_insn_length uses recog_memoized on invalid insn
@ 2015-02-24 21:30 gjl at gcc dot gnu.org
  2015-02-24 21:31 ` [Bug target/65196] " gjl at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-02-24 21:30 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65196
           Summary: avr_adjust_insn_length uses recog_memoized on invalid
                    insn
           Product: gcc
           Version: 4.9.2
            Status: UNCONFIRMED
          Keywords: ice-checking
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gjl at gcc dot gnu.org
            Target: avr

recog_memoized should only be used with NONDEBUG_INSN_P


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

* [Bug target/65196] avr_adjust_insn_length uses recog_memoized on invalid insn
  2015-02-24 21:30 [Bug target/65196] New: avr_adjust_insn_length uses recog_memoized on invalid insn gjl at gcc dot gnu.org
@ 2015-02-24 21:31 ` gjl at gcc dot gnu.org
  2015-02-25 13:51 ` gjl at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-02-24 21:31 UTC (permalink / raw)
  To: gcc-bugs

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

Georg-Johann Lay <gjl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-02-24
           Assignee|unassigned at gcc dot gnu.org      |gjl at gcc dot gnu.org
     Ever confirmed|0                           |1


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

* [Bug target/65196] avr_adjust_insn_length uses recog_memoized on invalid insn
  2015-02-24 21:30 [Bug target/65196] New: avr_adjust_insn_length uses recog_memoized on invalid insn gjl at gcc dot gnu.org
  2015-02-24 21:31 ` [Bug target/65196] " gjl at gcc dot gnu.org
@ 2015-02-25 13:51 ` gjl at gcc dot gnu.org
  2015-02-25 13:54 ` gjl at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-02-25 13:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Wed Feb 25 12:18:51 2015
New Revision: 220963

URL: https://gcc.gnu.org/viewcvs?rev=220963&root=gcc&view=rev
Log:
    PR target/65196
    * config/avr/avr.c (avr_adjust_insn_length): Call recog_memoized
    only with NONDEBUG_INSN_P.


Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/config/avr/avr.c


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

* [Bug target/65196] avr_adjust_insn_length uses recog_memoized on invalid insn
  2015-02-24 21:30 [Bug target/65196] New: avr_adjust_insn_length uses recog_memoized on invalid insn gjl at gcc dot gnu.org
  2015-02-24 21:31 ` [Bug target/65196] " gjl at gcc dot gnu.org
  2015-02-25 13:51 ` gjl at gcc dot gnu.org
@ 2015-02-25 13:54 ` gjl at gcc dot gnu.org
  2015-02-25 13:58 ` gjl at gcc dot gnu.org
  2015-02-25 14:04 ` gjl at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-02-25 13:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Wed Feb 25 12:26:41 2015
New Revision: 220964

URL: https://gcc.gnu.org/viewcvs?rev=220964&root=gcc&view=rev
Log:
    PR target/65196
    * config/avr/avr.c (avr_adjust_insn_length): Call recog_memoized
    only with NONDEBUG_INSN_P.


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


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

* [Bug target/65196] avr_adjust_insn_length uses recog_memoized on invalid insn
  2015-02-24 21:30 [Bug target/65196] New: avr_adjust_insn_length uses recog_memoized on invalid insn gjl at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-02-25 13:54 ` gjl at gcc dot gnu.org
@ 2015-02-25 13:58 ` gjl at gcc dot gnu.org
  2015-02-25 14:04 ` gjl at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-02-25 13:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Wed Feb 25 12:34:21 2015
New Revision: 220965

URL: https://gcc.gnu.org/viewcvs?rev=220965&root=gcc&view=rev
Log:
    PR target/65196
    * config/avr/avr.c (avr_adjust_insn_length): Call recog_memoized
    only with NONDEBUG_INSN_P.


Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/config/avr/avr.c


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

* [Bug target/65196] avr_adjust_insn_length uses recog_memoized on invalid insn
  2015-02-24 21:30 [Bug target/65196] New: avr_adjust_insn_length uses recog_memoized on invalid insn gjl at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2015-02-25 13:58 ` gjl at gcc dot gnu.org
@ 2015-02-25 14:04 ` gjl at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-02-25 14:04 UTC (permalink / raw)
  To: gcc-bugs

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

Georg-Johann Lay <gjl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Known to work|                            |4.8.5, 4.9.3
         Resolution|---                         |FIXED
   Target Milestone|---                         |4.9.3
      Known to fail|                            |4.8.4, 4.9.2

--- Comment #4 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Fixed.


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

end of thread, other threads:[~2015-02-25 12:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-24 21:30 [Bug target/65196] New: avr_adjust_insn_length uses recog_memoized on invalid insn gjl at gcc dot gnu.org
2015-02-24 21:31 ` [Bug target/65196] " gjl at gcc dot gnu.org
2015-02-25 13:51 ` gjl at gcc dot gnu.org
2015-02-25 13:54 ` gjl at gcc dot gnu.org
2015-02-25 13:58 ` gjl at gcc dot gnu.org
2015-02-25 14:04 ` gjl 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).