Re: [llvm-commits] Persistent regression failures

2007-04-29 Thread me22
On 29/04/07, Anton Korobeynikov <[EMAIL PROTECTED]> wrote: > > It was a combination of multiple things, hopefully the tests should > > pass now, please let me know if they don't for you. > > > They passed for me now. > Passed here as well. ~ Scott ___ ll

Re: [llvm-commits] Persistent regression failures

2007-04-29 Thread me22
both pass for me. Three options: your CFE isn't up-to-date, > the test is broken for your target, or the compiler is broken for > your target. > I see them broken as well: Running /home/me22/programming/llvm-cvs/test/CFrontend/dg.exp ... FAIL: /home/me22/programming/llvm-cvs/test/C

[llvm-commits] Patch for strict alias warning in Support/Allocator.cpp

2007-02-21 Thread me22
I only saw 3 warnings compiling llvm, 2 of which looked like flex's fault, so it made me want to fix the other one: Allocator.cpp: In member function 'void* llvm::BumpPtrAllocator::Allocate(unsigned int, unsigned int)': Allocator.cpp:96: warning: dereferencing type-punned pointer will break strict