Commit 3655abdd by Gerald Pfeifer Committed by Gerald Pfeifer

* wide-int.h (generic_wide_int): Declare as class instead of struct.

From-SVN: r214068
parent 3ba07ad3
2014-08-16 Gerald Pfeifer <gerald@pfeifer.com>
* wide-int.h (generic_wide_int): Declare as class instead of struct.
2014-08-16 John David Anglin <danglin@gcc.gnu.org>
PR target/61641
......
......@@ -282,7 +282,7 @@ along with GCC; see the file COPYING3. If not see
wi::int_traits <WI_UNARY_RESULT (T)>::get_binary_result (X, X); \
HOST_WIDE_INT *VAL = RESULT.write_val ()
template <typename T> struct generic_wide_int;
template <typename T> class generic_wide_int;
template <int N> struct fixed_wide_int_storage;
class wide_int_storage;
......
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