[Bug c/84687] error: invalid conversion in gimple call with -O3 and -ffast-math

dcb314 at hotmail dot com gcc-bugzilla@gcc.gnu.org
Sat Mar 3 11:36:00 GMT 2018


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

--- Comment #1 from David Binderman <dcb314 at hotmail dot com> ---
Reduced code is:

a[0];
b, c, d;
__attribute__((__simd__)) double exp(double);
e() {
  double f = exp(b);
  for (; c; c++) {
    d = c;
    a[c] = pow(12.0, d) * pow(f, c);
  }
}


More information about the Gcc-bugs mailing list