[Bug target/67310] [PATCH] gcc 4.8.4 fails to compile with -march=native on VIA nano CPU
uros at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jun 1 13:45:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67310
--- Comment #17 from uros at gcc dot gnu.org ---
Author: uros
Date: Wed Jun 1 13:44:37 2016
New Revision: 236991
URL: https://gcc.gnu.org/viewcvs?rev=236991&root=gcc&view=rev
Log:
PR target/67310
* config/i386/driver-i386.c (host_detect_local_cpu): Correctly
detect processor family for signature_CENTAUR_ebx.
<case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
signature_CENTAUR_ebx.
<case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
<default>: Pass x86-64 for has_longmode.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/driver-i386.c
More information about the Gcc-bugs
mailing list