From: Gerald Pfeifer Date: Sat, 16 Aug 2014 19:27:54 +0000 (+0000) Subject: * wide-int.h (generic_wide_int): Declare as class instead of struct. X-Git-Tag: releases/gcc-5.1.0~5437 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3655abdd6bd166ddfa7447d8e5ef79e5a6ab53f7;p=thirdparty%2Fgcc.git * wide-int.h (generic_wide_int): Declare as class instead of struct. From-SVN: r214068 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 081bd12b4a52..16b28770cae7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-08-16 Gerald Pfeifer + + * wide-int.h (generic_wide_int): Declare as class instead of struct. + 2014-08-16 John David Anglin PR target/61641 diff --git a/gcc/wide-int.h b/gcc/wide-int.h index f1081162436c..2cbcbd214945 100644 --- a/gcc/wide-int.h +++ b/gcc/wide-int.h @@ -282,7 +282,7 @@ along with GCC; see the file COPYING3. If not see wi::int_traits ::get_binary_result (X, X); \ HOST_WIDE_INT *VAL = RESULT.write_val () -template struct generic_wide_int; +template class generic_wide_int; template struct fixed_wide_int_storage; class wide_int_storage;