http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32511
--- Comment #14 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-01-11 10:09:19 UTC --- Author: rguenth Date: Tue Jan 11 10:09:15 2011 New Revision: 168652 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168652 Log: 2011-01-12 Richard Guenther <rguent...@suse.de> PR middle-end/32511 * c-common.c (handle_weak_attribute): Warn instead of error on declaring an inline function weak. * gcc.dg/attr-weak-1.c: Adjust. Modified: trunk/gcc/c-family/ChangeLog trunk/gcc/c-family/c-common.c trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gcc.dg/attr-weak-1.c