I took a look a the list of the current blocker of gcc-4.8 and many /
most of them seem to be hardend or x86 related. Right now I'm using an
amd64 linux with some freaky "lto + heavily optimized" make.conf
flags and didn't find a gcc-4.8 related bug.
Except the usual list of package just not ready
Does clang compile glibc already?
At the last GNU Cauldron the speaker said that clang fails because
of:[1]
- nested functions
- VLAIS
How did you avoid that problem?
Marco
[1]
http://www.youtube.ca/watch?v=mmiDwKgn6Ho&list=PLOGTP9W1DX5U53pPxtWdKkyiqe3GAn6Nd
Am Mon, 27 Oct 2014 11:20:00 +0100
Am Mon, 27 Oct 2014 12:10:51 +0100
schrieb Alexis Ballier :
> On Mon, 27 Oct 2014 12:07:25 +0100
> "M. Ziebell" wrote:
>
> > Does clang compile glibc already?
> > At the last GNU Cauldron the speaker said that clang fails because
> > of:[1]
> > - nes