[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2019-06-08 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 Marek Polacek changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2015-06-28 Thread asmwarrior at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 --- Comment #19 from asmwarrior --- Martin Richter has post a patch to solve this issue, see: [Comment 47](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14940#c47), also there are some discussion in [MinGW-w64 - for 32 and 64 bit Windows / Bugs /

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2015-06-02 Thread ismail at donmez dot ws
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 İsmail "cartman" Dönmez changed: What|Removed |Added CC||ismail at donmez dot ws --- Co

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2015-06-01 Thread asmwarrior at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 --- Comment #17 from asmwarrior --- Good news, I can definitely confirm that enlarge the value: pch_VA_max_size can solve the crash issue. Luckily, the value is defined in host-mingw32.c is a const value: static const size_t pch_VA_max_size = 1

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2015-05-31 Thread asmwarrior at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 --- Comment #16 from asmwarrior --- I think I may find some hard coded which limit the pch file size, it is located in: gcc/config/i386/host-mingw32.c You can view the file in https://gcc.gnu.org/git/?p=gcc.git;a=blob_plain;f=gcc/config/i386/hos

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2015-05-30 Thread asmwarrior at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 --- Comment #15 from asmwarrior --- I think the bug has already reported more than ten years ago, see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14940 There are many fixes in various hosts, but not included the windows hosts. As Kai suggest i

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2015-05-22 Thread asmwarrior at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 --- Comment #14 from asmwarrior --- The bug can be seen when "-E" and "-fpch-preprocess" is used together to generate a preprocessed file. If I have a small pch file named "spch.h" and "spch.h.gch"(note the spch.h.gch size is about 47M), and if I

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2015-05-22 Thread asmwarrior at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 --- Comment #13 from asmwarrior --- I did some further test with the condition I stated in comment 11. That is gcc 5.1. Now, I have pch.h.gch file (about 200M) already generated. First thing, I try to see whether preprocessor works OK, so I add t

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2015-05-21 Thread asmwarrior at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 --- Comment #12 from asmwarrior --- Hi, I just did a test on the cygwin 32bit tool chain. 1, download the cygwin installer. 2, install gcc-g++ 4.9.2 and boost 1.57 package 3, run the steps in comment 6, except that you don't need to add the "-ID

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2015-05-20 Thread asmwarrior at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 --- Comment #11 from asmwarrior --- Today, I did the same test as in comment 6 with a more recent gcc 5.1(http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/dongsheng-daily/5.x/gcc-5-win32_5.1.1-2015

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2014-11-08 Thread andre at netzeband dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 --- Comment #10 from Andre Netzeband --- Once again the question: The original error report is around 1,5 years old. I can hardly believe that there has been absolutely no progress so far.

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2014-10-15 Thread andre at netzeband dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 Andre Netzeband changed: What|Removed |Added CC||andre at netzeband dot eu --- Comment

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2014-02-25 Thread ai.emma.me at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 Emma changed: What|Removed |Added CC||ai.emma.me at gmail dot com --- Comment #8 from Em

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2013-12-28 Thread 1000hz.radiowave at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 --- Comment #7 from baltic <1000hz.radiowave at gmail dot com> --- (In reply to baltic from comment #5) > worked fine with 4.6 This is not true anymore :) was probably working fine with previous versions of the Qt, because headers were smaller back

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2013-12-28 Thread asmwarrior at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 --- Comment #6 from asmwarrior --- It is very simple to reproduce this bug. Here is the steps I do 1, download the GCC 4.8.2 from MinGW-w64 site, I'm using i686-4.8.2-release-posix-dwarf-rt_v3-rev1 2, download the boost source package, I'm using

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2013-12-27 Thread 1000hz.radiowave at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 baltic <1000hz.radiowave at gmail dot com> changed: What|Removed |Added CC||1000hz.radiowa

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2013-10-14 Thread asmwarrior at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 --- Comment #4 from asmwarrior --- There is a test case in this post: http://sourceforge.net/p/mingwbuilds/mailman/message/29214215/

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2013-10-09 Thread asmwarrior at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 asmwarrior changed: What|Removed |Added CC||asmwarrior at gmail dot com --- Comment #3 f

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2013-05-13 Thread vanboxem.ruben at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 --- Comment #2 from Ruben Van Boxem --- As bugzilla has a file size limit of 1000kB, here's a link to my dropbox containing a zipped gch file that I believe is responsible for the crash. https://dl.dropboxusercontent.com/u/58715553/pch.hpp.gch.zi

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2013-04-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 Paolo Carlini changed: What|Removed |Added Severity|critical|normal

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2013-04-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|