[Bug c++/27650] internal compiler error while compiling Gecode

2006-05-22 Thread dannysmith at users dot sourceforge dot net
-- dannysmith at users dot sourceforge dot net changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1

[Bug c++/27650] internal compiler error while compiling Gecode

2006-05-22 Thread dannysmith at users dot sourceforge dot net
--- Comment #5 from dannysmith at users dot sourceforge dot net 2006-05-22 21:19 --- This is a dllimport bug. Dllimports do not have constant address. Hence class vtable cannot contain a method with dllimport attribute I am working on a patch. Here is reduced testcase: // dllimport

[Bug c++/27650] internal compiler error while compiling Gecode

2006-05-18 Thread Harmon dot Nine at gmail dot com
--- Comment #4 from Harmon dot Nine at gmail dot com 2006-05-18 23:04 --- Output from gcc command in previous comment was incomplete. Here is the rest: End of search list. /usr/local/libexec/gcc/i686-pc-cygwin/4.1.0/cc1plus.exe -fpreprocessed reco-stack.ii -quiet -dumpbase reco-stack

[Bug c++/27650] internal compiler error while compiling Gecode

2006-05-18 Thread Harmon dot Nine at gmail dot com
--- Comment #3 from Harmon dot Nine at gmail dot com 2006-05-18 23:01 --- Command that generated attachment (reco-stack.ii): /usr/local/bin/g++.exe -v -save-temps -I. -I. -DNDEBUG -Wall -ggdb -O3 -fno-strict-aliasing -finline-limit=3000 -ffast-math -mthreads -DGECODE_BUILD_SEARCH -c -o

[Bug c++/27650] internal compiler error while compiling Gecode

2006-05-18 Thread Harmon dot Nine at gmail dot com
--- Comment #2 from Harmon dot Nine at gmail dot com 2006-05-18 22:56 --- Created an attachment (id=11487) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11487&action=view) Pre-processed output of reco-stack.cc, a gecode source file. reco-stack.cc is generating an internal compile

[Bug c++/27650] internal compiler error while compiling Gecode

2006-05-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-18 04:44 --- Please read http://gcc.gnu.org/bugs.html and provide the preprocessed source. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---