i386.opt (msgx): Use ix86_isa_flags2 variable.
authorUros Bizjak <ubizjak@gmail.com>
Fri, 13 Jan 2017 18:32:44 +0000 (19:32 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 13 Jan 2017 18:32:44 +0000 (19:32 +0100)
commit7cdca3ec8a5ae98b5a92dcb3cb2d6d28f8f68266
treedfcc637e94b39b9b2a57a507421be6691e342725
parent0fdba3a81ca688d6b0072dc97fc2499ea6f89974
i386.opt (msgx): Use ix86_isa_flags2 variable.

* config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
* config/i386/i386.c (ix86_target_string): Add missing options
to isa_opts and reorder options by implied ISAs.  Rename isa_opts2 to
isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
flags_other and ix86_target_other to flags2_other.  Display unknown
isa2 options.
(ix86_valid_target_attribute_inner_p): Add missing options and
reorder options by implied ISAs, as in ix86_target_string.

testsuite/ChangeLog:

* gcc.target/i386/funcspec-56.inc: Add missing options and
reorder options by implied ISAs, as in ix86_target_string.

From-SVN: r244452
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.opt
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/funcspec-56.inc