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

Khem Raj <raj.khem at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |raj.khem at gmail dot com

--- Comment #11 from Khem Raj <raj.khem at gmail dot com> ---
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,

Reply via email to