This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org


On Sat, Mar 03, 2012 at 02:04:49PM +0000, Jonathan Wakely wrote:
> > it would be nice to see a fixincl update for 4.6/4.7 to support
> > <bits/string3.h> header as a workaround for PR50916.
> 
> That bug's not even open, pointing it out after the RC has been made
> isn't going to help get it looked at for 4.7.0

The current glibc definitely doesn't have anything like that in the headers,
it uses
__extern_always_inline
and does that for many years (before that glibc headers didn't support the C99
inlines at all, so one would have to use -fgnu89-inline for everything).

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]