public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/44326]  New: NONDEBUG_INSN_P should be used in implicit-zee.c
@ 2010-05-29 18:46 hjl dot tools at gmail dot com
  2010-05-29 18:47 ` [Bug target/44326] " hjl dot tools at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-05-29 18:46 UTC (permalink / raw)
  To: gcc-bugs

implicit-zee.c has

 zeinsn_list = VEC_alloc (rtx, heap, 8);
 FOR_EACH_BB (curr_block)
   {
     FOR_BB_INSNS (curr_block, curr_insn)
       {
         if (!INSN_P (curr_insn))
           continue;

         type = for_each_rtx (&PATTERN (curr_insn),
                              is_set_with_extension_DI,
                              (void *)&set_insn);

         if (!type)
           continue;

I believe NONDEBUG_INSN_P should be used here instead of INSN_P.


-- 
           Summary: NONDEBUG_INSN_P should be used in implicit-zee.c
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


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

* [Bug target/44326] NONDEBUG_INSN_P should be used in implicit-zee.c
  2010-05-29 18:46 [Bug target/44326] New: NONDEBUG_INSN_P should be used in implicit-zee.c hjl dot tools at gmail dot com
@ 2010-05-29 18:47 ` hjl dot tools at gmail dot com
  2010-06-25 15:34 ` hjl dot tools at gmail dot com
  2010-06-25 15:34 ` hjl at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-05-29 18:47 UTC (permalink / raw)
  To: gcc-bugs



-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0


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


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

* [Bug target/44326] NONDEBUG_INSN_P should be used in implicit-zee.c
  2010-05-29 18:46 [Bug target/44326] New: NONDEBUG_INSN_P should be used in implicit-zee.c hjl dot tools at gmail dot com
  2010-05-29 18:47 ` [Bug target/44326] " hjl dot tools at gmail dot com
@ 2010-06-25 15:34 ` hjl dot tools at gmail dot com
  2010-06-25 15:34 ` hjl at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-06-25 15:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl dot tools at gmail dot com  2010-06-25 15:34 -------
Fixed.


-- 

hjl dot tools at gmail dot com changed:

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


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


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

* [Bug target/44326] NONDEBUG_INSN_P should be used in implicit-zee.c
  2010-05-29 18:46 [Bug target/44326] New: NONDEBUG_INSN_P should be used in implicit-zee.c hjl dot tools at gmail dot com
  2010-05-29 18:47 ` [Bug target/44326] " hjl dot tools at gmail dot com
  2010-06-25 15:34 ` hjl dot tools at gmail dot com
@ 2010-06-25 15:34 ` hjl at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: hjl at gcc dot gnu dot org @ 2010-06-25 15:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl at gcc dot gnu dot org  2010-06-25 15:33 -------
Subject: Bug 44326

Author: hjl
Date: Fri Jun 25 15:33:21 2010
New Revision: 161389

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161389
Log:
Don't search DEBUG_INSNs for removable zero extends.

2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>

        PR rtl-optimization/44326
        * implicit-zee.c (find_removable_zero_extends): Replace
        INSN_P with NONDEBUG_INSN_P.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/implicit-zee.c


-- 


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


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

end of thread, other threads:[~2010-06-25 15:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-29 18:46 [Bug target/44326] New: NONDEBUG_INSN_P should be used in implicit-zee.c hjl dot tools at gmail dot com
2010-05-29 18:47 ` [Bug target/44326] " hjl dot tools at gmail dot com
2010-06-25 15:34 ` hjl dot tools at gmail dot com
2010-06-25 15:34 ` hjl at gcc dot gnu dot 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).