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 optimization/6883] Fails to optimize temporary objects.


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-03 07:42 -------
Stupid me copied and pasted the tree dump worng, it should have been:
  if (T.4_164 > T.6_165) goto <L24>; else goto <L25>;

<L24>:;
  <D1819>_176 = 0;
  goto <bb 9> (<L26>);

<L25>:;
  <D1819>_175 = 1;

  # <D1819>_2 = PHI <1(8), 0(7)>;
<L26>:;
  T.31_166 = (bool)<D1819>_2;
  T.31_167 = T.31_166;
  if (T.31_166) goto <L15>; else goto <L27>;

-- 


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


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