i386: Enable UINTR and HRESET for -march that supports it
authorMartin Liska <mliska@suse.cz>
Mon, 8 Mar 2021 11:08:37 +0000 (12:08 +0100)
committerMartin Liska <mliska@suse.cz>
Mon, 8 Mar 2021 14:14:28 +0000 (15:14 +0100)
commite95554dac8284a75c13f4650ef40eea76227282e
tree96587f36931c6b185f08b4a24f61da41f8a5a48c
parent3cb8aab390ccf31e4581863b080db30c6735e51e
i386: Enable UINTR and HRESET for -march that supports it

gcc/ChangeLog:

PR target/99463
* config/i386/i386-options.c (ix86_option_override_internal):
Enable UINTR and HRESET for -march that supports it.

gcc/testsuite/ChangeLog:

PR target/99463
* gcc.target/i386/pr99463-2.c: New test.
* gcc.target/i386/pr99463.c: New test.
gcc/config/i386/i386-options.c
gcc/testsuite/gcc.target/i386/pr99463-2.c [new file with mode: 0644]
gcc/testsuite/gcc.target/i386/pr99463.c [new file with mode: 0644]