Fix irix6 stdarg failure when last named arg has FP type.
authorJim Wilson <wilson@cygnus.com>
Fri, 6 Feb 1998 14:31:56 +0000 (14:31 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 6 Feb 1998 14:31:56 +0000 (06:31 -0800)
commitbf9c83fe7692e68ee11f1a0b72e34c57c044898d
treedb0957b782b9c8bb27b05fe69bfadbe6ad2a8a19
parent09e4daf5d21651569283f2321509eb1811fca0c1
Fix irix6 stdarg failure when last named arg has FP type.

* function.c (assign_parms): New variable named_arg, with value
depending on STRICT_ARGUMENT_NAMING.  Use instead of ! last_named.

From-SVN: r17695
gcc/ChangeLog
gcc/function.c
gcc/testsuite/gcc.c-torture/ChangeLog
gcc/testsuite/gcc.c-torture/execute/980205.c [new file with mode: 0644]