From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22877 invoked by alias); 25 Aug 2009 16:58:48 -0000 Received: (qmail 22823 invoked by alias); 25 Aug 2009 16:58:27 -0000 Date: Tue, 25 Aug 2009 16:58:00 -0000 Message-ID: <20090825165827.22822.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug testsuite/41166] [4.5 Regression] Syntax error: Unterminated quoted string In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "joseph at codesourcery dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-08/txt/msg02038.txt.bz2 ------- Comment #4 from joseph at codesourcery dot com 2009-08-25 16:58 ------- Subject: Re: [4.5 Regression] Syntax error: Unterminated quoted string On Tue, 25 Aug 2009, rwild at gcc dot gnu dot org wrote: > ------- Comment #3 from rwild at gcc dot gnu dot org 2009-08-25 16:32 ------- > (In reply to comment #2) > > > value_of_substed=`echo @substed@ | ./config.status --file=-` > > > > It's a bad idea for the script to depend at all on either config.status or > > a build tree > > I don't understand this remark. If the script shouldn't depend on > config.status, well, then why does it read it? There should be no It reads it because at present the required information is not present in the .sum files, and installed testing separate from a build tree was not considered when the script was written. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41166