Bug 31902 - "Internal compiler error while tryint to compile cinelerra/mjpegtools-1.6.3-rc1/y4mdenoise/MotionSearcher.hh:2444" can i do something simple to fix that ?
Summary: "Internal compiler error while tryint to compile cinelerra/mjpegtools-1.6.3-r...
Status: RESOLVED DUPLICATE of bug 30797
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 4.1.2
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-11 21:41 UTC by Michael
Modified: 2010-04-28 19:20 UTC (History)
4 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
Preprocessed source (127.76 KB, application/octet-stream)
2007-05-11 21:44 UTC, Michael
Details
preprocessed source (126.80 KB, application/octet-stream)
2007-12-10 10:34 UTC, jean-baptiste georger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael 2007-05-11 21:41:24 UTC
While trying to compiling cinelerra on
athlon X2, Debian lenny, Latest Beta Nvidia drivers (may be usefull), 2.6.20 with cfs patchv4

gcc -v :

Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)


...
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:32:   instantiated from here
MotionSearcher.hh:2444: internal compiler error: in tsubst, at cp/pt.c:7226
Please submit a full bug report,
with preprocessed source if appropriate.
...

I still have the preprocessed .out let me know if you want it, or if you need anythings else.
Comment 1 Michael 2007-05-11 21:44:40 UTC
Created attachment 13542 [details]
Preprocessed source
Comment 2 jean-baptiste georger 2007-12-10 10:30:25 UTC
i've got the same bug while compiling mjpegtools

pbook:/tmp# gcc -v
Using built-in specs.
Target: powerpc-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --disable-softfloat --enable-targets=powerpc-linux,powerpc64-linux --with-cpu=default32 --enable-checking=release powerpc-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)


Comment 3 jean-baptiste georger 2007-12-10 10:34:45 UTC
Created attachment 14718 [details]
preprocessed source
Comment 4 Jonathan Wakely 2010-04-28 19:20:32 UTC

*** This bug has been marked as a duplicate of 30797 ***