Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-11-28 | builtin-apply2.c: Set size of stack argument data to 64. | Eric Botcazou | 1 | -10/+1 | |
* gcc.dg/builtin-apply2.c: Set size of stack argument data to 64. * gcc.dg/builtin-apply3.c: New test. From-SVN: r74022 | |||||
2003-11-27 | re PR middle-end/8028 (__builtin_apply() passes wrong arguments) | Eric Botcazou | 1 | -0/+39 | |
PR middle-end/8028 PR middle-end/9890 PR middle-end/11151 PR middle-end/12210 PR middle-end/12503 PR middle-end/12692 * builtins.c (expand_builtin_apply): Use virtual_outgoing_args_rtx as the base address to copy the memory arguments to. From-SVN: r73976 |