https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94249

--- Comment #21 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Khem Raj from comment #20)
> (In reply to CVS Commits from comment #18)
> > The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>:
> > 
> > https://gcc.gnu.org/g:142d68f50b48309f48e34fc1d9d6dbbeecfde684
> > 
> > commit r10-7492-g142d68f50b48309f48e34fc1d9d6dbbeecfde684
> > Author: Martin Liska <mli...@suse.cz>
> > Date:   Wed Apr 1 09:37:37 2020 +0200
> > 
> >     Fix typo in a macro usage.
> >     
> >             PR lto/94249
> >             * plugin-api.h: Fix a typo.
> 
> 
> this patch seems to be causing gcc ICE on ARM when compiling lz4 sources in
> kernel, lz4, vlc almost identical ICE is seen
> 
> attached is the test case please compile it with -O3
> 
> during GIMPLE pass: vect
> lz4.c: In function 'LZ4_compress_fast_extState':
> lz4.c:1180:5: internal compiler error: Segmentation fault
>  1180 | int LZ4_compress_fast_extState(void* state, const char* source,
> char* dest, int inputSize, int maxOutputSize, int acceleration)
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
> Please submit a full bug report,

You pointed to a bad bug, you wanted to point to PR94443?

Reply via email to