Commit a4ff2ef3 by Gerald Pfeifer Committed by Gerald Pfeifer

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
parent 058d0a90
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> 2014-07-05 Jan Hubicka <hubicka@ucw.cz>
* cgraph.c (cgraph_create_indirect_edge): Update call of * cgraph.c (cgraph_create_indirect_edge): Update call of
......
...@@ -284,7 +284,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -284,7 +284,7 @@ along with GCC; see the file COPYING3. If not see
template <typename T> struct generic_wide_int; template <typename T> struct generic_wide_int;
template <int N> struct fixed_wide_int_storage; 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. */ /* An N-bit integer. Until we can use typedef templates, use this instead. */
#define FIXED_WIDE_INT(N) \ #define FIXED_WIDE_INT(N) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment