On 25 November 2013 09:00, Brad Roberts <bra...@puremagic.com> wrote: > I noticed that the GDC auto-tester failed the most recent build cycle. I > assumed it was due to having an old snapshot. After updating it, the build > failed in the same way. > > The 'old' snapshot: GCC_VER=4.9-20130929 > The one it's running now: GCC_VER=4.9-20131117 > > The errors: > > In file included from ../../gcc-4.9-20131117/gcc/d/d-lang.cc:22:0: > ../../gcc-4.9-20131117/gcc/d/d-system.h:42:21: fatal error: attribs.h: No > such file or directory > #include "attribs.h" > ^ > compilation terminated. > In file included from ../../gcc-4.9-20131117/gcc/d/d-decls.cc:19:0: > ../../gcc-4.9-20131117/gcc/d/d-system.h:42:21: fatal error: attribs.h: No > such file or directory > #include "attribs.h" > ^ > compilation terminated.
Yep, there's been some middle-end changes. Sorry, next time I'll give you heads up. ...Which, incidentally, might come very soon, as there are some other front-end breaking changes in the pipeline with a new wide-int.h header. Regards Iain