$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: troy_at_[hidden]
Date: 2007-05-22 17:09:53
Author: troy
Date: 2007-05-22 17:09:52 EDT (Tue, 22 May 2007)
New Revision: 4190
URL: http://svn.boost.org/trac/boost/changeset/4190
Log:
provokes infinite loop when building on freebsd :(
Text files modified: 
   sandbox/troy/boost_1_34_0/libs/numeric/conversion/test/converter_test.cpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/troy/boost_1_34_0/libs/numeric/conversion/test/converter_test.cpp
==============================================================================
--- sandbox/troy/boost_1_34_0/libs/numeric/conversion/test/converter_test.cpp	(original)
+++ sandbox/troy/boost_1_34_0/libs/numeric/conversion/test/converter_test.cpp	2007-05-22 17:09:52 EDT (Tue, 22 May 2007)
@@ -399,7 +399,7 @@
 void test_converter_as_function_object()
 {
 #if (defined(__FreeBSD__) && (__GNUC__ == 3) && (__GNUC_MINOR__ == 4) && (__GNUC_PATCHLEVEL__ == 4))
-#warning Test disabled.  This provokes an infinite loop in the compiler.
+#error This sends the compiler into an infinite loop
 #else
  
   cout << "Testing converter as function object.\n";