* gcc.dg/cpp/avoidpaste1.c: Update.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Feb 2001 19:09:39 +0000 (19:09 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Feb 2001 19:09:39 +0000 (19:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39499 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/avoidpaste1.c

index 87a568f..d279a7e 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+        * gcc.dg/cpp/avoidpaste1.c: Update.
+
 Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
 
        * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
index ce885b1..952d54e 100644 (file)
 /* This should preprocess as
 
 :: : : : : :^: 1.0e- 1
-: : : .. . 0
+: : : .. . 0 0 .
 
 It relies on the fact that even when preprocessing C we bother to separate
 the colons of C++'s :: operator.  If we confine this behaviour to C++
 in future, this test needs to change.  */
 
 :: :g: :f(): :f(^): tricky
-:f(:): .. .__INCLUDE_LEVEL__   /* Check builtins, too.  */
+:f(:): .. .__INCLUDE_LEVEL__ __INCLUDE_LEVEL__. /* Check builtins, too.  */
 
 /*
    { dg-final { if ![file exists avoidpaste1.i] { return }                } }
    { dg-final { if { [grep avoidpaste1.i ":: : : : : :\\^: 1.0e- 1"] != "" } \{   } }
-   { dg-final { if { [grep avoidpaste1.i ": : : \\\.\\\. \\\. 0"] != "" } \{  } }
+   { dg-final { if { [grep avoidpaste1.i ": : : \\\.\\\. \\\. 0 0 \\\."] != "" } \{  } }
    { dg-final { return \} \}                                              } }
    { dg-final { fail "avoidpaste1.c: paste avoidance"                     } }
 */