From: Gerald Pfeifer Date: Sat, 5 Jul 2014 18:41:08 +0000 (+0000) Subject: wide-int.h (wide_int_storage): Change declaration from struct to class. X-Git-Tag: releases/gcc-5.1.0~6488 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4ff2ef3c063b01e58c92487643e0bf36f66706f;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5cab9dd8ae35..0f1a80d9550b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-07-05 Gerald Pfeifer + + * wide-int.h (wide_int_storage): Change declaration from struct + to class. + 2014-07-05 Jan Hubicka * cgraph.c (cgraph_create_indirect_edge): Update call of diff --git a/gcc/wide-int.h b/gcc/wide-int.h index bb51ed2c82a2..f1081162436c 100644 --- a/gcc/wide-int.h +++ b/gcc/wide-int.h @@ -284,7 +284,7 @@ along with GCC; see the file COPYING3. If not see template struct generic_wide_int; template 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) \