[Bug c++/63262] [4.9.2] ICE including math.h on darwin

2014-11-03 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262 Francois-Xavier Coudert fxcoudert at gcc dot gnu.org changed: What|Removed |Added Status|WAITING

[Bug c++/63262] [4.9.2] ICE including math.h on darwin

2014-11-03 Thread karo13de at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262 --- Comment #19 from karsten karo13de at googlemail dot com --- Merci François for your efforts. I have replaced the resp. library by my MacPorts build and it compiles now! Perhaps a hacker way, however. Perhaps I install the compiler from

[Bug c++/63262] [4.9.2] ICE including math.h on darwin

2014-11-03 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262 --- Comment #20 from Francois-Xavier Coudert fxcoudert at gcc dot gnu.org --- (In reply to karsten from comment #19) I have replaced the resp. library by my MacPorts build and it compiles now! Perhaps a hacker way, however. Perhaps I install

[Bug c++/63262] [4.9.2] ICE including math.h on darwin

2014-11-03 Thread karo13de at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262 --- Comment #21 from karsten karo13de at googlemail dot com --- Thank you, but the 4.9.0 Mavericks built throws the same error: Undefined symbols for architecture x86_64: ___cxa_throw_bad_array_new_length, referenced from:

[Bug c++/63262] [4.9.2] ICE including math.h on darwin

2014-11-02 Thread karo13de at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262 --- Comment #7 from karsten karo13de at googlemail dot com --- I have tried the same with the hpc build of gcc 5.0 on Yosemite MacOSX 10.10 with the same result! Should I produce a similar gmic.ii file ? Karsten Am 02.11.2014 um 23:03 schrieb

[Bug c++/63262] [4.9.2] ICE including math.h on darwin

2014-11-02 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262 --- Comment #8 from Francois-Xavier Coudert fxcoudert at gcc dot gnu.org --- (In reply to karsten from comment #7) I have tried the same with the hpc build of gcc 5.0 on Yosemite MacOSX 10.10 with the same result! Should I produce a similar

[Bug c++/63262] [4.9.2] ICE including math.h on darwin

2014-11-02 Thread karo13de at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262 --- Comment #9 from karsten karo13de at googlemail dot com --- Anfang der weitergeleiteten Nachricht: Von: Gaurav Khanna gkha...@umassd.edu Betreff: Aw: [Bug c++/63262] internal compiler error including math.h Datum: 2. November 2014 23:15:50

[Bug c++/63262] [4.9.2] ICE including math.h on darwin

2014-11-02 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262 --- Comment #10 from Francois-Xavier Coudert fxcoudert at gcc dot gnu.org --- Could you backtrace the segfault? 1. Run g++ with added option -v, and find out the command-line with cc1plus in the output. 2. Then run this cc1plus command-line

[Bug c++/63262] [4.9.2] ICE including math.h on darwin

2014-11-02 Thread karo13de at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262 --- Comment #11 from karsten karo13de at googlemail dot com --- I could not forward the mail from Gaurav: Von: Gaurav Khanna gkha...@umassd.edu Betreff: Aw: [Bug c++/63262] internal compiler error including math.h Datum: 2. November 2014

[Bug c++/63262] [4.9.2] ICE including math.h on darwin

2014-11-02 Thread karo13de at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262 --- Comment #12 from karsten karo13de at googlemail dot com --- I could not forward the mail from Gaurav: Von: Gaurav Khanna gkha...@umassd.edu Betreff: Aw: [Bug c++/63262] internal compiler error including math.h Datum: 2. November 2014

[Bug c++/63262] [4.9.2] ICE including math.h on darwin

2014-11-02 Thread karo13de at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262 --- Comment #13 from karsten karo13de at googlemail dot com --- It gets late, here is the output of lldb. I will be busy tomorrow so I will not respond to quick! lldb -- /usr/local/libexec/gcc/x86_64-apple-darwin14.0.0/4.9.2/cc1plus -quiet -v -I

[Bug c++/63262] [4.9.2] ICE including math.h on darwin

2014-11-02 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262 --- Comment #14 from Francois-Xavier Coudert fxcoudert at gcc dot gnu.org --- (In reply to karsten from comment #13) libgmp.10.dylib`__gmpn_popcount + 26, queue = 'com.apple.main-thread', stop reason = EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP,

[Bug c++/63262] [4.9.2] ICE including math.h on darwin

2014-11-02 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262 --- Comment #15 from Francois-Xavier Coudert fxcoudert at gcc dot gnu.org --- Created attachment 33869 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33869action=edit Shorted testcase should reproduce the issue

[Bug c++/63262] [4.9.2] ICE including math.h on darwin

2014-11-02 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262 Francois-Xavier Coudert fxcoudert at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/63262] [4.9.2] ICE including math.h on darwin

2014-11-02 Thread karo13de at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262 --- Comment #16 from karsten karo13de at googlemail dot com --- Hmm, hmm I am a packager in this case and don't know how to build that library. It is delivered with the compiler from hpc. What I could try is to replace it with install_name_tool

[Bug c++/63262] [4.9.2] ICE including math.h on darwin

2014-11-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot