From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C47723858D33; Thu, 28 Jul 2022 15:47:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C47723858D33 From: "herrtimson at yahoo dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106466] New: 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 Date: Thu, 28 Jul 2022 15:47:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 10.4.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: herrtimson at yahoo dot de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2022 15:47:04 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106466 Bug ID: 106466 Summary: 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 Product: gcc Version: 10.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: herrtimson at yahoo dot de Target Milestone: --- Created attachment 53374 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53374&action=3Dedit compressed preprocessed source hey everyone,=20 I've hit this error when compiling libjxl libs on arm64 device with gcc-10.= 4.0 (gentoo):=20 LANG=3DC /usr/bin/aarch64-unknown-linux-gnu-g++ -DHWY_DISABLED_TARGETS=3D"(HWY_SVE|HWY_SVE2|HWY_SVE_256|HWY_SVE2_128|HWY_RV= V)" -D__DATE__=3D\"redacted\" -D__TIMESTAMP__=3D\"redacted\" -D__TIME__=3D\"red= acted\" -I/var/tmp/portage/media-libs/libjxl-9999/work/libjxl-9999/third_party/skcm= s=20 -O2 -pipe -save-temps -fno-rtti -funwind-tables -fno-omit-frame-pointer -fP= IC -fvisibility=3Dhidden -fvisibility-inlines-hidden -fmacro-prefix-map=3D/var/tmp/portage/media-libs/libjxl-9999/work/libjxl-99= 99=3D. -Wno-builtin-macro-redefined -Wall -Wno-psabi -DJPEGXL_BUNDLE_SKCMS=3D1 -in= clude /var/tmp/portage/media-libs/libjxl-9999/work/libjxl-9999/third_party/../lib= /jxl/enc_jxl_skcms.h -std=3Dc++11 -MD -MT third_party/CMakeFiles/skcms-obj.dir/skcms/skcms.cc.o = -MF third_party/CMakeFiles/skcms-obj.dir/skcms/skcms.cc.o.d -o third_party/CMakeFiles/skcms-obj.dir/skcms/skcms.cc.o -c /var/tmp/portage/media-libs/libjxl-9999/work/libjxl-9999/third_party/skcms/= skcms.cc aarch64-unknown-linux-gnu-g++: warning: '-pipe' ignored because '-save-temp= s' specified during GIMPLE pass: forwprop /var/tmp/portage/media-libs/libjxl-9999/work/libjxl-9999/third_party/skcms/= skcms.cc: In function 'bool jxl_skcms_Parse(const void*, size_t, skcms_ICCProfile*)': /var/tmp/portage/media-libs/libjxl-9999/work/libjxl-9999/third_party/skcms/= skcms.cc:1004:6: internal compiler error: Segmentation fault 1004 | bool skcms_Parse(const void* buf, size_t len, skcms_ICCProfile* profile) { | ^~~~~~~~~~~~~~~ Please submit a full bug report, with preprocessed source if appropriate. will attached the preprocessed source I seriously have no idea which component is affected here, so will guess a value.=