﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
222	gcc 4.3 semantic change of extern inline	Yuri Dario	bird	"When compiling with -std=c99 or -std=gnu99, the extern inline keywords changes meaning. GCC 4.3 conforms to the ISO C99 specification, where extern inline is very different thing than the GNU extern inline extension. 

If the old GNU extern inline behavior is desired, one can use extern inline __attribute__((__gnu_inline__)).

Only stdio.h have this problem.

Link: http://gcc.gnu.org/gcc-4.3/porting_to.html
"	defect	closed	normal	libc-0.6.4	libc-frontend	0.6.2	normal	fixed		
