This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug bootstrap/46037] --enable-stage1-languages=c,lto --enable-languages=c,lto --with-build-config=bootstrap-lto fails on darwin
- From: Jan Hubicka <hubicka at ucw dot cz>
- To: "davek at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 10 Jan 2011 16:46:14 +0100
- Subject: Re: [Bug bootstrap/46037] --enable-stage1-languages=c,lto --enable-languages=c,lto --with-build-config=bootstrap-lto fails on darwin
- References: <bug-46037-4@http.gcc.gnu.org/bugzilla/> <bug-46037-4-l64LiBJA0S@http.gcc.gnu.org/bugzilla/>
> Target attributes must be implying optimisation attributes. Bug depends also
> on --with-{arch,tune,fpmath} settings. I'll try and reproduce it on
> x86_64-linux, it should be possible if I choose the right settings - will reply
> again later.
Well, we probably should just go ahead and implement streaming of optimizaion attribute.
But still I don't see how this implicatoin happens.
Honza