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

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