https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95418
Uroš Bizjak changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95418
--- Comment #10 from CVS Commits ---
The master branch has been updated by Uros Bizjak :
https://gcc.gnu.org/g:832c1192eba6dd100e2f757e30ea6373f782ff55
commit r11-774-g832c1192eba6dd100e2f757e30ea6373f782ff55
Author: Uros Bizjak
Date: Mon Ju
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95418
--- Comment #9 from Thomas Koenig ---
(In reply to Uroš Bizjak from comment #6)
> Thomas,
>
> Contrary to my other libgfortran contribution, I was under the impression
> that the patch touches only deep architectural details of the x87 chip, an
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95418
--- Comment #8 from Markus Böck ---
Tested the above patch and the build failure is gone now
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95418
--- Comment #7 from Uroš Bizjak ---
Created attachment 48649
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48649&action=edit
Untested patch.
Can someone with an access to MinGW target please test the attached patch?
The layout is defined
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95418
--- Comment #6 from Uroš Bizjak ---
(In reply to Thomas Koenig from comment #3)
> Adding the author of the patch.
>
> Uros: I find no discussion of this patch on the fortran mailing list.
> Please remember to do so in the future if you touch the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95418
--- Comment #5 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #4)
> Looks like:
>unsigned short int __cs_selector;
> - unsigned short int __opcode;
> + unsigned int __opcode:11;
> + unsigned int __unused4:5;
>
> For Window
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95418
--- Comment #4 from Andrew Pinski ---
Looks like:
unsigned short int __cs_selector;
- unsigned short int __opcode;
+ unsigned int __opcode:11;
+ unsigned int __unused4:5;
For Windows ABI, the int causes the bitfield to start at the next 4b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95418
Thomas Koenig changed:
What|Removed |Added
Target Milestone|--- |11.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95418
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org,
10 matches
Mail list logo