Displaying 2 results from an estimated 2 matches for "7c96ab41".
2016 Oct 17
3
unable to compile llvm with gcc 4.7.4
..._____________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161017/7c96ab41/attachment.html>
2016 Oct 17
4
unable to compile llvm with gcc 4.7.4
Just for the interest of discussion, I find it completely weird and
interesting that GCC needs to build itself 3 times to fully bootstrap. Has
there been any interest in looking at a single compile build? I don't
exactly know the limitations, but my naive thinking is that C++14 compiler
source parsed by C++14 capable compiler and codegen'd to C99 (or older)
source should make it compilable