diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-16 01:47:58 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-16 01:47:58 +0000 |
commit | 8370b483d36930e46d3ec5a083702386af597654 (patch) | |
tree | c3abfe3ff9a4df7e1545b739c0a7409c09cd6b2d /gcc/stor-layout.c | |
parent | 8f7323c5912412fdde781a7667fbf60046592218 (diff) | |
parent | 6ca03b4e86cec2ebd2b61425871730a8e0cd5df9 (diff) | |
download | gcc-8370b483d36930e46d3ec5a083702386af597654.tar.gz |
Merge in trunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@204895 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r-- | gcc/stor-layout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index ef5d74087cc..c171fee826a 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -38,6 +38,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "tree-dump.h" #include "gimple.h" +#include "gimplify.h" /* Data type for the expressions representing sizes of data types. It is the first integer type laid out. */ |