Re: Problem with bash-3.2 patch

2007-03-15 Thread Jens Stroebel
On Wed, Mar 14, 2007 at 03:20:05PM -0700, Dan Nicholson wrote: > On 3/14/07, Richard Gill <[EMAIL PROTECTED]> wrote: > > > > In the latest development branch (SVN-20070314), the > > bash-3.2-fixes-2.patch creates a problem in bash, as regular > > expression matches in conditionals don't work anymor

Re: Problem with bash-3.2 patch

2007-03-15 Thread Jens Stroebel
On Thu, Mar 15, 2007 at 01:11:31PM +0100, Jens Stroebel wrote: > Reading your posts, I got and applied the above-mentioned patch; > contrary to what I expected, [[ $test =~ $regexpr ]] worked, whereas > [[ "$test" =~ "$regexpr" ]] did not. See below: > > =

Re: ICA diff in cc1 and cc1plus

2007-03-15 Thread Matthew Burgess
On Wednesday 14 March 2007 16:43, Dan Nicholson wrote: > Manuel brought up a recent regression shown by ICA in cc1 and cc1plus. Dan, thanks for looking into this. It seems pretty clear that we need both fixes here, i.e. i) Apply the Glibc patch in chapter 5 and ii) Point GCC to the headers in

Re: Problem with bash-3.2 patch

2007-03-15 Thread Dan Nicholson
On 3/15/07, Jens Stroebel <[EMAIL PROTECTED]> wrote: > On Thu, Mar 15, 2007 at 01:11:31PM +0100, Jens Stroebel wrote: > > > Reading your posts, I got and applied the above-mentioned patch; > > contrary to what I expected, [[ $test =~ $regexpr ]] worked, whereas > > [[ "$test" =~ "$regexpr" ]] did