diff gcc/rtl-iter.h @ 146:351920fa3827

merge
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 01 Mar 2020 16:13:28 +0900
parents 1830386684a0
children
line wrap: on
line diff
--- a/gcc/rtl-iter.h	Sun Dec 23 21:23:56 2018 +0900
+++ b/gcc/rtl-iter.h	Sun Mar 01 16:13:28 2020 +0900
@@ -1,5 +1,5 @@
 /* RTL iterators
-   Copyright (C) 2014-2018 Free Software Foundation, Inc.
+   Copyright (C) 2014-2020 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -56,8 +56,9 @@
   typedef typename T::rtunion_type rtunion_type;
 
 public:
-  struct array_type
+  class array_type
   {
+  public:
     array_type ();
     ~array_type ();
     value_type stack[LOCAL_ELEMS];