aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl-iter.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtl-iter.h')
-rw-r--r--gcc/rtl-iter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/rtl-iter.h b/gcc/rtl-iter.h
index e48ae4f..ba5e692 100644
--- a/gcc/rtl-iter.h
+++ b/gcc/rtl-iter.h
@@ -56,8 +56,9 @@ class generic_subrtx_iterator
typedef typename T::rtunion_type rtunion_type;
public:
- struct array_type
+ class array_type
{
+ public:
array_type ();
~array_type ();
value_type stack[LOCAL_ELEMS];