diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2023-11-28 13:51:47 +0100 |
---|---|---|
committer | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2023-11-28 13:51:47 +0100 |
commit | f5f885dd29846a7aa3e3551b74e2f8d68241e4a0 (patch) | |
tree | 2603cbe58298bd3e6150ff27561017c49e256cc8 /gcc/config | |
parent | 19cc5857e2cb0fb7c637a35a956f902d44286c2d (diff) | |
download | gcc-f5f885dd29846a7aa3e3551b74e2f8d68241e4a0.zip gcc-f5f885dd29846a7aa3e3551b74e2f8d68241e4a0.tar.gz gcc-f5f885dd29846a7aa3e3551b74e2f8d68241e4a0.tar.bz2 |
testsuite: Fix gcc.dg/pr111409.c on Solaris/SPARC with as
gcc.dg/pr111409.c FAILs on Solaris/SPARC with the native as:
FAIL: gcc.dg/pr111409.c scan-assembler-times .section\\\\s+.debug_macro 1
Unlike most other ELF targets, that assembler requires the section name to
be double-quoted. This patch allows for that. It also expects \t to
separate .section directive and name like other similar tests, and escapes
literal dots.
Tested on sparc-sun-solaris2.11 (as and gas) and i386-pc-solaris2.11 (as
and gas).
2023-11-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
gcc/testsuite:
* gcc.dg/pr111409.c: Allow for " before .debug_macro.
Quote literals dots.
Diffstat (limited to 'gcc/config')
0 files changed, 0 insertions, 0 deletions