*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Thu, 7 May 1992 22:40:59 +0000 (22:40 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 7 May 1992 22:40:59 +0000 (22:40 +0000)
From-SVN: r937

gcc/calls.c

index 971a60a6ddc3efed06cbd1ef5b0090b8e7f5face..b2d28e35ee8b6ed03af8396e1e928ed48dc684d9 100644 (file)
@@ -1008,7 +1008,8 @@ expand_call (exp, target, ignore)
              += int_size_in_bytes (TREE_TYPE (args[i].tree_value));
        }
 
-      if (copy_to_evaluate_size * 2 >= args_size.constant)
+      if (copy_to_evaluate_size * 2 >= args_size.constant
+         && args_size.constant > 0)
        must_preallocate = 1;
     }