[Bug target/86324] testsuite test divkc3-1.c FAILs when compiling with -mabi=ieeelongdouble

2018-08-13 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86324 --- Comment #9 from Peter Bergner --- Author: bergner Date: Mon Aug 13 17:34:38 2018 New Revision: 263510 URL: https://gcc.gnu.org/viewcvs?rev=263510=gcc=rev Log: gcc/ Backport from mainline 2018-07-06 Peter Bergner

[Bug target/86324] testsuite test divkc3-1.c FAILs when compiling with -mabi=ieeelongdouble

2018-08-13 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86324 Peter Bergner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/86324] testsuite test divkc3-1.c FAILs when compiling with -mabi=ieeelongdouble

2018-07-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86324 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.2 |8.3 --- Comment #7 from Jakub Jelinek

[Bug target/86324] testsuite test divkc3-1.c FAILs when compiling with -mabi=ieeelongdouble

2018-07-06 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86324 --- Comment #6 from Peter Bergner --- Author: bergner Date: Fri Jul 6 21:05:48 2018 New Revision: 262484 URL: https://gcc.gnu.org/viewcvs?rev=262484=gcc=rev Log: gcc/ PR target/86324 * target.def (translate_mode_attribute): New

[Bug target/86324] testsuite test divkc3-1.c FAILs when compiling with -mabi=ieeelongdouble

2018-06-28 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86324 Peter Bergner changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/86324] testsuite test divkc3-1.c FAILs when compiling with -mabi=ieeelongdouble

2018-06-28 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86324 Peter Bergner changed: What|Removed |Added Target Milestone|--- |8.2 --- Comment #5 from Peter Bergner

[Bug target/86324] testsuite test divkc3-1.c FAILs when compiling with -mabi=ieeelongdouble

2018-06-26 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86324 --- Comment #4 from Peter Bergner --- So talking with Joseph on IRC, he said if K[FC]mode or I[FC}mode are the same as long double, then we should translate the mode attribute in c-attribs.c:handle_mode_attribute() to return the T[FC]mode

[Bug target/86324] testsuite test divkc3-1.c FAILs when compiling with -mabi=ieeelongdouble

2018-06-26 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86324 --- Comment #3 from Peter Bergner --- And a complementary bug for a __ibm128 complex type when using -mabi=ibmlongdouble: bergner@pike:~/gcc/BUGS/PR86324$ cat divic.i typedef __complex float __cfloat128 __attribute__((mode(IC))); __cfloat128

[Bug target/86324] testsuite test divkc3-1.c FAILs when compiling with -mabi=ieeelongdouble

2018-06-26 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86324 --- Comment #2 from Peter Bergner --- Ok, it still fails even with Segher's patch. I'll try and track things down.

[Bug target/86324] testsuite test divkc3-1.c FAILs when compiling with -mabi=ieeelongdouble

2018-06-26 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86324 --- Comment #1 from Peter Bergner --- I thought I had Segher's PR82625 patch applied but didn't. I'm rebuilding with that fix to see if this still FAILs with that fix or not.