https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66488
--- Comment #19 from Stanisław Halik ---
Works on my end.
regards,
sh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48379
Stanisław Halik changed:
What|Removed |Added
CC||sthalik at misaki dot pl
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66488
--- Comment #14 from Stanisław Halik ---
Jakub, thank you for changing the minutiae of the patch when I was unable to.
This can be marked resolved fixed now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66488
--- Comment #12 from Stanisław Halik ---
ktietz,
It's been sent as Message-ID: <5f43d7e4-b3c8-eb58-d39d-743a03d8e...@misaki.pl>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66488
--- Comment #9 from Stanisław Halik ---
I'm sorry to be bumping this issue but it's been months.
cheers,
sh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66488
--- Comment #8 from Stanisław Halik ---
Created attachment 35766
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35766&action=edit
proposed fix
Fixes --host=x86_64-w64-mingw32 --target=i686-w64-mingw32 when compiler's using
more than few gi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66488
--- Comment #7 from Stanisław Halik ---
In ggc-page.c there's an assumption that sizeof long == sizeof void* in absence
of other information. That was the reason the build was passing clearly with
valgrind on amd64 Linux.
I propose a fix to gcc/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66488
--- Comment #5 from Stanisław Halik ---
Created attachment 35746
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35746&action=edit
preprocessed filter.cpp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66488
--- Comment #4 from Stanisław Halik ---
Line information:
../modules/imgproc/src/filter.cpp: In member function 'operator()':
../modules/imgproc/src/filter.cpp:3084:10: internal compiler error:
Segmentation fault
This is: template struct RowFil
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66488
--- Comment #2 from Stanisław Halik ---
No, it's invocation of today's 5-branch on my own code.
: unassigned at gcc dot gnu.org
Reporter: sthalik at misaki dot pl
Target Milestone: ---
GCC from today's 5-branch segfaults on -fipa-pta -flto with the following
backtrace:
(gdb) bt full
#0 0x00432e87 in ggc_free (p=) at
../../gcc/ggc-page.c:1645
bit_o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66394
--- Comment #8 from Stanisław Halik ---
I can confirm all the code builds with LTO and -fmerge-all-constants after
applying the patch. LTO with linker plugin results in unresolved symbols, but
this is for another time.
Best regards.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66394
--- Comment #1 from Stanisław Halik ---
Created attachment 35689
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35689&action=edit
preprocessed source of ICE
Severity: normal
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: sthalik at misaki dot pl
Target Milestone: ---
Compiling as follows:
[ 76%] Building CXX object
modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color.cpp.obj
cd
14 matches
Mail list logo