This is the mail archive of the gcc@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: Is the loop pass allowed to introduce new call insns?


On Mon, Mar 03, 2003 at 05:20:45PM -0500, John David Anglin wrote:
> Maybe I can stop this by adding "!virtuals_instantiated" to the
> condition for the various call expanders.

Nope.  That will only cause an abort at best.  One has to prevent
the call to expand_libcall_value.


r~


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