[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 asmwarrior at gmail dot com --- 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

[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 ismail at donmez dot ws changed: What|Removed |Added CC||ismail at

[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 asmwarrior at gmail dot com --- 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

[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 #15 from asmwarrior asmwarrior at gmail dot com --- 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

[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 asmwarrior at gmail dot com --- 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

[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 asmwarrior at gmail dot com --- 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

[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 asmwarrior at gmail dot com --- 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

[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 asmwarrior at gmail dot com --- 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

[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 asmwarrior at gmail dot com --- Today, I did the same test as in comment 6 with a more recent gcc

[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 andre at netzeband dot eu --- 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 andre at netzeband dot eu changed: What|Removed |Added CC||andre at

[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 ai.emma.me at gmail dot com changed: What|Removed |Added CC||ai.emma.me at gmail dot

[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 asmwarrior at gmail dot com --- 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

[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-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|

[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 asmwarrior at gmail dot com --- 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 asmwarrior at gmail dot com changed: What|Removed |Added CC||asmwarrior at

[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 vanboxem.ruben at gmail dot com --- 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.

[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 paolo.carlini at oracle dot com changed: What|Removed |Added Severity|critical

[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 rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED