public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
@ 2003-09-14  2:25 fargaud at yahoo dot fr
  2003-09-14  4:43 ` [Bug c++/12271] " pinskia at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: fargaud at yahoo dot fr @ 2003-09-14  2:25 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: Compilation of OpenCV (Open Computer VIsion) with error
                    message: in emit_move_insn_1, at expr.c:3510
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fargaud at yahoo dot fr
                CC: fargaud at yahoo dot fr,gcc-bugs at gcc dot gnu dot org

When compiling OpenCV (Intel Open Computer Vision Library), I get the following
errors:

cvfundam.cpp: In function `int icvCubicV(double, double, double, double*)':
cvfundam.cpp:2187: internal compiler error: in emit_move_insn_1, at expr.c:3510


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

* [Bug c++/12271] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
  2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
@ 2003-09-14  4:43 ` pinskia at gcc dot gnu dot org
  2003-09-15 19:21 ` dank at kegel dot com
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-14  4:43 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-14 02:25 -------
Read http://gcc.gnu.org/bugs.html and provide the preprocessed source file.


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

* [Bug c++/12271] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
  2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
  2003-09-14  4:43 ` [Bug c++/12271] " pinskia at gcc dot gnu dot org
@ 2003-09-15 19:21 ` dank at kegel dot com
  2003-09-15 20:07 ` bangerth at dealii dot org
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: dank at kegel dot com @ 2003-09-15 19:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dank at kegel dot com  2003-09-15 17:55 -------
Please also tell us which CPU you were compiling for.
I can't compile your source for e.g. powerpc; I get
the errors
/usr/include/bits/mathinline.h: In function `double atan2(double, double)':
/usr/include/bits/mathinline.h:425: error: unknown register name `st(1)' in
   `asm' 
/usr/include/bits/mathinline.h: In function `double log(double)': 
/usr/include/bits/mathinline.h:461: error: unknown register name `st(1)' in 
   `asm'
because your preprocessed source is processor-specific.


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

* [Bug c++/12271] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
  2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
  2003-09-14  4:43 ` [Bug c++/12271] " pinskia at gcc dot gnu dot org
  2003-09-15 19:21 ` dank at kegel dot com
@ 2003-09-15 20:07 ` bangerth at dealii dot org
  2003-09-19 22:43 ` fargaud at yahoo dot fr
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bangerth at dealii dot org @ 2003-09-15 20:07 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From bangerth at dealii dot org  2003-09-15 18:21 -------
We would also have to know with which flags you compiled, since
I can compile the code flawlessly on my x86 linux box.

Please do as Andrew said and post the information listed on the
bugs.html page -- i.e. including gcc -v output.

W.


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

* [Bug c++/12271] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
  2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
                   ` (2 preceding siblings ...)
  2003-09-15 20:07 ` bangerth at dealii dot org
@ 2003-09-19 22:43 ` fargaud at yahoo dot fr
  2003-09-19 23:05 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: fargaud at yahoo dot fr @ 2003-09-19 22:43 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From fargaud at yahoo dot fr  2003-09-19 21:58 -------
Sorry, I can't access the machine anymore (an Intellistation with a Intel Xeon
Processor), but I got the code to compile with gcc-2.95.


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

* [Bug c++/12271] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
  2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
                   ` (3 preceding siblings ...)
  2003-09-19 22:43 ` fargaud at yahoo dot fr
@ 2003-09-19 23:05 ` pinskia at gcc dot gnu dot org
  2004-02-04  0:26 ` buri at z17 dot net
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-19 23:05 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-19 22:00 -------
Closing as there is no way to reproduce this bug.


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

* [Bug c++/12271] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
  2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
                   ` (4 preceding siblings ...)
  2003-09-19 23:05 ` pinskia at gcc dot gnu dot org
@ 2004-02-04  0:26 ` buri at z17 dot net
  2004-02-04  0:33 ` bangerth at dealii dot org
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: buri at z17 dot net @ 2004-02-04  0:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From buri at z17 dot net  2004-02-04 00:26 -------
System used: 
Debian GNU/Linux unstable on Athlon XP

Is this library just not compilable on a non-Intel machine?

Hope this helps:

cmdline:
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../include -I../.. -v -save-temps -g
-mcpu=i686 -march=i686 -ffast-math -fomit-frame-pointer -O3 -DNDEBUG -Wall
-fno-rtti -pipe -c cvfundam.cpp -MT cvfundam.lo -MD -MP -MF .deps/cvfundam.TPlo
 -fPIC -DPIC -o cvfundam.lo

g++ output:

g++: warning: -pipe ignored because -save-temps specified
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.3/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib
--enable-nls --without-included-gettext --enable-__cxa_atexit
--enable-clocale=gnu --enable-debug --enable-java-gc=boehm
--enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.3 20040125 (prerelease) (Debian)
 /usr/lib/gcc-lib/i486-linux/3.3.3/cc1plus -E -D__GNUG__=3 -quiet -v -I. -I.
