This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Can libcalls be nested?
- From: Steven Bosscher <stevenb dot gcc at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 31 May 2006 08:57:42 +0200
- Subject: Can libcalls be nested?
Hello,
In some places in the RTL optimizers we assume that libcalls are
never nested. In other places we assume that they do nest. In
the documentation, I can't find which assumption is right. So I
am asking here :-) Can libcalls be nested?
Thanks,
Gr.
Steven