On 11/27/2017 08:03 AM, Aldy Hernandez wrote: > > > On 11/23/2017 02:12 PM, Gerald Pfeifer wrote: >> On Tue, 21 Nov 2017, Gerald Pfeifer wrote: >>> /scratch/tmp/gerald/GCC-HEAD/gcc/print-rtl.c:982:1: error: explicit >>> instantiation cannot have a storage class >>> DEFINE_DEBUG_VEC (rtx_def *) >>> ^ >>> /scratch/tmp/gerald/GCC-HEAD/gcc/vec.h:456:24: note: expanded from >>> macro 'DEFINE_DEBUG_VEC' >>> template static void debug_helper (vec<T> &); \ >>> ^ >>> >>> The first failing boostrap seems to have been yesterday at 16:40 UTC, >>> 24 hours before it still worked. >> >> This fixes it for me; bootstrapped&tested on i586-unknown-freebsd10.4 >> (and compared with the last successbuild on the 19th). > > Sorry for dropping the ball on this over the US holidays. > > This looks good to me, though I can't approve. > > Thanks. > >> >> Okay? >> >> Gerald >> >> >> 2017-11-23 Gerald Pfeifer <ger...@pfeifer.com> >> >> * hash-set.h (DEFINE_DEBUG_HASH_SET): Remove static qualifier >> from explicit instantiation of debug_helper. >> * vec.h (DEFINE_DEBUG_VEC): Ditto. OK. I must have missed this...
jeff