-I../.. -I. -I../include -I../.. -MD cvfundam.d -MF .deps/cvfundam.TPlo -MP -MT
cvfundam.lo -MQ cvfundam.lo -D__GNUC__=3 -D__GNUC_MINOR__=3
-D__GNUC_PATCHLEVEL__=3 -D_GNU_SOURCE -DHAVE_CONFIG_H -DNDEBUG -DPIC
cvfundam.cpp -mcpu=i686 -march=i686 -Wall -ffast-math -fomit-frame-pointer
-fno-rtti -fPIC -O3 cvfundam.ii
ignoring nonexistent directory "/usr/i486-linux/include"
ignoring duplicate directory "."
ignoring duplicate directory "."
ignoring duplicate directory "../.."
#include "..." search starts here:
#include <...> search starts here:
 .
 ../..
 ../include
 /usr/include/c++/3.3
 /usr/include/c++/3.3/i486-linux
 /usr/include/c++/3.3/backward
 /usr/local/include
 /usr/lib/gcc-lib/i486-linux/3.3.3/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i486-linux/3.3.3/cc1plus -fpreprocessed cvfundam.ii -quiet
-dumpbase cvfundam.cpp -mcpu=i686 -march=i686 -auxbase-strip cvfundam.lo -g -O3
-Wall -version -ffast-math -fomit-frame-pointer -fno-rtti -fPIC -o cvfundam.s
GNU C++ version 3.3.3 20040125 (prerelease) (Debian) (i486-linux)
        compiled by GNU C version 3.3.3 20040125 (prerelease) (Debian).
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64371
cvfundam.cpp: In function `int icvCubicV(double, double, double, double*)':
cvfundam.cpp:2187: internal compiler error: in emit_move_insn_1, at expr.c:3510
Please submit a full bug report,
with preprocessed source if appropriate.




-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dank at kegel dot com


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


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

* [Bug c++/12271] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
  2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
                   ` (5 preceding siblings ...)
  2004-02-04  0:26 ` buri at z17 dot net
@ 2004-02-04  0:33 ` bangerth at dealii dot org
  2004-02-04  0:45 ` bangerth at dealii dot org
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bangerth at dealii dot org @ 2004-02-04  0:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-02-04 00:33 -------
I _can_ confirm this with the last attachment. I'm working on a reduced 
testcase. 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-04 00:33:19
               date|                            |


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


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

* [Bug c++/12271] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
  2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
                   ` (6 preceding siblings ...)
  2004-02-04  0:33 ` bangerth at dealii dot org
@ 2004-02-04  0:45 ` bangerth at dealii dot org
  2004-02-04  0:46 ` bangerth at dealii dot org
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bangerth at dealii dot org @ 2004-02-04  0:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-02-04 00:45 -------
Here is a reduced testcase: 
------------------------ 
extern double pow (double __x, double __y) throw (); 
extern double sqrt (double __x) throw (); 
extern double sin (double __x) throw (); 
 
void foo(double a2) 
{ 
  double p, q, D, c1, c2, ro1, ro2, fi1, fi2; 
  double x[6][3]; 
  int i; 
 
  p = a2 * a2 / 3; 
 
  if( D < 0 ) 
    c2 = c1; 
  else 
    c2 = q / 2 - sqrt( D ); 
 
  c2 = ( (ro1)<0 ? -1:((ro1)>0?1:0 ) ) * pow(ro1, 1./3.) + 
       ( (ro1)<0 ? -1:((ro1)>0?1:0 ) ) * p / 3. * sin( ro1 ); 
 
  for( i = 0; i < 6; i++ ) 
    if( i < 3 ) 
      { 
        x[i][0] = sin( fi1 / 3.) * c1 - a2 / 3; 
        x[i][1] = sin( fi1 / 3.) * c2; 
      } 
} 
--------------------------------- 
 
g/x> /home/bangerth/bin/gcc-3.3.3-pre/bin/c++ -c x.ii -g -mcpu=i686 
-march=i686 -fomit-frame-pointer -O3 -fno-rtti -fPIC -ffast-math 
x.ii: In function `void foo(double)': 
x.ii:26: internal compiler error: in emit_move_insn_1, at expr.c:3507 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
 
This is fixed for 3.4 and mainline, though. 

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


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


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

* [Bug c++/12271] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
  2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
                   ` (7 preceding siblings ...)
  2004-02-04  0:45 ` bangerth at dealii dot org
@ 2004-02-04  0:46 ` bangerth at dealii dot org
  2004-02-04  1:43 ` giovannibajo at libero dot it
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bangerth at dealii dot org @ 2004-02-04  0:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-02-04 00:46 -------
As mentioned, this is fixed. 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |3.3.3
      Known to work|                            |3.4.0 3.5.0
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


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

