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]

Re: PING^1: PR testsuite/59971: multilib_flags is placed with the wrong order


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
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]