i386.c: Add 'U' suffix to processor feature bits to avoid -Wnarrowing warning.
authorEric Gallager <egall@gwmail.gwu.edu>
Wed, 7 Sep 2016 15:05:56 +0000 (15:05 +0000)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 7 Sep 2016 15:05:56 +0000 (17:05 +0200)
commit7100c1f253908708185aa9878bb147cef986279e
tree7eab280eeb6cf9e7f2f0736dd7b69614e10deae3
parentff0f3f1cb56ae7ee030fb9e66cdd583733a056b8
i386.c: Add 'U' suffix to processor feature bits to avoid -Wnarrowing warning.

* config/i386/i386.c: Add 'U' suffix to processor feature bits
to avoid -Wnarrowing warning.
* config/i386/x86-tune.def: Likewise for DEF_TUNE selector bitmasks.
* opts.c: Likewise for SANITIZER_OPT bitmasks.

From-SVN: r240027
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/x86-tune.def
gcc/opts.c