]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* testsuite/abi_check.cc: Add guards to prevent -mpower ICE.
authorDavid Edelsohn <edelsohn@gnu.org>
Thu, 7 Nov 2002 00:24:48 +0000 (00:24 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 7 Nov 2002 00:24:48 +0000 (19:24 -0500)
From-SVN: r58872

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/abi_check.cc

index 6ee025e5e3ce848ecb8ca0a88d1497b1ccdfff88..8ff194d49b50370d82002b0fbe924be1408caae5 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-06  David Edelsohn  <edelsohn@gnu.org>
+
+       * testsuite/abi_check.cc: Add guards to prevent -mpower ICE.
+
 2002-11-05  Jonathan Wakely  <cow@compsoc.man.ac.uk>
 
        * include/std/std_sstream.h
index c093cd507a6aa1f12cd50a1d8bff654c1c74e4fd..ca5281175af0b975d7d5ee4740c313dced3887fb 100644 (file)
@@ -321,6 +321,7 @@ main(int argc, char** argv)
       exit(2);
     }
 
+#ifndef _ARCH_PWR
   // Sort out names.
   // Assuming baseline_names, test_names are both unique w/ no duplicates.
   //
@@ -404,6 +405,7 @@ main(int argc, char** argv)
       // Second, report reason or reasons incompatible.
       check_compatible(base, test, true);
     }
+#endif
 
   return 0;
 }