This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC ICE bug with segfault...
- From: leon zadorin <leonleon77 at gmail dot com>
- To: gcc-help <gcc-help at gcc dot gnu dot org>
- Date: Tue, 23 Aug 2016 10:26:35 +1000
- Subject: Re: GCC ICE bug with segfault...
- Authentication-results: sourceware.org; auth=none
- References: <CAPpySAZrpS5RNSXFM+pMD-P0Zs4t_yO6J0J77rPeRZYKFthxbA@mail.gmail.com> <20160822145825.GA15849@x4>
On Tue, Aug 23, 2016 at 12:58 AM, Markus Trippelsdorf
<markus@trippelsdorf.de> wrote:
>> main.c++: In function 'void Test(T&)':
>> main.c++:12:25: internal compiler error: Segmentation fault
>> ::memset(a + 28, 'X', 6);
>
> Thanks.
> I've opened https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77321.
That's great, thanks! I see the patch has bee done already :) Awesome :)