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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=809353e14928cb41e98c4454a9e5c0fb95b8973b;p=gcc.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 1cf7f458b04..d022be726aa 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 2d5558f315f..c47a801bb5e 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"