summaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ggc-page.c')
-rw-r--r--gcc/ggc-page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c
index e37ddc246fe..393954089f8 100644
--- a/gcc/ggc-page.c
+++ b/gcc/ggc-page.c
@@ -156,7 +156,7 @@ along with GCC; see the file COPYING3. If not see
struct max_alignment {
char c;
union {
- HOST_WIDEST_INT i;
+ int64_t i;
void *p;
} u;
};