Re: [llvm-commits] CVS: llvm/lib/Bitcode/Reader/BitcodeReader.cpp

2007-05-03 Thread Chris Lattner
On May 3, 2007, at 7:32 PM, Reid Spencer wrote: > On Thu, 3 May 2007 19:28:14 -0700 > Chris Lattner <[EMAIL PROTECTED]> wrote: >>> >>> Allow this to compile with gcc 4.0.X >> >> Doh, thanks Reid, FWIW, that bug is fixed in apple gcc 4.2. Now they >> just need to finish it :) > > Yeah, plight of

Re: [llvm-commits] CVS: llvm/lib/Bitcode/Reader/BitcodeReader.cpp

2007-05-03 Thread Reid Spencer
On Thu, 3 May 2007 19:28:14 -0700 Chris Lattner <[EMAIL PROTECTED]> wrote: >> >> Allow this to compile with gcc 4.0.X > >Doh, thanks Reid, FWIW, that bug is fixed in apple gcc 4.2. Now they >just need to finish it :) Yeah, plight of the "compiler poor" like me :) > >-Chris > >> >> --- >> Diff

Re: [llvm-commits] CVS: llvm/lib/Bitcode/Reader/BitcodeReader.cpp

2007-05-03 Thread Chris Lattner
> > Allow this to compile with gcc 4.0.X Doh, thanks Reid, FWIW, that bug is fixed in apple gcc 4.2. Now they just need to finish it :) -Chris > > --- > Diffs of the changes: (+4 -2) > > BitcodeReader.cpp |6 -- > 1 files changed, 4 insertions(+), 2 deletions(-) > > > Index: llvm/li

Re: [llvm-commits] CVS: llvm/lib/Bitcode/Reader/BitcodeReader.cpp

2007-05-03 Thread Reid Spencer
On Thu, 3 May 2007 17:22:17 -0500 Chris Lattner <[EMAIL PROTECTED]> wrote: > > >Changes in directory llvm/lib/Bitcode/Reader: > >BitcodeReader.cpp updated: 1.28 -> 1.29 >--- >Log message: > >the type field for a store is the type of the pointer, not the value. > >With this fix I can round trip tre

Re: [llvm-commits] CVS: llvm/lib/Bitcode/Reader/

2007-04-22 Thread Chris Lattner
On Apr 22, 2007, at 12:03 AM, Christopher Lamb wrote: I just synced CVS and am getting the following build error: llvm/lib/Bitcode/Reader/BitcodeReader.h:19:29: error: ../ LLVMBitCodes.h: No such file or directory Just fixed, sorry about that :( -Chris -- Christopher Lamb On Apr 22, 20

Re: [llvm-commits] CVS: llvm/lib/Bitcode/Reader/

2007-04-22 Thread Christopher Lamb
I just synced CVS and am getting the following build error: llvm/lib/Bitcode/Reader/BitcodeReader.h:19:29: error: ../ LLVMBitCodes.h: No such file or directory -- Christopher Lamb On Apr 22, 2007, at 1:16 AM, Chris Lattner wrote: Changes in directory llvm/lib/Bitcode/Reader: --- Log mes