https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78179
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|9.0 |8.4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78179
--- Comment #6 from Jonathan Wakely ---
Author: redi
Date: Fri Aug 30 14:17:41 2019
New Revision: 275183
URL: https://gcc.gnu.org/viewcvs?rev=275183&root=gcc&view=rev
Log:
PR libstdc++/78179 fix std::hypot failures due to excessive tolerance
Ba
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78179
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78179
--- Comment #4 from Jonathan Wakely ---
Author: redi
Date: Mon Sep 3 14:54:28 2018
New Revision: 264063
URL: https://gcc.gnu.org/viewcvs?rev=264063&root=gcc&view=rev
Log:
PR libstdc++/78179 run long double tests separately
Split the long doubl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78179
--- Comment #3 from dave.anglin at bell dot net ---
On 2018-08-31 7:55 AM, redi at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78179
>
> --- Comment #2 from Jonathan Wakely ---
> We already disable it rather liberally on
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78179
--- Comment #2 from Jonathan Wakely ---
We already disable it rather liberally on AIX:
// { dg-xfail-run-if "AIX long double" { powerpc-ibm-aix* } }
Maybe we should split the long double parts into a separate file and just xfail
that on affecte
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78179
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78179
sandra at gcc dot gnu.org changed:
What|Removed |Added
CC||sandra at gcc dot gnu.org
---