]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite, jit: Handle whitespace in test-link-section-assembler.c.
authorIain Sandoe <iain@sandoe.co.uk>
Sat, 13 Jan 2024 12:49:28 +0000 (12:49 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Sat, 20 Apr 2024 14:43:03 +0000 (15:43 +0100)
commit12e4b9ce523bd60acfb3d5567e493822fcdcf698
treeeabd6ce36ec909878580f0b63776ede30cec391b
parent633e24e1c7846cdd6796074f42254afdf0f44ef3
testsuite, jit: Handle whitespace in test-link-section-assembler.c.

Darwin has a different .section directive that has more fields and
uses different whitespace.  Amend the whitespace in the scan-asm to
be more flexible.

gcc/testsuite/ChangeLog:

* jit.dg/test-link-section-assembler.c: Accept any whitespace
between the .section directive and its arguments.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
(cherry picked from commit 2b0abfd3f8dbe3e9af79bb6bdc06d727d36f1946)
gcc/testsuite/jit.dg/test-link-section-assembler.c