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/26421] tree-ssa-alias.c:find_used_portions considers foo(&var) use all elements of var



------- Comment #2 from rguenth at gcc dot gnu dot org  2006-02-22 16:23 -------
I get

<bb 2>:
  #   SFT.0D.1534_2 = V_MUST_DEF <SFT.0D.1534_1>;
  aD.1532.iD.1521 = 1;
  #   SFT.0D.1534_3 = V_MAY_DEF <SFT.0D.1534_2>;
  bar (&aD.1532);
  #   SFT.0D.1534_4 = V_MAY_DEF <SFT.0D.1534_3>;
  bar2 (aD.1532);

for this case.


-- 


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


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