Bug#417382: Bug is not completely fixed

Thiemo Seufer ths at networkno.de
Wed Apr 2 23:26:30 UTC 2008


found 417382 2.2-5
thanks

The appended patchlet is required to build with g++-4.3 (on top of the
patch in 2.2-5).


Thiemo


--- llvm-2.2-old/include/llvm/ADT/ilist	2008-03-30 23:38:47.000000000 +0100
+++ llvm-2.2/include/llvm/ADT/ilist	2008-03-30 23:52:20.000000000 +0100
@@ -39,6 +39,7 @@
 #define LLVM_ADT_ILIST
 
 #include "llvm/ADT/iterator"
+#include <cstdlib>
 #include <cassert>
 
 namespace llvm {





More information about the Pkg-llvm-team mailing list