[Bug c/38510] Matrix.c from pymol 1.1r2 fails to compile with -O2 -fgraphite

howarth at nitro dot med dot uc dot edu gcc-bugzilla@gcc.gnu.org
Fri Dec 12 22:45:00 GMT 2008



------- Comment #1 from howarth at nitro dot med dot uc dot edu  2008-12-12 22:44 -------
Created an attachment (id=16899)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16899&action=view)
preprocessed source for pymol-1.1/layer0/Matrix.i

Compile with either...

gcc-4 -fgraphite-identity -O2 -D_HAVE_LIBPNG -D_PYMOL_MODULE -D_PYMOL_NUMPY
-D_PYMOL_FINK  -c -o Matrix.o Matrix.i

or

gcc-4 -fgraphite-identity -O1 -D_HAVE_LIBPNG -D_PYMOL_MODULE -D_PYMOL_NUMPY
-D_PYMOL_FINK -c -o Matrix.o Matrix.i

to reproduce the failures.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38510



More information about the Gcc-bugs mailing list