diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-05-02 16:15:34 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-05-02 16:15:34 +0000 |
| commit | cd85ba9385dd4bed5a278c10935fa16c1ca4a092 (patch) | |
| tree | 3a659cd40204d6bef00d733c819398479553155c /contrib | |
| parent | c16bac236c3db775c2a2de727e37cf79ff385394 (diff) | |
Notes
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/gcc/config/i386/i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/i386/i386.c b/contrib/gcc/config/i386/i386.c index 88f28369297d2..26528bfa5a30a 100644 --- a/contrib/gcc/config/i386/i386.c +++ b/contrib/gcc/config/i386/i386.c @@ -14408,7 +14408,7 @@ ix86_local_alignment (tree type, int align) if (AGGREGATE_TYPE_P (type) && TYPE_SIZE (type) && TREE_CODE (TYPE_SIZE (type)) == INTEGER_CST - && (TREE_INT_CST_LOW (TYPE_SIZE (type)) >= 16 + && (TREE_INT_CST_LOW (TYPE_SIZE (type)) >= 128 || TREE_INT_CST_HIGH (TYPE_SIZE (type))) && align < 128) return 128; } |
