From 1895e75ccc316695e47ce4d0dc8a81171674cefb Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 7 Nov 2002 00:24:48 +0000 Subject: [PATCH] * testsuite/abi_check.cc: Add guards to prevent -mpower ICE. From-SVN: r58872 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/testsuite/abi_check.cc | 2 ++ 2 files changed, 6 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 6ee025e5e3ce..8ff194d49b50 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2002-11-06 David Edelsohn + + * testsuite/abi_check.cc: Add guards to prevent -mpower ICE. + 2002-11-05 Jonathan Wakely * include/std/std_sstream.h diff --git a/libstdc++-v3/testsuite/abi_check.cc b/libstdc++-v3/testsuite/abi_check.cc index c093cd507a6a..ca5281175af0 100644 --- a/libstdc++-v3/testsuite/abi_check.cc +++ b/libstdc++-v3/testsuite/abi_check.cc @@ -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; } -- 2.47.2