aboutsummaryrefslogtreecommitdiff
path: root/gcc/ree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ree.c')
-rw-r--r--gcc/ree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ree.c b/gcc/ree.c
index 104f8db..c63e159 100644
--- a/gcc/ree.c
+++ b/gcc/ree.c
@@ -579,8 +579,9 @@ struct ATTRIBUTE_PACKED ext_modified
};
/* Vectors used by combine_reaching_defs and its helpers. */
-struct ext_state
+class ext_state
{
+public:
/* In order to avoid constant alloc/free, we keep these
4 vectors live through the entire find_and_remove_re and just
truncate them each time. */