gcc Fehlermeldung : internal error--insn does not satisfy its constraints

Jan-Benedict Glaw jbglaw at lug-owl.de
Thu Aug 22 16:01:02 CEST 2002


On Thu, 2002-08-22 15:42:56 +0200, Andreas Koch <A_Koch at moellinger.hx.uni-paderborn.de>
wrote in message <2D3A4406485 at moellinger.hx.uni-paderborn.de>:
> Hi,
> 
> ServerSocket.cpp: In method `ServerSocket::ServerSocket(int)':
> ServerSocket.cpp:54: internal error--insn does not satisfy its constraints:
> (insn 175 108 109 (set (reg:SI 0 %eax)(reg:SI 23)) 48 {movsi+2} (nil) (nil))
> 
> sagen will ?. Ich finde keinen Fehler und googlen hat bisher nichts 

Daß sagt Dir, daß sich der GCC in seinen internen Bäumen verhaspelt hat.
Welche gcc-Version benutzt Du? Es könnte sein, daß Dein Code absolut
richtig ist, aber gcc da einfach auf einen eigenen Bug läuft. Dann
solltest Du http://gcc.gnu.org/bugs.html lesen und einen Bug report
aufmachen.

Falls das ein g++ v3.0 oder neuer ist, versuch' u.U. mal

using namespace std;

da '::' nicht mehr automatisch den Standard-Namespace mit sich bringt.
Schließlich benutzt Du strcpy()...

Aber das sollte eher zu link-Problemen führen, als den Compiler
wegzuhängen. Du könntest auch -O (oder -O2) mal versuchen.

MfG, JBG

-- 
Jan-Benedict Glaw   .   jbglaw at lug-owl.de   .   +49-172-7608481
	 -- New APT-Proxy written in shell script --
	   http://lug-owl.de/~jbglaw/software/ap2/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lug-owl.de/pipermail/linux/attachments/20020822/a972ac7d/attachment.sig>


More information about the Linux mailing list