public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [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
@ 2022-07-28 15:47 herrtimson at yahoo dot de
  2022-07-28 15:48 ` [Bug c++/106466] " herrtimson at yahoo dot de
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: herrtimson at yahoo dot de @ 2022-07-28 15:47 UTC (permalink / raw)
  To: gcc-bugs

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

            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=53374&action=edit
compressed preprocessed source

hey everyone, 

I've hit this error when compiling libjxl libs on arm64 device with gcc-10.4.0
(gentoo): 

LANG=C /usr/bin/aarch64-unknown-linux-gnu-g++
-DHWY_DISABLED_TARGETS="(HWY_SVE|HWY_SVE2|HWY_SVE_256|HWY_SVE2_128|HWY_RVV)"
-D__DATE__=\"redacted\" -D__TIMESTAMP__=\"redacted\" -D__TIME__=\"redacted\"
-I/var/tmp/portage/media-libs/libjxl-9999/work/libjxl-9999/third_party/skcms 
-O2 -pipe -save-temps -fno-rtti -funwind-tables -fno-omit-frame-pointer -fPIC
-fvisibility=hidden -fvisibility-inlines-hidden
-fmacro-prefix-map=/var/tmp/portage/media-libs/libjxl-9999/work/libjxl-9999=.
-Wno-builtin-macro-redefined -Wall -Wno-psabi -DJPEGXL_BUNDLE_SKCMS=1 -include
/var/tmp/portage/media-libs/libjxl-9999/work/libjxl-9999/third_party/../lib/jxl/enc_jxl_skcms.h
-std=c++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-temps'
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.

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-08-02 21:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28 15:47 [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 herrtimson at yahoo dot de
2022-07-28 15:48 ` [Bug c++/106466] " herrtimson at yahoo dot de
2022-07-28 16:19 ` herrtimson at yahoo dot de
2022-07-28 16:25 ` [Bug middle-end/106466] " pinskia at gcc dot gnu.org
2022-07-28 16:30 ` [Bug c++/106466] " herrtimson at yahoo dot de
2022-07-29  7:29 ` rguenth at gcc dot gnu.org
2022-07-29 13:19 ` herrtimson at yahoo dot de
2022-08-01  8:52 ` marxin at gcc dot gnu.org
2022-08-01  8:53 ` marxin at gcc dot gnu.org
2022-08-01 13:35 ` herrtimson at yahoo dot de
2022-08-02 19:48 ` herrtimson at yahoo dot de
2022-08-02 19:51 ` herrtimson at yahoo dot de
2022-08-02 21:00 ` [Bug middle-end/106466] " herrtimson at yahoo dot de
2022-08-02 21:01 ` herrtimson at yahoo dot de
2022-08-02 21:02 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).