* calls.c (emit_library_call_value_1): Memory slot for
pass-by-reference argument should have the mode of the argument,
not of the pointer to it.
From-SVN: r39242
+2001-01-24 Alexandre Oliva <aoliva@redhat.com>
+
+ * calls.c (emit_library_call_value_1): Memory slot for
+ pass-by-reference argument should have the mode of the argument,
+ not of the pointer to it.
+
2001-01-24 Tom Tromey <tromey@redhat.com>
* gcc.texi (G++ and GCC): Mention gcj manual.
{
tree type = type_for_mode (mode, 0);
- slot = gen_rtx_MEM (Pmode,
+ slot = gen_rtx_MEM (mode,
expand_expr (build1 (ADDR_EXPR,
build_pointer_type
(type),