Re: dejagnu requires tcl 8.6?

2016-02-18 Thread Steve Ellcey
On Fri, 2016-02-19 at 09:03 +1100, Ben Elliston wrote: > On Thu, Feb 18, 2016 at 01:23:55PM -0800, Steve Ellcey wrote: > > > Using tcl 8.5 would make my life easier, I build GCC on older > > systems because we want to support GCC on those systems and they > > have tcl 8.5 as the standard installed

Re: dejagnu requires tcl 8.6?

2016-02-18 Thread Ben Elliston
On Thu, Feb 18, 2016 at 01:23:55PM -0800, Steve Ellcey wrote: > Using tcl 8.5 would make my life easier, I build GCC on older > systems because we want to support GCC on those systems and they > have tcl 8.5 as the standard installed tcl (Ubuntu 12.04, CentOS 6). I dropped back to 8.5 for now. W

Re: dejagnu requires tcl 8.6?

2016-02-18 Thread Steve Ellcey
On Fri, 2016-02-19 at 07:27 +1100, Ben Elliston wrote: > Hi Steve > > I made this change because I thought it was safe to do so. I was > wrong. :-) My build of Expect has Tcl 8.6 and 8.6 was released almost > 8 years ago. 8.6 has a few features that would help us clean up some > of the nastier co

[PATCH] dejagnu: Add D support to default_target_compile

2016-02-18 Thread Iain Buclaw
Hi, Forwarding this patch on from gdb that adds D support in default_target_compile, which should allow D sources to be used in dejagnu framework. Regards, Iain. ChangeLog: * lib/libgloss.exp (find_gdc): New proc. * lib/target.exp (default_target_compile): Add D support. --- --- a/lib/libglos

Re: dejagnu requires tcl 8.6?

2016-02-18 Thread Ben Elliston
Hi Steve I made this change because I thought it was safe to do so. I was wrong. :-) My build of Expect has Tcl 8.6 and 8.6 was released almost 8 years ago. 8.6 has a few features that would help us clean up some of the nastier code in DejaGnu (eg, exec has -ignorestderr). I'm happy to go back t

dejagnu requires tcl 8.6?

2016-02-18 Thread Steve Ellcey
My build of dejagnu just failed because I have tcl 8.5 and not tcl 8.6. I see the checkin to configure that is causing this but I don't see any thing in the dejagnu mailing list about it. Is there a reason why we need tcl 8.6 for dejagnu? I am building GCC toolchains on CentOS 6 and Ubuntu 12.04