diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index 0bce4ec..b44c4d0 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -556,7 +556,8 @@ assign_stack_local (machine_mode mode, poly_int64 size, int align) result, all temporaries are preserved. A temporary is preserved by pretending it was allocated at the previous nesting level. */ -struct GTY(()) temp_slot { +class GTY(()) temp_slot { +public: /* Points to next temporary slot. */ struct temp_slot *next; /* Points to previous temporary slot. */ |