Changeset 676 for trunk/src/gcc/gcc/expr.c
- Timestamp:
- Sep 9, 2003, 8:37:41 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/expr.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r675 r676 3791 3791 needs to be done. Handling this in the normal way is safe because no 3792 3792 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 */ 3794 3794 && TREE_CODE (TYPE_SIZE (TREE_TYPE (from))) == INTEGER_CST 3795 3795 && ! ((TREE_CODE (to) == VAR_DECL || TREE_CODE (to) == PARM_DECL) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.