[Bug target/61570] -march=native CPU you selected does not support x86-64 instruction under QEMU

2014-11-15 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61570 Francois-Xavier Coudert fxcoudert at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug target/61570] -march=native CPU you selected does not support x86-64 instruction under QEMU

2014-06-24 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61570 --- Comment #5 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org --- Author: hjl Date: Tue Jun 24 14:46:18 2014 New Revision: 211943 URL: https://gcc.gnu.org/viewcvs?rev=211943root=gccview=rev Log: Revert the last change on driver-i386.c

[Bug target/61570] -march=native CPU you selected does not support x86-64 instruction under QEMU

2014-06-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61570 --- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Tue Jun 24 14:58:19 2014 New Revision: 211945 URL: https://gcc.gnu.org/viewcvs?rev=211945root=gccview=rev Log: PR target/61570 * config/i386/driver-i386.c

[Bug target/61570] -march=native CPU you selected does not support x86-64 instruction under QEMU

2014-06-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61570 --- Comment #7 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Tue Jun 24 15:06:40 2014 New Revision: 211947 URL: https://gcc.gnu.org/viewcvs?rev=211947root=gccview=rev Log: PR target/61570 * config/i386/driver-i386.c

[Bug target/61570] -march=native CPU you selected does not support x86-64 instruction under QEMU

2014-06-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61570 --- Comment #8 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Tue Jun 24 15:13:32 2014 New Revision: 211948 URL: https://gcc.gnu.org/viewcvs?rev=211948root=gccview=rev Log: PR target/61570 * config/i386/driver-i386.c

[Bug target/61570] -march=native CPU you selected does not support x86-64 instruction under QEMU

2014-06-23 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61570 --- Comment #4 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org --- Author: hjl Date: Mon Jun 23 16:28:36 2014 New Revision: 211901 URL: https://gcc.gnu.org/viewcvs?rev=211901root=gccview=rev Log: Assume x86-64 if a 32-bit processor supports

[Bug target/61570] -march=native CPU you selected does not support x86-64 instruction under QEMU

2014-06-20 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61570 --- Comment #1 from Mikael Pettersson mikpelinux at gmail dot com --- Well, qemu seems confused (as usual). Having lm and lahf_lmin the CPUID feature flags and a 48-bit virtual address space implies being 64-bit, but Intel Family 6 Model 13

[Bug target/61570] -march=native CPU you selected does not support x86-64 instruction under QEMU

2014-06-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61570 --- Comment #2 from Jakub Jelinek jakub at gcc dot gnu.org --- Sure, but for this model AFAIK we go through the default: case of PENTIUMPRO anyway, where we only test the flags, so even if it used some completely unknown family number, it would

[Bug target/61570] -march=native CPU you selected does not support x86-64 instruction under QEMU

2014-06-20 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61570 Mikael Pettersson mikpelinux at gmail dot com changed: What|Removed |Added CC|