[Bug target/92055] [avr] Support 64-bit double

2020-01-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92055 --- Comment #14 from CVS Commits --- The master branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:780e19f87c8a69e425b6f98703e6931f49518a80 commit r10-5942-g780e19f87c8a69e425b6f98703e6931f49518a80 Author: Georg-Johann Lay Dat

[Bug target/92055] [avr] Support 64-bit double

2020-01-08 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92055 --- Comment #13 from Georg-Johann Lay --- Author: gjl Date: Wed Jan 8 09:31:07 2020 New Revision: 279994 URL: https://gcc.gnu.org/viewcvs?rev=279994&root=gcc&view=rev Log: Implement 64-bit double functions. gcc/ PR target/92055

[Bug target/92055] [avr] Support 64-bit double

2019-12-05 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92055 --- Comment #12 from Georg-Johann Lay --- Author: gjl Date: Thu Dec 5 09:47:35 2019 New Revision: 278992 URL: https://gcc.gnu.org/viewcvs?rev=278992&root=gcc&view=rev Log: PR target/92055 * config/avr/t-avrlibc (MULTISUBDIR): Se

[Bug target/92055] [avr] Support 64-bit double

2019-11-28 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92055 --- Comment #11 from Georg-Johann Lay --- Author: gjl Date: Thu Nov 28 10:29:30 2019 New Revision: 278805 URL: https://gcc.gnu.org/viewcvs?rev=278805&root=gcc&view=rev Log: Must use push insn to pass varargs arguments of DFmode because

[Bug target/92055] [avr] Support 64-bit double

2019-11-25 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92055 --- Comment #10 from Georg-Johann Lay --- Author: gjl Date: Mon Nov 25 08:59:06 2019 New Revision: 278668 URL: https://gcc.gnu.org/viewcvs?rev=278668&root=gcc&view=rev Log: gcc/ Build double32 / long-double32 multilibs if needed.

[Bug target/92055] [avr] Support 64-bit double

2019-11-13 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92055 --- Comment #9 from Georg-Johann Lay --- Author: gjl Date: Wed Nov 13 08:18:35 2019 New Revision: 278115 URL: https://gcc.gnu.org/viewcvs?rev=278115&root=gcc&view=rev Log: PR target/92055 * config/avr/t-avr (avr-mcus): Do not dep

[Bug target/92055] [avr] Support 64-bit double

2019-11-08 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92055 --- Comment #8 from Georg-Johann Lay --- Author: gjl Date: Fri Nov 8 08:49:07 2019 New Revision: 277954 URL: https://gcc.gnu.org/viewcvs?rev=277954&root=gcc&view=rev Log: PR target/92055 * config/avr/avr.opt (-mdouble=, -mlong-d

[Bug target/92055] [avr] Support 64-bit double

2019-11-07 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92055 Georg-Johann Lay changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED URL|

[Bug target/92055] [avr] Support 64-bit double

2019-11-07 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92055 --- Comment #6 from Georg-Johann Lay --- Author: gjl Date: Thu Nov 7 09:19:31 2019 New Revision: 277908 URL: https://gcc.gnu.org/viewcvs?rev=277908&root=gcc&view=rev Log: gcc/ Support 64-bit double and 64-bit long double configurations.

[Bug target/92055] [avr] Support 64-bit double

2019-10-31 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92055 --- Comment #5 from Georg-Johann Lay --- Created attachment 47149 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47149&action=edit double64-6.diff: Support --with-double={|32|64|32,64|64,32} --with-long-double={|32|64|32,64|64,32,double} g

[Bug target/92055] [avr] Support 64-bit double

2019-10-25 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92055 --- Comment #4 from Georg-Johann Lay --- Created attachment 47114 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47114&action=edit double64-5.diff: Support --with-double={32|64} --with-long-double={32|64}

[Bug target/92055] [avr] Support 64-bit double

2019-10-14 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92055 --- Comment #3 from Georg-Johann Lay --- Created attachment 47030 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47030&action=edit double64-4.diff: patch that also supports --with-long-double64

[Bug target/92055] [avr] Support 64-bit double

2019-10-11 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92055 --- Comment #2 from Georg-Johann Lay --- Created attachment 47023 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47023&action=edit double63-3.diff: Patch including libgcc bits.

[Bug target/92055] [avr] Support 64-bit double

2019-10-11 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92055 Georg-Johann Lay changed: What|Removed |Added Priority|P3 |P4

[Bug target/92055] [avr] Support 64-bit double

2019-10-10 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92055 --- Comment #1 from Georg-Johann Lay --- Created attachment 47015 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47015&action=edit Proposed extension.