[Bug c++/117331] constexpr with "long double" fails on ppc64el

2024-10-28 Thread dev at umlaeute dot mur.at via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117331 --- Comment #1 from IOhannes m zmölnig --- ouch, i've actually posted my initial test-case that uses templates. The original code looked like ```C++ template T test(void) { constexpr auto one = T (1); constexpr auto oneThird = one / (T)

[Bug c++/117331] New: constexpr with "long double" fails on ppc64el

2024-10-28 Thread dev at umlaeute dot mur.at via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117331 Bug ID: 117331 Summary: constexpr with "long double" fails on ppc64el Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: