wide-int.h (wide_int_storage): Change declaration from struct to class.

* wide-int.h (wide_int_storage): Change declaration from struct
	to class.

From-SVN: r212305
This commit is contained in:
Gerald Pfeifer 2014-07-05 18:41:08 +00:00 committed by Gerald Pfeifer
parent 058d0a9059
commit a4ff2ef3c0
2 changed files with 6 additions and 1 deletions

View 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

View 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) \