https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80759
--- Comment #7 from Daniel Santos <daniel.santos at pobox dot com> --- (In reply to r...@cebitec.uni-bielefeld.de from comment #3) > > Well, this was my introduction to DejaGnu and the test harness. I found > > that > > none of these support doing a build when there is more than one object file > > -- > > in my case, I'm linking the output of both ms-sysv.c and do_test.S. > > However, > > Huh? What about dg-additional-sources, which seems to be exactly what > you need and is even documented in sourcebuild.texi ;-) I think my limitation is the generated headers. I was examining how struct-layout-1.exp works (as it is the most similar test to mine) and it generates all of it's sources for each job, but they are pretty small. I don't suppose you know of a way to generates my sources (headers) in one place and then access them when ms-sysv.exp runs do you? I'm semi-content with leaving it as it is (presuming all of the flaws can be fixed), but it would be nice to be able to use the standard functions. On the flip side, each of these tests are fairly slow (especially with rtl checking) and I understand that the way dg splits up tests might not parallelize well with fewer, slower tests. Daniel