[Bug target/66488] segfault on sizeof(long) < sizeof(void*) and large GCC memory usage

2018-11-19 Thread sthalik at misaki dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66488 --- Comment #19 from Stanisław Halik --- Works on my end. regards, sh

[Bug c++/48379] -Wdouble-promotion warns for promotion by varargs

2018-03-21 Thread sthalik at misaki dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48379 Stanisław Halik changed: What|Removed |Added CC||sthalik at misaki dot pl --- Comment

[Bug target/66488] segfault on sizeof(long) < sizeof(void*) and large GCC memory usage

2016-12-12 Thread sthalik at misaki dot pl
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.

[Bug target/66488] segfault on sizeof(long) < sizeof(void*) and large GCC memory usage

2016-08-11 Thread sthalik at misaki dot pl
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>

[Bug lto/66488] segfault on sizeof(long) < sizeof(void*) and large GCC memory usage

2016-04-28 Thread sthalik at misaki dot 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

[Bug lto/66488] -fipa-pta -flto segfault

2015-06-11 Thread sthalik at misaki dot pl
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

[Bug lto/66488] -fipa-pta -flto segfault

2015-06-11 Thread sthalik at misaki dot pl
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/

[Bug lto/66488] -fipa-pta -flto segfault

2015-06-10 Thread sthalik at misaki dot pl
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

[Bug lto/66488] -fipa-pta -flto segfault

2015-06-10 Thread sthalik at misaki dot pl
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

[Bug lto/66488] -fipa-pta -flto segfault

2015-06-10 Thread sthalik at misaki dot pl
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.

[Bug lto/66488] New: -fipa-pta -flto segfault

2015-06-10 Thread sthalik at misaki dot pl
: 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

[Bug lto/66394] [4.9/5/6 Regression] ICE in -flto -fmerge-all-constants -fno-use-linker-plugin targetting i686-w64-mingw32

2015-06-10 Thread sthalik at misaki dot pl
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.

[Bug other/66394] ICE in -flto -fmerge-all-constants -fno-use-linker-plugin targetting i686-w64-mingw32

2015-06-03 Thread sthalik at misaki dot pl
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

[Bug other/66394] New: ICE in -flto -fmerge-all-constants -fno-use-linker-plugin targetting i686-w64-mingw32

2015-06-03 Thread sthalik at misaki dot pl
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