diff options
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r-- | gcc/stor-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 7923492..fa26bd7 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -1888,7 +1888,7 @@ set_sizetype (tree type) /* Make copies of nodes since we'll be setting TYPE_IS_SIZETYPE. */ sizetype = copy_node (type); - TYPE_DOMAIN (sizetype) = type; + TYPE_ORIG_SIZE_TYPE (sizetype) = type; TYPE_IS_SIZETYPE (sizetype) = 1; bitsizetype = make_node (INTEGER_TYPE); TYPE_NAME (bitsizetype) = TYPE_NAME (type); |