This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/23192] [4.0 Regression] Wrong code


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-02 06:12 -------
This was broken on 20050705.
I think this was fixed by:
2005-07-22  Diego Novillo  <dnovillo@redhat.com>

        * tree-ssa-alias.c (count_ptr_derefs): Do not consider
        &PTR->FLD a dereference of PTR.
        * tree-ssa-structalias.c (update_alias_info): Consider &PTR->FLD
        a potential dereference of PTR.

-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]