This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Unnecessary call to mark_temp_addr_taken in calls.c (related to pr25505)?
Richard Kenner wrote:
> I found the test case. As I suspected, it was on Sparc (the test case failed
> for a different reason on Mips) and was indeed a case where there were two
> function calls in the same parameter list of an outer call (though not the
> same function). It was an Ada test case, which we had no place to put
> back in 1999. Here it is.
Thanks for tracking this down. I would offer to add this test case to
the test suite as my penance, but I don't have the ability to run ada
tests on any of my machines.
- Josh