Skip to content

Commit

Permalink
* wide-int.h (wide_int_storage): Change declaration from struct
Browse files Browse the repository at this point in the history
	to class.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212305 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
gerald committed Jul 5, 2014
1 parent 1b613a0 commit 2d43c83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/wide-int.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 2d43c83

Please sign in to comment.