r142033 - in /trunk/gcc: ChangeLog gimple-low.c...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Thu Nov 20 01:47:00 GMT 2008


Author: jakub
Date: Thu Nov 20 01:47:10 2008
New Revision: 142033

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142033
Log:
	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.

Added:
    trunk/gcc/testsuite/g++.dg/template/call5.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple-low.c
    trunk/gcc/gimplify.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list