Ignore:
Timestamp:
Sep 9, 2003, 8:37:41 PM (22 years ago)
Author:
bird
Message:

#631: return struct for system and optlink calling conventions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/expr.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r675 r676  
    37913791     needs to be done.  Handling this in the normal way is safe because no
    37923792     computation is done before the call.  */
    3793   if (TREE_CODE (from) == CALL_EXPR && ! aggregate_value_p (from)
     3793  if (TREE_CODE (from) == CALL_EXPR && ! aggregate_value_p2 (from, from)        /* bird: #631: return struct */
    37943794      && TREE_CODE (TYPE_SIZE (TREE_TYPE (from))) == INTEGER_CST
    37953795      && ! ((TREE_CODE (to) == VAR_DECL || TREE_CODE (to) == PARM_DECL)
Note: See TracChangeset for help on using the changeset viewer.