From f3c15849f1235cb1df4b6c317c8cd3ed124fbd9a Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 8 Mar 2002 08:19:08 -0500 Subject: ENH: add one more stupid function call for the dec cxx compiler... --- Tests/Complex/Executable/complex.cxx | 1 + Tests/ComplexOneConfig/Executable/complex.cxx | 1 + Tests/ComplexRelativePaths/Executable/complex.cxx | 1 + 3 files changed, 3 insertions(+) diff --git a/Tests/Complex/Executable/complex.cxx b/Tests/Complex/Executable/complex.cxx index 8600e10..519c020 100644 --- a/Tests/Complex/Executable/complex.cxx +++ b/Tests/Complex/Executable/complex.cxx @@ -477,6 +477,7 @@ int main() std::string cachetest = CACHE_TEST_VAR_INTERNAL; v.push_back(cachetest); v2 = v; + std::string x(5,'x'); std::string copy = cachetest; cachetest.find("bar"); cachetest.rfind("bar"); diff --git a/Tests/ComplexOneConfig/Executable/complex.cxx b/Tests/ComplexOneConfig/Executable/complex.cxx index 8600e10..519c020 100644 --- a/Tests/ComplexOneConfig/Executable/complex.cxx +++ b/Tests/ComplexOneConfig/Executable/complex.cxx @@ -477,6 +477,7 @@ int main() std::string cachetest = CACHE_TEST_VAR_INTERNAL; v.push_back(cachetest); v2 = v; + std::string x(5,'x'); std::string copy = cachetest; cachetest.find("bar"); cachetest.rfind("bar"); diff --git a/Tests/ComplexRelativePaths/Executable/complex.cxx b/Tests/ComplexRelativePaths/Executable/complex.cxx index 8600e10..519c020 100644 --- a/Tests/ComplexRelativePaths/Executable/complex.cxx +++ b/Tests/ComplexRelativePaths/Executable/complex.cxx @@ -477,6 +477,7 @@ int main() std::string cachetest = CACHE_TEST_VAR_INTERNAL; v.push_back(cachetest); v2 = v; + std::string x(5,'x'); std::string copy = cachetest; cachetest.find("bar"); cachetest.rfind("bar"); -- cgit v0.12