On 2/14/2024 12:09 PM, Robin Dapp wrote:
On 2/14/24 20:46, Edwin Lu wrote:The testcase pr113742.c is failing for 32 bit targets due to the following cc1 error: cc1: error: ABI requries '-march=rv64'I think we usually just add exactly this to the test options (so it is always run rather than just on a 64-bit target. Regards Robin
Ah oops I glanced over the /* { dg-do compile } */part. It should be fine to add '-march=rv64gc' instead then?
Edwin