]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/cpp/assert4.c: Fix typo last change.
authorAlan Modra <amodra@bigpond.net.au>
Tue, 10 Feb 2004 07:23:23 +0000 (07:23 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Tue, 10 Feb 2004 07:23:23 +0000 (17:53 +1030)
From-SVN: r77587

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

index 2977ed9f39c4b2d565bcd4394c4befd8c0a87f45..b0bcf5fee414a79e811490f88c02cac04536af41 100644 (file)
@@ -1,5 +1,7 @@
 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
 
+       * gcc.dg/cpp/assert4.c: Fix typo last change.
+
        * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
        * gcc.dg/cpp/assert4.c: Handle powerpc64.
 
index db565a2d39b5b3e58b4b76eb0a367fa6ec0614ce..402e4232a4988b9c097ced87ff095fab5d320630 100644 (file)
 #  if (#cpu(powerpc) || #machine(powerpc) \
        || !#cpu(powerpc64) || !#machine(powerpc64))
 #   error
+#  endif
 # else
 #  if (!#cpu(powerpc) || !#machine(powerpc) \
        || #cpu(powerpc64) || #machine(powerpc64))