On 18 July 2011 15:23, David Blaikie <dblaikie at gmail.com> wrote:> Looks like that break came > from http://llvm.org/viewvc/llvm-project?view=rev&revision=135154 > Judging by this ArrayRef ctor you should be able to simplify those calls by > changing the last two arguments from "&foo, 1" to, simply, "foo".I've done this in r135472. Jay.
On Tue, Jul 19, 2011 at 10:12:47AM +0100, Jay Foad wrote:> On 18 July 2011 15:23, David Blaikie <dblaikie at gmail.com> wrote: > > Looks like that break came > > from http://llvm.org/viewvc/llvm-project?view=rev&revision=135154 > > Judging by this ArrayRef ctor you should be able to simplify those calls by > > changing the last two arguments from "&foo, 1" to, simply, "foo". > > I've done this in r135472. > > Jay.Jay, I don't know if this is from a new commit but at r135473, dragonegg svn fails to compile against FSF gcc 4.5.3 with the error... Compiling DefaultABI.cpp /sw/src/fink.build/dragonegg-gcc45-3.0-1/dragonegg-3.0/src/DefaultABI.cpp:194:18: error: use of undeclared identifier 'OpaqueType' Type *OpTy = OpaqueType::get(getGlobalContext()); ^ Jack
> I don't know if this is from a new commit but at r135473, dragonegg svn > fails to compile against FSF gcc 4.5.3 with the error... > > Compiling DefaultABI.cpp > /sw/src/fink.build/dragonegg-gcc45-3.0-1/dragonegg-3.0/src/DefaultABI.cpp:194:18: error: use of undeclared identifier 'OpaqueType' > Type *OpTy = OpaqueType::get(getGlobalContext()); > ^Nope, anything to do with OpaqueType or PATypeHolder is a result of the type-system-rewrite merge. Jay.
> Compiling DefaultABI.cpp > /sw/src/fink.build/dragonegg-gcc45-3.0-1/dragonegg-3.0/src/DefaultABI.cpp:194:18: error: use of undeclared identifier 'OpaqueType' > Type *OpTy = OpaqueType::get(getGlobalContext()); > ^ > JackDragonegg is broken until Duncan is back.