Commit 02bef6da by Richard Kenner Committed by Jeff Law

rs6000.h (ROUND_TYPE_ALIGN): Don't blow up if no fields in record.

        * rs6000.h (ROUND_TYPE_ALIGN): Don't blow up if no fields in record.
Bring over from gcc2.

From-SVN: r15937
parent 9ecc37f0
Thu Oct 16 15:17:54 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* rs6000.h (ROUND_TYPE_ALIGN): Don't blow up if no fields in record.
Thu Oct 16 11:20:30 1997 Richard Henderson <rth@cygnus.com>
* alpha.c (alpha_return_addr_rtx): New variable.
......
......@@ -604,6 +604,7 @@ extern int rs6000_debug_arg; /* debug argument handling */
((TREE_CODE (STRUCT) == RECORD_TYPE \
|| TREE_CODE (STRUCT) == UNION_TYPE \
|| TREE_CODE (STRUCT) == QUAL_UNION_TYPE) \
&& TYPE_FIELDS (STRUCT) != 0 \
&& DECL_MODE (TYPE_FIELDS (STRUCT)) == DFmode \
? MAX (MAX ((COMPUTED), (SPECIFIED)), BIGGEST_ALIGNMENT) \
: MAX ((COMPUTED), (SPECIFIED)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment