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: [C++ PATCH] Fix up DECL_ARG_TYPE (PR c++/36631)


Jakub Jelinek <jakub@redhat.com> writes:

> 2008-11-19  Jakub Jelinek  <jakub@redhat.com>
>
> 	PR c++/36631
> 	* gimplify.c (gimplify_call_expr): Defer most of the cannot inline
> 	checking until GIMPLE lowering.
> 	* gimple-low.c (check_call_args): New function.
> 	(lower_stmt) <case GIMPLE_CALL>: Call it.
>
> 	* g++.dg/template/call5.C: New test.

This is OK.

Thanks.

Ian


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