wide-int.h (wide_int_storage): Change declaration from struct to class.
authorGerald Pfeifer <gerald@pfeifer.com>
Sat, 5 Jul 2014 18:41:08 +0000 (18:41 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sat, 5 Jul 2014 18:41:08 +0000 (18:41 +0000)
* wide-int.h (wide_int_storage): Change declaration from struct
to class.

From-SVN: r212305

gcc/ChangeLog
gcc/wide-int.h

index 5cab9dd..0f1a80d 100644 (file)
@@ -1,3 +1,8 @@
+2014-07-05  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * wide-int.h (wide_int_storage): Change declaration from struct 
+       to class.
+
 2014-07-05  Jan Hubicka   <hubicka@ucw.cz>
 
        * cgraph.c (cgraph_create_indirect_edge): Update call of
index bb51ed2..f108116 100644 (file)
@@ -284,7 +284,7 @@ along with GCC; see the file COPYING3.  If not see
 
 template <typename T> struct generic_wide_int;
 template <int N> struct fixed_wide_int_storage;
-struct wide_int_storage;
+class wide_int_storage;
 
 /* An N-bit integer.  Until we can use typedef templates, use this instead.  */
 #define FIXED_WIDE_INT(N) \