[Bug testsuite/41166] [4.5 Regression] Syntax error: Unterminated quoted string

2009-08-27 Thread rwild at gcc dot gnu dot org
--- Comment #6 from rwild at gcc dot gnu dot org 2009-08-27 18:59 --- Subject: Bug 41166 Author: rwild Date: Thu Aug 27 18:59:32 2009 New Revision: 151145 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=151145 Log: Let test_summary invoke, not parse config.status contents.

[Bug testsuite/41166] [4.5 Regression] Syntax error: Unterminated quoted string

2009-08-26 Thread rwild at gcc dot gnu dot org
--- Comment #5 from rwild at gcc dot gnu dot org 2009-08-26 21:39 --- patch at http://gcc.gnu.org/ml/gcc-patches/2009-08/msg01371.html avoiding the regression but not fixing issues in remark #2 -- rwild at gcc dot gnu dot org changed: What|Removed

[Bug testsuite/41166] [4.5 Regression] Syntax error: Unterminated quoted string

2009-08-25 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41166

[Bug testsuite/41166] [4.5 Regression] Syntax error: Unterminated quoted string

2009-08-25 Thread rwild at gcc dot gnu dot org
--- Comment #1 from rwild at gcc dot gnu dot org 2009-08-25 15:57 --- AFACIS, the bug is in the test_summary script, it tries to parse the internals of a config.status file. To extract values from config.status portably (across both systems and Autoconf versions), use either an

[Bug testsuite/41166] [4.5 Regression] Syntax error: Unterminated quoted string

2009-08-25 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-08-25 16:23 --- Subject: Re: [4.5 Regression] Syntax error: Unterminated quoted string On Tue, 25 Aug 2009, rwild at gcc dot gnu dot org wrote: AFACIS, the bug is in the test_summary script, it tries to parse the internals of

[Bug testsuite/41166] [4.5 Regression] Syntax error: Unterminated quoted string

2009-08-25 Thread rwild at gcc dot gnu dot org
--- 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.

[Bug testsuite/41166] [4.5 Regression] Syntax error: Unterminated quoted string

2009-08-25 Thread joseph at codesourcery dot com
--- 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 ---