Re: Using add_stmt in gimplify.c

2010-12-16 Thread Ian Lance Taylor
Robert Stevenson writes: > Is there any change I should do to the Makefile.in or any other files? Is > there > any specific header files I should add ? (I have c-family/c-common.h). We're happy to answer specific questions but it's nearly impossible for us to answer general questions like the

Re: Using add_stmt in gimplify.c

2010-12-16 Thread Robert Stevenson
:19:44 PM Subject: Re: Using add_stmt in gimplify.c Robert Stevenson writes: > I am trying to add some information/instructions into loop statements in > GCC front-end. For this, in the previous gcc, I have used "add_stmt" to > insert > these instructions and they

Re: Using add_stmt in gimplify.c

2010-12-15 Thread Ian Lance Taylor
Robert Stevenson writes: > I am trying to add some information/instructions into loop statements in > GCC front-end. For this, in the previous gcc, I have used "add_stmt" to > insert > these instructions and they worked fine. When I do it in gcc 4.6 (snapshot > 2010/12/4) I get "undefine