Commit 92237f43 by Gerald Pfeifer Committed by Gerald Pfeifer

* wide-int.h: Change fixed_wide_int_storage from class to struct.

From-SVN: r236324
parent b71b7a8e
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
......
......@@ -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. */
......
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