* gcc.dg/cpp/avoidpaste1.c: Update.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Tue, 6 Feb 2001 19:09:39 +0000 (19:09 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 6 Feb 2001 19:09:39 +0000 (19:09 +0000)
From-SVN: r39499

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

index 87a568f84de9a8fa953587a515419d64d4428e65..d279a7e753f8194fc6d3767ccae79969f896732d 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 ce885b15458ab3dd9b4054a7f6854490eda4ce38..952d54ef24a9637acb9f3edd4feace1439d9d75d 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"                     } }
 */