On Sat, May 24, 2014 at 5:54 PM, Jonathan Wakely <jwakely....@gmail.com> wrote: > On 24 May 2014 17:07, David Edelsohn wrote: >> This patch broke the ability to run the libstdc++ testsuite on AIX. >> >> I now see the following errors: >> >> bad switch "-O": must be -all, -about, -indices, -inline, -expanded, -line, >> -lin >> estop, -lineanchor, -nocase, -start, or -- >> while executing >> "regexp "\-O" $cxxflags" > > Would this work instead? > > regexp ".*-O" $cxxflags
With all the other build breakages in the past week, I've just started seeing the first set of testresults from an auto-tester. It looks like on a cross test using rhe5 / x86_64 with the version of tcl8.4 I'm using I see the same errors that David saw. The testsuite starts running if I tried the above regexp ".*-O" $cxxflags Is this going to be applied - what gives ? regards Ramana