On Mon, Feb 19, 2024 at 04:13:29PM +0000, Andre Vieira (lists) wrote: > 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.
ChangeLog should be * gcc.dg/bitint-86.c (foo, bar, baz): Replace __seg_gs with SEG. Otherwise, LGTM. Sorry for forgetting to do that myself. Jakub