[Bug target/92904] varargs for __int128 is placed at an unaligned location and uses movdqa for the load

2020-02-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92904 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/92904] varargs for __int128 is placed at an unaligned location and uses movdqa for the load

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92904 --- Comment #7 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:ffb5cc9a5599b1936c5ebea153ca52a0aa2c785d commit r8-9995-gffb5cc9a5599b1936c5ebea153ca52a0aa2c785d Author: Jakub Jelinek

[Bug target/92904] varargs for __int128 is placed at an unaligned location and uses movdqa for the load

2019-12-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92904 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Fri Dec 20 17:43:23 2019 New Revision: 279673 URL: https://gcc.gnu.org/viewcvs?rev=279673=gcc=rev Log: Backported from mainline 2019-12-12 Jakub Jelinek PR

[Bug target/92904] varargs for __int128 is placed at an unaligned location and uses movdqa for the load

2019-12-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92904 --- Comment #5 from Jakub Jelinek --- Fixed on the trunk so far.

[Bug target/92904] varargs for __int128 is placed at an unaligned location and uses movdqa for the load

2019-12-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92904 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Fri Dec 13 00:09:34 2019 New Revision: 279327 URL: https://gcc.gnu.org/viewcvs?rev=279327=gcc=rev Log: PR target/92904 * config/i386/i386.c (ix86_gimplify_va_arg): If

[Bug target/92904] varargs for __int128 is placed at an unaligned location and uses movdqa for the load

2019-12-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92904 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/92904] varargs for __int128 is placed at an unaligned location and uses movdqa for the load

2019-12-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92904 Jakub Jelinek changed: What|Removed |Added CC||hubicka at gcc dot gnu.org,