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 c/83634] ICE in useless_type_conversion_p, at gimple-expr.c:86


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

--- Comment #1 from Daniel Fruzynski <bugzilla@poradnik-webmastera.com> ---
A bit simpler test case which triggers this ICE:
[code]
void test()
{
  const int foo = Foo();
  short n;
  for (n = foo; n < 100; ++n) {}
}
[/code]

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