OSDN Git Service

* function.c (aggregate_value_p): Return 1 if TREE_ADDRESSABLE.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 May 1996 01:04:34 +0000 (01:04 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 May 1996 01:04:34 +0000 (01:04 +0000)
* pa/pa.h (RETURN_IN_MEMORY): No longer test for TREE_ADDRESSABLE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11958 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/pa/pa.h

index f4ae2e4..27e170e 100644 (file)
@@ -593,7 +593,7 @@ do {                                                                \
 /* SOM ABI says that objects larger than 64 bits are returned in memory.  */
 #define DEFAULT_PCC_STRUCT_RETURN 0
 #define RETURN_IN_MEMORY(TYPE) \
-  (int_size_in_bytes (TYPE) > 8 || TREE_ADDRESSABLE (TYPE))
+  (int_size_in_bytes (TYPE) > 8)
 
 /* Register in which address to store a structure value
    is passed to a function.  */