On 06/07/2026 12:28, Christophe Lyon wrote:
> 
> 
> On 7/6/26 13:01, Torbjörn SVENSSON wrote:
>> Ok for trunk, releases/gcc-16 and releases/gcc-15?
>>
>> -- 
>>
>> gcc/testsuite/ChangeLog:
>>
>>     * gcc.target/arm/tls-disable-literal-pool.c: Add quotation for
>>     command line arguments.
>>
>> Signed-off-by: Torbjörn SVENSSON <[email protected]>
>> ---
>>   gcc/testsuite/gcc.target/arm/tls-disable-literal-pool.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/gcc/testsuite/gcc.target/arm/tls-disable-literal-pool.c 
>> b/gcc/testsuite/gcc.target/arm/tls-disable-literal-pool.c
>> index 834eaf6db92..af3226be0f9 100644
>> --- a/gcc/testsuite/gcc.target/arm/tls-disable-literal-pool.c
>> +++ b/gcc/testsuite/gcc.target/arm/tls-disable-literal-pool.c
>> @@ -10,6 +10,6 @@ __thread int x = 0;
>>   int
>>   bar ()
>>   {
>> -  return x; /* { dg-message "sorry, unimplemented: accessing thread-local 
>> storage is not currently supported with -mpure-code or -mslow-flash-data" } 
>> */
>> +  return x; /* { dg-message "sorry, unimplemented: accessing thread-local 
>> storage is not currently supported with '-mpure-code' or 
>> '-mslow-flash-data'" } */
>>   }
>>   
> 
> 
> I thought this had already been fixed....
> Doesn't this count as obvious?
> 

OK.

R.

> Thanks,
> 
> Christophe
> 

Reply via email to