On Thu, Aug 22, 2013 at 9:57 PM, Ed Smith-Rowland <3dw4rd@xxxxxxxxxxx> wrote: >>> I >>> think this bug report helped me confirm that: >>> >>> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45253 >>> >>> It's possible that I'm reusing a field (say DECL_SIZE_UNIT) that is used >>> with bitfield decls in templates, but I couldn't find any evidence >>> supporting that. >>> >>> I'm not sure what a good resolution would be here. >>> >>> Andrew > Interesting. > I wonder if http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57644 > and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45253 are the > same bug. > > In any case, turning off sanitizer libs will alow me to move forward and > start playing with concepts ;-) > > Thanks. > > Ed > Even though the symptoms look similar, I suspect the causes are different. -- Gaby