>> +# GCC testsuite that uses the `dg.exp' driver.
>> +
>> +# Test the front-end for C++.
>> +# We don't need to test back-end code-gen in RV32 system for C++
>> +# Because it is already tested in C.
>> +# Exit immediately if this isn't a RISC-V target.
>> +if ![istarget riscv*-*-*] then {
>> + return
>> +}
>
> Might want to adjust those comments slightly ;)Apologies, I mixed up patches. Still it's not really a front-end test IMHO but just a minor nit anyway. -- Regards Robin
