[Bug c++/107433] 510.parest_r, call of overloaded 'back_interpolate' is ambiguous

2022-10-27 Thread rvmallad at amazon dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107433

--- Comment #2 from Rama Malladi  ---
(In reply to Martin Liška from comment #1)
> As mentioned slightly here:
> https://www.spec.org/cpu2017/Docs/benchmarks/510.parest_r.html
> please use -std=c++98 or something < c++17.

Thank you. I had it for C compiler. Will add it to C++ compiler command-line
too.

[Bug c++/107433] 510.parest_r, call of overloaded 'back_interpolate' is ambiguous

2022-10-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107433

Martin Liška  changed:

   What|Removed |Added

 Blocks||26163
 CC||marxin at gcc dot gnu.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Martin Liška  ---
As mentioned slightly here:
https://www.spec.org/cpu2017/Docs/benchmarks/510.parest_r.html
please use -std=c++98 or something < c++17.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
[Bug 26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)