On Fri, 13 Feb 2015, H.J. Lu wrote: > the end. This patch adds gcc_default_target_compile, which is > almost identical to default_target_compile in dejagnu, except that > it has
Duplicating large piles of code from DejaGnu seems a bad idea - it's bound to cause problems when DejaGnu makes its own changes to this code and GCC's copy gets out of sync. Have you worked with the DejaGnu maintainers to get such a change into future versions of DejaGnu (with a view to any GCC version then being conditional on an old DejaGnu version being used)? -- Joseph S. Myers jos...@codesourcery.com