Description of problem: $ g++ -c -o newdenoise.o newdenoise-E.cc MotionSearcher.hh: In instantiation of 'MotionSearcher<unsigned char, 1, int, short int, int, 4, 2, short unsigned int, Pixel<unsigned char, 1, int>, ReferencePixel<short unsigned int, unsigned char, 1, Pixel<unsigned char, 1, int> >, ReferenceFrame<ReferencePixel<short unsigned int, unsigned char, 1, Pixel<unsigned char, 1, int> >, short int, int> >::MatchThrottleFloodFillControl': MotionSearcher.hh:507: instantiated from 'MotionSearcher<unsigned char, 1, int, short int, int, 4, 2, short unsigned int, Pixel<unsigned char, 1, int>, ReferencePixel<short unsigned int, unsigned char, 1, Pixel<unsigned char, 1, int> >, ReferenceFrame<ReferencePixel<short unsigned int, unsigned char, 1, Pixel<unsigned char, 1, int> >, short int, int> >' newdenoise.cc:33: instantiated from here MotionSearcher.hh:2444: internal compiler error: in tsubst, at cp/pt.c:7281 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. Preprocessed source stored into /tmp/ccNDAuTh.out file, please attach this to your bugreport. Version-Release number of selected component (if applicable): gcc-4.1.1-48 How reproducible: always on i386 and x86_64 Steps to Reproduce: 1.g++ -c -o newdenoise.o newdenoise-E.cc 2. 3. Actual results: See aboce (ICE) Expected results: successful compilation Additional info: Source builds otherwise on FC6 (4.1.1-30) and before.
Created attachment 144563 [details] compressed preprocessed source to trigger ICE
Sorry, I missed bug #220747 before :/ *** This bug has been marked as a duplicate of 220747 ***