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/81874] internal compiler error: in do_SUBST, at combine.c:725


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81874

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Reduced test-case:

int a, c;
int
d (int f, int g)
{
  return g ?: f;
}
void
h ()
{
  int b = a > 0 && 1 > 2147483647 - a, e = b;
  c = d (++a, e);
}

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