Fix irix6 stdarg failure when last named arg has FP type.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Feb 1998 14:31:56 +0000 (14:31 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Feb 1998 14:31:56 +0000 (14:31 +0000)
commit6c74237c12765707a9fb19914caa8cd67a2d032d
treedb0957b782b9c8bb27b05fe69bfadbe6ad2a8a19
parentcef0b7b2be13349a47b11ae6c3b373c52fb6f047
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17695 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/function.c
gcc/testsuite/gcc.c-torture/ChangeLog
gcc/testsuite/gcc.c-torture/execute/980205.c [new file with mode: 0644]