[PATCH] fix default argument promotion
commit971a2af646b96dd79e42bd33ae9fb8a581fc539a
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 20 Jun 2007 22:54:49 +0000 (20 18:54 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 25 Jun 2007 19:50:57 +0000 (25 15:50 -0400)
tree035e3fccb78fc433aeac4eb138ce346aaff6b4e4
parentfbab5f78de940c18b9fe548ac246a7c23f2da95d
[PATCH] fix default argument promotion

It should do integer_promotion() for integer types, turn float into
double and degenerate() the functions/arrays.  We do *not* want
compatible_assignment_type() in any case, though.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
evaluate.c