From: Michael Chamberlain Date: Sun, 1 Jul 2001 18:55:46 +0000 (+0000) Subject: mg.exp (compiler_output): Support tcl 8.3.1. X-Git-Tag: prereleases/libstdc++-3.0.95~3541 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=809353e14928cb41e98c4454a9e5c0fb95b8973b;p=thirdparty%2Fgcc.git mg.exp (compiler_output): Support tcl 8.3.1. 2000-09-10 Michael Chamberlain * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1. From-SVN: r43675 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1cf7f458b040..d022be726aa8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2000-09-10 Michael Chamberlain + + * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1. + 2001-06-28 Stan Shebs * gcc.dg/pragma-darwin.c: New test. diff --git a/gcc/testsuite/gcc.misc-tests/mg.exp b/gcc/testsuite/gcc.misc-tests/mg.exp index 2d5558f315f8..c47a801bb5e5 100644 --- a/gcc/testsuite/gcc.misc-tests/mg.exp +++ b/gcc/testsuite/gcc.misc-tests/mg.exp @@ -20,5 +20,5 @@ load_lib mike-gcc.exp prebase set actions none-of-the-above -set compiler_output "mg.o ?: .*mg.c \[ \\\n\]*nonexist.h" +set compiler_output "mg.o ?: .*mg.c \[ \\\\\n\]*nonexist.h" postbase mg.c "" "" "-MM -MG"