From: Michael Tiemann Date: Wed, 4 Mar 1992 07:29:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=321cb743c7a80dcbdc17d0aac5ae418311f4edca;p=gcc.git *** empty log message *** From-SVN: r389 --- diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 0e6efe94aed..66f77db4434 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -618,6 +618,11 @@ layout_type (type) TYPE_MODE (type) = VOIDmode; break; + case OFFSET_TYPE: + TYPE_SIZE (type) = size_int (GET_MODE_BITSIZE (Pmode)); + TYPE_MODE (type) = Pmode; + break; + case FUNCTION_TYPE: case METHOD_TYPE: TYPE_MODE (type) = mode_for_size (2 * GET_MODE_BITSIZE (Pmode),