[Bug middle-end/106466] ICE in In function 'bool jxl_skcms_Parse(const void*, size_t, skcms_ICCProfile*)': at skcms/skcms.cc:1004:6 internal compiler error: Segmentation fault

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Aug 2 21:02:16 GMT 2022


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

--- Comment #14 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I suspect this is a GC (garbage collection) issue.
It might be easier to reduce it using --param ggc-min-expand=1 --param
ggc-min-heapsize=1 (and then moving them both to 0 afterwards).


https://gcc.gnu.org/wiki/A_guide_to_testcase_reduction?highlight=%28reduce%29


More information about the Gcc-bugs mailing list