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 middle-end/26198] Unfolded comparison after cfg_cleanup



------- Comment #2 from rguenth at gcc dot gnu dot org  2006-06-19 19:40 -------
Note that the reason mentioned was fixed recently, but we still have (in
.optimized):

<L18>:;
  p = &D.2217->a2.x[0];
  D.2237 = &D.2217->a2.x[2];
  if (p < D.2237) goto <L19>; else goto <L21>;

...

<L21>:;
  p = &D.2217->a3.x[0];
  D.2243 = &D.2217->a3.x[2];
  if (p < D.2243) goto <L22>; else goto <L24>;


-- 


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


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