<br>I tried on a different machine x86_64 ( vs x86 ) and I don't have these issues anymore (the tests are failing on the x86 machine because of a segmentation fault)<br>Both builds were done using: g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu4)<br>
Something should be wrong with my environment...<br><br>The only differences I noticed during the compilation are the following warnings (which appear several times, but each time in ilist.h):<br>llvm-2.9/include/llvm/ADT/ilist.h: In member function ‘virtual bool<unnamed>::AAEval::runOnFunction(llvm::Function&)’:<br>
llvm-2.9/include/llvm/ADT/ilist.h:175: warning: ‘this.581’ is used uninitialized in this function<br>llvm-2.9/include/llvm/ADT/ilist.h:175: note: ‘this.581’ was declared here<br>llvm-2.9/include/llvm/ADT/ilist.h:175: warning: ‘this.581’ is used uninitialized in this function<br>
llvm-2.9/include/llvm/ADT/ilist.h:175: note: ‘this.581’ was declared here<br><br>Damien.<br><br><br><div class="gmail_quote">On Tue, Apr 26, 2011 at 4:46 PM, Eric Christopher <span dir="ltr"><<a href="mailto:echristo@apple.com">echristo@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5"><br>
On Apr 26, 2011, at 4:44 PM, Damien Vincent wrote:<br>
<br>
><br>
> I am testing the latest LLVM release (2.9).<br>
> When I run the regression tests, I get many failures:<br>
><br>
> cd llvm-2.9.build/test<br>
> make<br>
>   Expected Passes    : 2605<br>
>   Expected Failures  : 46<br>
>   Unsupported Tests  : 542<br>
> >>>  Unexpected Failures: 2658<br>
><br>
> For info:<br>
> - I was working with 2.8 so far and I didn't have these issues.<br>
> - LLVM was build using:  ../llvm-2.9/configure --enable-assertions<br>
><br>
>   What is the status of these regression tests ? Did I do sth wrong when building llvm 2.9 ?<br>
<br>
</div></div>Works for me so you probably did something wrong.<br>
<font color="#888888"><br>
-eric<br>
</font></blockquote></div><br>