This is the mail archive of the gcc-patches@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: [PATCH] Handle nested inline functions as gnu_inline (PR c/36507)


On Thu, 12 Jun 2008, Jakub Jelinek wrote:

> 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
> 
> 	PR c/36507
> 	* c-decl.c (merge_decls): Don't clear DECL_EXTERNAL for
> 	nested inline functions.
> 	(start_decl, start_function): Don't invert DECL_EXTERNAL
> 	for nested inline functions.
> 
> 	* gcc.dg/inline-28.c: New test.
> 	* gcc.dg/inline-29.c: New test.
> 	* gcc.dg/inline-30.c: New test.

OK.

-- 
Joseph S. Myers
joseph@codesourcery.com


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