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] Gimplify result of ccp_fold_builtin if not already gimple


On Tue, Sep 21, 2004 at 05:01:11AM -0400, Jakub Jelinek wrote:
> I couldn't make this to work.
> If I get_initialized_tmp_var (expr, NULL, NULL); in
> convert_to_gimple_builtin, it aborts.

I don't think you can have both pre and post null.  I would expect

	stmt = NULL;
	tmp = get_initialized_tmp_var (expr, &stmt, NULL);

to work though.


r~


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