On 13 Dec 2008, at 12:00, Quentin Mathé wrote: > All tests pass on Ubuntu 7.10 x86-32 with GNUstep libobjc (trunk > r27285) and Étoilé repository r4109. I use LLVM 2.4 release and GCC > 4.1.3.
Really? Even the NSRange test? That's an expected fail on Linux at the moment, especially with LLVM 2.4. Can you confirm, and if it definitely does work run the test case from this bug: http://llvm.org/bugs/show_bug.cgi?id=3196 Compile and run the test with: $ llvm-as f.ll $ llc f.bc $ gcc stub.c f.s $ ./a.out If the output is: 0 1 3 4 3 4 Then this means that the NSRange failure is a regression. If so, please annotate the bug report to indicate this. David _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
