On 8/2/21 3:09 PM, Simon Marchi wrote: > Where it says: > >> +# The .c files use __attribute__. >> +if [get_compiler_info] { >> + return -1 >> +} > > The .c files don't seem to use __attribute__. > > I'm also wondering why we use this for these tests: > >> +if !$gcc_compiled { >> + verbose "Skipping $gdb_test_file_name." >> + return 0 >> +} > > The test runs fine with CC_FOR_TARGET=clang, for example (with the trivial > fix to make main return int). Ack, fixed. After doing some further analysis and filing PR28200, I'm finally happy with the commit message. Will commit shortly. Thanks, - Tom