Re: [Cython] Generated C++ code incompatible with Clang

2013-04-29 Thread Robert Bradshaw
On Fri, Apr 12, 2013 at 8:04 AM, Hannes Röst wrote: > Dear mailing list > > In the process of developing a rather large Cython project where we wrap the > scientific OpenMS library (http://sourceforge.net/projects/open-ms/) using > Cython, we have come across an issue with the C++ code that is gen

Re: [Cython] -O3 causes MinGW to segfault python

2013-04-29 Thread Dave Hirschfeld
Stefan Behnel writes: > > David Hirschfeld, 29.04.2013 11:58: > > Forwarded because attachments were too large. The source files and > > generated .c file can now be viewed at: > > https://gist.github.com/dhirschfeld/5480711 > > > > Is this a bug or is the recommendation to not build with -O3?

Re: [Cython] -O3 causes MinGW to segfault python

2013-04-29 Thread Stefan Behnel
David Hirschfeld, 29.04.2013 11:58: > Forwarded because attachments were too large. The source files and > generated .c file can now be viewed at: > https://gist.github.com/dhirschfeld/5480711 > > Is this a bug or is the recommendation to not build with -O3? > >> Build log, segfault and version in

Re: [Cython] -O3 causes MinGW to segfault python

2013-04-29 Thread David Hirschfeld
Forwarded because attachments were too large. The source files and generated .c file can now be viewed at: https://gist.github.com/dhirschfeld/5480711 Is this a bug or is the recommendation to not build with -O3? > > Build log, segfault and version info below. > Input files and generated .c file