[Bug target/88078] error: '__float128' was not declared in this scope on PowerPC

2018-11-27 Thread noloader at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88078 --- Comment #3 from Jeffrey Walton --- (In reply to Jonathan Wakely from comment #2) > For GCC 8.2 using -std=c++14 instead of -std=gnu++14 will disable the > __float128 specializations, avoiding the problem of long double and > __float128 being

[Bug target/88078] error: '__float128' was not declared in this scope on PowerPC

2018-11-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88078 --- Comment #2 from Jonathan Wakely --- For GCC 8.2 using -std=c++14 instead of -std=gnu++14 will disable the __float128 specializations, avoiding the problem of long double and __float128 being the same type.

[Bug target/88078] error: '__float128' was not declared in this scope on PowerPC

2018-11-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88078 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---