With the correct patch attached, sorry for the incorrect previous one ! Marc ----- Original Message ----- > From: "gcc-patches" > To: "gcc-patches" , "libstdc++" > Cc: "Luc Michel" > Sent: Tuesday, July 20, 2021 4:12:16 PM > Subject: [NEWS] libstdc++: Fix testsuite for skipping gdb tests on remote/non-native target > This fixes an incorrect invocation of gdb on remote targets where DejaGNU would > try to run host's gdb in remote target simulator. > gdb-test skips the testing when target is remote or non native but the gdb > version check function does not. > > libstdc++-v3/ChangeLog: > * testsuite/lib/gdb-test.exp (gdb_batch_check): Exit if non native or remote > target.