On Sat, 8 Sep 2012, Mark Kettenis wrote:
> I don't have commit access (or at least I'm not on the write after
> approval list). Would you (or somebody else) be so kind to commit
> this fix for me?
I'll take care of it.
Gerald
> Date: Fri, 07 Sep 2012 14:12:29 -0400
> From: Jason Merrill
>
> OK, thanks.
I don't have commit access (or at least I'm not on the write after
approval list). Would you (or somebody else) be so kind to commit
this fix for me?
Thanks,
Mark
OK, thanks.
Jason
The following change (r190962):
2012-09-04 Jason Merrill
PR c++/54441
* decl.c (reshape_init_class): Handle invalid initializer for
0-length array member.
introduces a poinential dereference of d->end. I hit this when
bootstrapping on OpenBSD/i386. Looks Like this ch