* [Bug c++/12271] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
  2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
                   ` (8 preceding siblings ...)
  2004-02-04  0:46 ` bangerth at dealii dot org
@ 2004-02-04  1:43 ` giovannibajo at libero dot it
  2004-02-04  1:49 ` [Bug c++/12271] [3.3.3 regression] " bangerth at dealii dot org
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: giovannibajo at libero dot it @ 2004-02-04  1:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-02-04 01:43 -------
Wolfgang, isn't this a 3.3.3 regression?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bangerth at dealii dot org,
                   |                            |giovannibajo at libero dot
                   |                            |it


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


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

* [Bug c++/12271] [3.3.3 regression] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
  2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
                   ` (9 preceding siblings ...)
  2004-02-04  1:43 ` giovannibajo at libero dot it
@ 2004-02-04  1:49 ` bangerth at dealii dot org
  2004-02-04  1:49 ` bangerth at dealii dot org
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bangerth at dealii dot org @ 2004-02-04  1:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-02-04 01:49 -------
Put into "Confirmed" state. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|2004-02-04 00:33:19         |2004-02-04 01:49:55
               date|                            |


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


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

* [Bug c++/12271] [3.3.3 regression] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
  2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
                   ` (10 preceding siblings ...)
  2004-02-04  1:49 ` [Bug c++/12271] [3.3.3 regression] " bangerth at dealii dot org
@ 2004-02-04  1:49 ` bangerth at dealii dot org
  2004-02-15 12:35 ` gdr at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bangerth at dealii dot org @ 2004-02-04  1:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-02-04 01:49 -------
Actually, you're right. I can only test with the 3.3.1 version that SuSE 
ships, but that one doesn't show the bug. 
 
Thinking about it again: I would be surprised if this was a bug that 
wasn't there before, but that just wasn't triggered. It may be some 
unrelated change. The same then may hold for mainline, so that it may 
be worth looking into also from that perspective. These middle-/back-end 
bugs are just so much nastier than my favorite front-end ones... 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gdr at gcc dot gnu dot org
             Status|RESOLVED                    |UNCONFIRMED
      Known to work|3.4.0 3.5.0                 |3.4.0 3.5.0 3.3.1
         Resolution|FIXED                       |
            Summary|Compilation of OpenCV (Open |[3.3.3 regression]
                   |Computer VIsion) with error |Compilation of OpenCV (Open
                   |message: in                 |Computer VIsion) with error
                   |emit_move_insn_1, at        |message: in
                   |expr.c:3510                 |emit_move_insn_1, at
                   |                            |expr.c:3510
   Target Milestone|3.4.0                       |3.3.3


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


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

* [Bug c++/12271] [3.3.3 regression] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
  2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
                   ` (11 preceding siblings ...)
  2004-02-04  1:49 ` bangerth at dealii dot org
@ 2004-02-15 12:35 ` gdr at gcc dot gnu dot org
  2004-03-18  5:52 ` doofiedo at hotmail dot com
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: gdr at gcc dot gnu dot org @ 2004-02-15 12:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at gcc dot gnu dot org  2004-02-15 12:35 -------
Adjust milestone

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.3.3                       |3.3.4


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


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

* [Bug c++/12271] [3.3.3 regression] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
  2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
                   ` (12 preceding siblings ...)
  2004-02-15 12:35 ` gdr at gcc dot gnu dot org
@ 2004-03-18  5:52 ` doofiedo at hotmail dot com
  2004-03-24 17:41 ` maillistkjell at gmx dot de
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: doofiedo at hotmail dot com @ 2004-03-18  5:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From doofiedo at hotmail dot com  2004-03-18 05:52 -------
Same thing happened to me, on a Intel Centrino, running Mandrake Linux 9.2, I
thought it was my linux distribution not my processor.

-- 


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


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

* [Bug c++/12271] [3.3.3 regression] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
  2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
                   ` (13 preceding siblings ...)
  2004-03-18  5:52 ` doofiedo at hotmail dot com
@ 2004-03-24 17:41 ` maillistkjell at gmx dot de
  2004-04-18 21:56 ` pinskia at gcc dot gnu dot org
  2004-04-18 22:31 ` pinskia at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: maillistkjell at gmx dot de @ 2004-03-24 17:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From maillistkjell at gmx dot de  2004-03-24 17:41 -------
 (In reply to comment #13) 
I can reproduce this error on gcc 3.3.1 , Suse 9.0 (rpm is gcc-3.3.1-24). 
I get  
cvfundam.cpp: In function `int icvCubicV(double, double, double, double*)': 
cvfundam.cpp:2187: internal compiler error: in emit_move_insn_1, at expr.c:3491 

