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 tree-optimization/69820] [6 Regression] Test miscompiled with -O3 option


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

--- Comment #5 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
knl ICE:

int a[100], b[100];
short c[100];
void fn1() {
  for (int i = 0; i < 100; ++i)
    b[i] = a[i] * (bool)c[i];
}

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