[llvm-commits] make check failures

2007-11-13 Thread Tanya Lattner
There are quite a few make check failures that the nightly testers are reporting. On my machine (x86 Mac OsX) I am seeing the following with TOT (svn: ) test/CFrontend/2007-11-07-CopyAggregateAlign.c test/Transforms/GlobalOpt/deadglobal-2.llx From the nightly testers last night: OldGrawp (x86

Re: [llvm-commits] make check failures

2007-11-13 Thread Chris Lattner
On Nov 13, 2007, at 10:46 AM, Tanya Lattner wrote: > There are quite a few make check failures that the nightly testers > are reporting. > On my machine (x86 Mac OsX) I am seeing the following with TOT (svn: ) > test/CFrontend/2007-11-07-CopyAggregateAlign.c > test/Transforms/GlobalOpt/deadglo

Re: [llvm-commits] make check failures

2007-11-13 Thread Duncan Sands
Hi Chris, > > test/CFrontend/2007-11-07-CopyAggregateAlign.c > > This still fails for me. Duncan, thoughts? Greping for align 2 > yields just two hits: > > %tmp14 = load i16* %tmp13, align 2 ; > [#uses=1] > store i16 %tmp14, i16* %tmp12, align 2 > > not 6.

Re: [llvm-commits] make check failures

2007-11-13 Thread Chris Lattner
On Nov 13, 2007, at 3:06 PM, Duncan Sands wrote: > Hi Chris, > >>> test/CFrontend/2007-11-07-CopyAggregateAlign.c >> >> This still fails for me. Duncan, thoughts? Greping for align 2 >> yields just two hits: >> >> %tmp14 = load i16* %tmp13, align 2 ; >> [#uses=1] >>

Re: [llvm-commits] make check failures

2007-11-13 Thread Bill Wendling
On Nov 13, 2007 4:42 PM, Chris Lattner <[EMAIL PROTECTED]> wrote: > > On Nov 13, 2007, at 3:06 PM, Duncan Sands wrote: > > > Hi Chris, > > > >>> test/CFrontend/2007-11-07-CopyAggregateAlign.c > >> > >> This still fails for me. Duncan, thoughts? Greping for align 2 > >> yields just two hits: > >>