[llvm-commits] CVS: llvm/include/boost/config/compiler/gcc.hpp

Chris Lattner lattner at cs.uiuc.edu
Fri Jul 25 12:34:00 PDT 2003


Changes in directory llvm/include/boost/config/compiler:

gcc.hpp updated: 1.2 -> 1.3

---
Log message:

This header works with GCC 3.3


---
Diffs of the changes:

Index: llvm/include/boost/config/compiler/gcc.hpp
diff -u llvm/include/boost/config/compiler/gcc.hpp:1.2 llvm/include/boost/config/compiler/gcc.hpp:1.3
--- llvm/include/boost/config/compiler/gcc.hpp:1.2	Tue Sep 17 18:38:38 2002
+++ llvm/include/boost/config/compiler/gcc.hpp	Fri Jul 25 12:33:45 2003
@@ -49,8 +49,8 @@
 #  error "Compiler not configured - please reconfigure"
 #endif
 //
-// last known and checked version is 3.2:
-#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 2))
+// last known and checked version is 3.3:
+#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 3))
 #  if defined(BOOST_ASSERT_CONFIG)
 #     error "Unknown compiler version - please run the configure tests and report the results"
 #  else





More information about the llvm-commits mailing list