* wide-int.h: Change fixed_wide_int_storage from class to struct.
authorGerald Pfeifer <gerald@pfeifer.com>
Tue, 17 May 2016 14:56:45 +0000 (14:56 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Tue, 17 May 2016 14:56:45 +0000 (14:56 +0000)
From-SVN: r236324

gcc/ChangeLog
gcc/wide-int.h

index 72ea2966c1f3e8edbd38f090672c4758a5fbce51..83e27da411cc65f9fa45a17b95d81feea35294e4 100644 (file)
@@ -1,3 +1,7 @@
+2016-05-17  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * wide-int.h: Change fixed_wide_int_storage from class to struct.
+       
 2016-05-17  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/71132
index 7dde74f532f6e9dd5d6e18993cc5c6a9e840a026..382d5f31feee9ed50867427ddb65654173201be1 100644 (file)
@@ -294,7 +294,7 @@ along with GCC; see the file COPYING3.  If not see
   HOST_WIDE_INT *VAL = RESULT.write_val ()
 
 template <typename T> class generic_wide_int;
-template <int N> struct fixed_wide_int_storage;
+template <int N> class fixed_wide_int_storage;
 class wide_int_storage;
 
 /* An N-bit integer.  Until we can use typedef templates, use this instead.  */