[Bug target/66954] function multiversioning fails for target "aes"

uros at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jul 22 18:02:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66954

--- Comment #2 from uros at gcc dot gnu.org ---
Author: uros
Date: Wed Jul 22 18:01:33 2015
New Revision: 226081

URL: https://gcc.gnu.org/viewcvs?rev=226081&root=gcc&view=rev
Log:
libgcc/ChangeLog:

        PR target/66954
        * config/i386/cpuinfo.c (enum processor_features): Add FEATURE_AES.
        (get_available_features): Handle FEATURE_AES.

gcc/ChangeLog:

        PR target/66954
        * config/i386/i386.c (get_builtin_code_for_version): Add P_AES
        to enum feature_priority and feature_list.
        (fold_builtin_cpu): Add F_AES to enum processor_features
        and isa_names_table.

gcc/testsuite/ChangeLog:

        PR target/66954
        * g++.dg/ext/mv24.C: New test.


Added:
    trunk/gcc/testsuite/g++.dg/ext/mv24.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/testsuite/ChangeLog
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/i386/cpuinfo.c



More information about the Gcc-bugs mailing list