This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On 03/20/2013 10:33 AM, Aldy Hernandez wrote:
I doubt it's anything really related to dejagnu and is more related to how the "make check" target is constructed in gcc/Makefile.in. It's brutally ugly.As I'd mentioned, you have .exp files named compile.exp and execute.exp which seem to be causing ambiguity problems in parallel checks (make check -jN). For some reason, with this patch, the rest of dg.exp fails to run after Cilkplus' compile/execute.exp runs. Renaming these to something less generic does the trick. Do you mind prefixing all the .exp's with "cilkplus_" or something similar? [Perhaps someone can pontificate as to what the actual problem is here and describe it. Dejagnu is a mystery to me.]
I recently had to swap in some dejagnu/tcl basics; and I did everything possible to forget it as soon as possible. I'd really forgotten how much I hated writing tcl code.
Jeff
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |