On 29 June 2014 08:16, Timo Sintonen via D.gnu <d.gnu@puremagic.com> wrote: > I tried to build my cross compiler from current head. > I got "lvalue required as left operand of assignment" in d-objfile.cc lines > 1717 and 2107.
Hi Timo, This would be more changes in upstream GCC that haven't been caught up with yet. Typically you can avoid these sorts of build errors by getting the snapshot version in the 'gcc.version' file. https://github.com/D-Programming-GDC/GDC/blob/master/gcc.version Which you can cross check against any gcc mirror repos, and find: ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/snapshots/4.10-20140608/ Regards Iain.