re PR target/67310 ([PATCH] gcc 4.8.4 fails to compile with -march=native on VIA...
authorUros Bizjak <ubizjak@gmail.com>
Wed, 1 Jun 2016 13:44:37 +0000 (15:44 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 1 Jun 2016 13:44:37 +0000 (15:44 +0200)
commit4bdf739d7146908d64d9a2020df5263a10bedb9c
tree258f5ad02ad56a070cebe407e8ca65c24dde09b1
parent721547cd0dd19a03a9e9405cfdbd6d0870eaaf68
re PR target/67310 ([PATCH] gcc 4.8.4 fails to compile with -march=native on VIA nano CPU)

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.

Co-Authored-By: Jocelyn Mayer <l_indien@magic.fr>
From-SVN: r236991
gcc/ChangeLog
gcc/config/i386/driver-i386.c