public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/23330] New: FIXME from passes.c: pass_may_alias should be a TODO item
@ 2005-08-11 17:11 pinskia at gcc dot gnu dot org
  2005-09-25  4:25 ` [Bug tree-optimization/23330] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-11 17:11 UTC (permalink / raw)
  To: gcc-bugs

FIXME from passes.c:
  /* FIXME: SRA may generate arbitrary gimple code, exposing new
     aliased and call-clobbered variables.  As mentioned below,
     pass_may_alias should be a TODO item.  */

  /* FIXME: May alias should a TODO but for 4.0.0,
     we add may_alias right after fold builtins
     which can create arbitrary GIMPLE.  */

Just a bug to track progress on this FIXME.

-- 
           Summary: FIXME from passes.c: pass_may_alias should be a TODO
                    item
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug tree-optimization/23330] FIXME from passes.c: pass_may_alias should be a TODO item
  2005-08-11 17:11 [Bug tree-optimization/23330] New: FIXME from passes.c: pass_may_alias should be a TODO item pinskia at gcc dot gnu dot org
@ 2005-09-25  4:25 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-25  4:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-25 04:25 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-09-25 04:25:52
               date|                            |


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


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

* [Bug tree-optimization/23330] FIXME from passes.c: pass_may_alias should be a TODO item
       [not found] <bug-23330-4@http.gcc.gnu.org/bugzilla/>
@ 2021-05-04 12:04 ` rguenth at gcc dot gnu.org
  0 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-05-04 12:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23330
Bug 23330 depends on bug 23659, which changed state.

Bug 23659 Summary: Should able to add dereferencing (statements with VUSE) without rerunning may_alias
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23659

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

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

* [Bug tree-optimization/23330] FIXME from passes.c: pass_may_alias should be a TODO item
       [not found] <bug-23330-6528@http.gcc.gnu.org/bugzilla/>
@ 2007-08-17  9:15 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-08-17  9:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-08-17 09:15 -------
Fixed by:
2007-08-14  Daniel Berlin  <dberlin@dberlin.org>

        * tree-pass.h (PROP_pta): Removed.
        (TODO_rebuild_alias): New.
        (pass_may_alias): Removed.
        * tree-ssa-ccp.c (execute_fold_all_builtins): Only rebuild
        aliasing if we changed something.
        * tree-ssa-alias.c (compute_may_aliases): Make non-static.  Update
        SSA internally.
        (pass_may_alias): Removed.
        (create_structure_vars): Return TODO_rebuild_alias.
        * tree-ssa-pre.c (do_pre): Return TODO_rebuild_alias.
        * tree-sra.c (tree_sra): Only rebuild aliasing if something
        changed.
        (tree_sra_early): We never affect aliasing right now.
        * tree-flow.h (compute_may_aliases): New prototype.
        * passes.c: Remove pass_may_alias from the passes.
        (execute_function_todo): Support TODO_rebuild_alias.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2021-05-04 12:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-11 17:11 [Bug tree-optimization/23330] New: FIXME from passes.c: pass_may_alias should be a TODO item pinskia at gcc dot gnu dot org
2005-09-25  4:25 ` [Bug tree-optimization/23330] " pinskia at gcc dot gnu dot org
     [not found] <bug-23330-6528@http.gcc.gnu.org/bugzilla/>
2007-08-17  9:15 ` pinskia at gcc dot gnu dot org
     [not found] <bug-23330-4@http.gcc.gnu.org/bugzilla/>
2021-05-04 12:04 ` rguenth 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).