public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/32394]  New: some operations to not work properly in df_deferred_rescan mode.
@ 2007-06-18 16:57 zadeck at naturalbridge dot com
  0 siblings, 0 replies; only message in thread
From: zadeck at naturalbridge dot com @ 2007-06-18 16:57 UTC (permalink / raw)
  To: gcc-bugs

At least one of these three calls do not work properly in deferred rescanning
mode.

> delete_trivially_dead_insns
> rebuild_jump_labels
> cleanup_cfg

The most likely cause of the failure is that we are not keeping enough
information around in the deferred scanning mode to properly track all of the
kinds of changes that these functions make.  Currently we only track, changed
insns, changed eq notes, and deleted insns.  

Basicblock renaming, creation and destruction is always done in real time. 
However it is likely that this gets out of sync with the deferred operations.  
With the resolution of pr32355, these calls are only made in regular mode.


-- 
           Summary: some operations to not work properly in
                    df_deferred_rescan mode.
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: bonzini at gnu dot org
        ReportedBy: zadeck at naturalbridge dot com
  GCC host triplet: any


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-06-18 16:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-18 16:57 [Bug rtl-optimization/32394] New: some operations to not work properly in df_deferred_rescan mode zadeck at naturalbridge dot com

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