[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 --- 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: create_parameters_gui(bool) in ccnFtqfx.o

[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 --- (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 the compiler from MacPorts >

[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 --- 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 MacPorts after these experiences. An

[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 changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|--

[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 changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #17

[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 --- 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 with my MacPorts library libgmp.

[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 changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[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 --- Created attachment 33869 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33869&action=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 --- Comment #14 from Francois-Xavier Coudert --- (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, subcode=0x0) > * frame #0

[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 --- 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 /opt/local/include -I /usr/X11

[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 --- > I could not forward the mail from Gaurav: > > Von: Gaurav Khanna > Betreff: Aw: [Bug c++/63262] internal compiler error including math.h > Datum: 2. November 2014 23:15:50 MEZ > An: Karsten > > > http://mir

[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 --- I could not forward the mail from Gaurav: Von: Gaurav Khanna Betreff: Aw: [Bug c++/63262] internal compiler error including math.h Datum: 2. November 2014 23:15:50 MEZ An: Karsten http://mirrors.concertpass.c

[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 --- 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 under a debugger, prefixing

[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 --- Anfang der weitergeleiteten Nachricht: > Von: Gaurav Khanna > Betreff: Aw: [Bug c++/63262] internal compiler error including math.h > Datum: 2. November 2014 23:15:50 MEZ > An: Karsten > > > http://mirrors.con

[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 --- (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 gmic.ii file ? You can, and

[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 --- 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 fxcoudert at gcc dot gnu.org :