public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug preprocessor/31902]  New: "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 ?
@ 2007-05-11 20:41 kriptomik at gmail dot com
  2007-05-11 20:44 ` [Bug preprocessor/31902] " kriptomik at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kriptomik at gmail dot com @ 2007-05-11 20:41 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2249 bytes --]

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.


-- 
           Summary: "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 ?
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: preprocessor
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kriptomik at gmail dot com


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug preprocessor/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 ?
  2007-05-11 20:41 [Bug preprocessor/31902] New: "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 ? kriptomik at gmail dot com
@ 2007-05-11 20:44 ` kriptomik at gmail dot com
  2007-12-10 10:30 ` [Bug c++/31902] " jb dot georger at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: kriptomik at gmail dot com @ 2007-05-11 20:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from kriptomik at gmail dot com  2007-05-11 21:44 -------
Created an attachment (id=13542)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13542&action=view)
Preprocessed source


-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/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 ?
  2007-05-11 20:41 [Bug preprocessor/31902] New: "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 ? kriptomik at gmail dot com
  2007-05-11 20:44 ` [Bug preprocessor/31902] " kriptomik at gmail dot com
@ 2007-12-10 10:30 ` jb dot georger at gmail dot com
  2007-12-10 10:34 ` jb dot georger at gmail dot com
  2010-04-28 19:20 ` redi at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jb dot georger at gmail dot com @ 2007-12-10 10:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jb dot georger at gmail dot com  2007-12-10 10:30 -------
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)


-- 

jb dot georger at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jb dot georger at gmail dot
                   |                            |com


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/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 ?
  2007-05-11 20:41 [Bug preprocessor/31902] New: "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 ? kriptomik at gmail dot com
  2007-05-11 20:44 ` [Bug preprocessor/31902] " kriptomik at gmail dot com
  2007-12-10 10:30 ` [Bug c++/31902] " jb dot georger at gmail dot com
@ 2007-12-10 10:34 ` jb dot georger at gmail dot com
  2010-04-28 19:20 ` redi at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jb dot georger at gmail dot com @ 2007-12-10 10:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jb dot georger at gmail dot com  2007-12-10 10:34 -------
Created an attachment (id=14718)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14718&action=view)
preproceced source 


-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/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 ?
  2007-05-11 20:41 [Bug preprocessor/31902] New: "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 ? kriptomik at gmail dot com
                   ` (2 preceding siblings ...)
  2007-12-10 10:34 ` jb dot georger at gmail dot com
@ 2010-04-28 19:20 ` redi at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu dot org @ 2010-04-28 19:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from redi at gcc dot gnu dot org  2010-04-28 19:20 -------


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


-- 

redi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-04-28 19:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-11 20:41 [Bug preprocessor/31902] New: "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 ? kriptomik at gmail dot com
2007-05-11 20:44 ` [Bug preprocessor/31902] " kriptomik at gmail dot com
2007-12-10 10:30 ` [Bug c++/31902] " jb dot georger at gmail dot com
2007-12-10 10:34 ` jb dot georger at gmail dot com
2010-04-28 19:20 ` redi at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).