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 target/60818] ICE in validate_condition_mode on powerpc-e500v2-linux-gnuspe


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

--- Comment #1 from Arseny Solokha <asolokha at gmx dot com> ---
Another one:

int
kf(int a2, unsigned int dc)
{
  int t3;
  int b1[2];
  for (t3 = 0; t3 < 2; ++t3)
    b1[t3] = 2;
  return ((t3 > a2) >= b1[0]) < dc;
}


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