]> gcc.gnu.org Git - gcc.git/commit
Fix testism where __seg_gs was being used for all targets
authorAndre Simoes Dias Vieira <andre.simoesdiasvieira@arm.com>
Mon, 19 Feb 2024 15:50:37 +0000 (15:50 +0000)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Mon, 19 Feb 2024 16:12:31 +0000 (16:12 +0000)
commitb29f20b6e271b7cd1faad1ced9a55d92d00fcbfe
treeb9529fd6b3bf79593b3682469c883b052c3cf2ff
parentc7151283dc747769d4ac4f216d8f519bda2569b5
Fix testism where __seg_gs was being used for all targets

Replaced uses of __seg_gs with the MACRO SEG defined in the testcase to pick
(if any) the right __seg_{gs,fs} keyword based on target.

gcc/testsuite/ChangeLog:

* gcc.dg/bitint-86.c (__seg_gs): Replace with SEG MACRO.
gcc/testsuite/gcc.dg/bitint-86.c
This page took 0.068822 seconds and 6 git commands to generate.