-- 


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


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

* [Bug c++/12271] [3.3.3 regression] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
  2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
                   ` (14 preceding siblings ...)
  2004-03-24 17:41 ` maillistkjell at gmx dot de
@ 2004-04-18 21:56 ` pinskia at gcc dot gnu dot org
  2004-04-18 22:31 ` pinskia at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-18 21:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-18 21:42 -------
*** Bug 15008 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |akenaton at freesurf dot ch


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


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

* [Bug c++/12271] [3.3.3 regression] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
  2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
                   ` (15 preceding siblings ...)
  2004-04-18 21:56 ` pinskia at gcc dot gnu dot org
@ 2004-04-18 22:31 ` pinskia at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-18 22:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-18 21:50 -------
Some still from the gdb:
(gdb) p debug_rtx(y)
(const_int 1431655765 [0x55555555])
$2 = void
(gdb) p debug_rtx(x)
(const_int 1431655765 [0x55555555])
$3 = void

Here is the backtrace:
#0  0x4202bb8a in exit () from /lib/i686/libc.so.6
#1  0x08101a40 in internal_error (msgid=0xbffead10 "??4\b\f????\222I\b\033") at ../../gcc/
diagnostic.c:1211
#2  0x08101e7f in fancy_abort (file=0x83 <Address 0x83 out of bounds>, line=1108532352,
    function=0x83 <Address 0x83 out of bounds>) at ../../gcc/diagnostic.c:1376
#3  0x0812cd76 in emit_move_insn_1 (x=0x400a7be8, y=0x400a7be8) at ../../gcc/expr.c:3483
#4  0x0812c632 in emit_move_insn (x=0x400a7be8, y=0x400a7be8) at ../../gcc/expr.c:3208
#5  0x082969d5 in ix86_split_long_move (operands=0x846afa0) at ../../gcc/config/i386/i386.c:10145
#6  0x08196af9 in gen_split_867 (operands=0x83) at insn-emit.c:7656
#7  0x08117434 in try_split (pat=0x4009e534, trial=0x4009c2c0, last=1) at ../../gcc/emit-rtl.c:3263
#8  0x0822dab7 in split_insn (insn=0x4009c2c0) at ../../gcc/recog.c:2768
#9  0x0822dc8f in split_all_insns (upd_life=0) at ../../gcc/recog.c:2849
#10 0x0826f0cb in rest_of_compilation (decl=0x4008b7e0) at ../../gcc/toplev.c:3372
#11 0x080bb78d in genrtl_finish_function (fn=0x4008b7e0) at ../../gcc/cp/semantics.c:2589
#12 0x080bb4b7 in expand_body (fn=0x4008b7e0) at ../../gcc/cp/semantics.c:2412
#13 0x080890d9 in finish_file () at ../../gcc/cp/decl2.c:2958
#14 0x08093af3 in yyparse () at parse.y:489
#15 0x080d6899 in c_common_parse_file (set_yydebug=131) at ../../gcc/c-lex.c:159
#16 0x0826df9a in compile_file () at ../../gcc/toplev.c:2130
#17 0x08273295 in do_compile () at ../../gcc/toplev.c:5407
#18 0x0827333d in toplev_main (argc=131, argv=0xbffebc64) at ../../gcc/toplev.c:5437
#19 0x080dc7db in main (argc=131, argv=0x83) at ../../gcc/main.c:35

So this is a dup of bug 13472 which is fixed in 3.3.4.

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

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


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


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

end of thread, other threads:[~2004-04-18 21:50 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-14  2:25 [Bug c++/12271] New: Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510 fargaud at yahoo dot fr
2003-09-14  4:43 ` [Bug c++/12271] " pinskia at gcc dot gnu dot org
2003-09-15 19:21 ` dank at kegel dot com
2003-09-15 20:07 ` bangerth at dealii dot org
2003-09-19 22:43 ` fargaud at yahoo dot fr
2003-09-19 23:05 ` pinskia at gcc dot gnu dot org
2004-02-04  0:26 ` buri at z17 dot net
2004-02-04  0:33 ` bangerth at dealii dot org
2004-02-04  0:45 ` bangerth at dealii dot org
2004-02-04  0:46 ` bangerth at dealii dot org
2004-02-04  1:43 ` giovannibajo at libero dot it
2004-02-04  1:49 ` [Bug c++/12271] [3.3.3 regression] " bangerth at dealii dot org
2004-02-04  1:49 ` bangerth at dealii dot org
2004-02-15 12:35 ` gdr at gcc dot gnu dot org
2004-03-18  5:52 ` doofiedo at hotmail dot com
2004-03-24 17:41 ` maillistkjell at gmx dot de
2004-04-18 21:56 ` pinskia at gcc dot gnu dot org
2004-04-18 22:31 ` pinskia 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).