Bug 19179 - internal compiler error: verify_stmts
Summary: internal compiler error: verify_stmts
Status: RESOLVED DUPLICATE of bug 15740
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-28 16:58 UTC by Andreas Jaeger
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: i586-pc-linux-gnu
Target: i586-pc-linux-gnu
Build: i586-pc-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments
Preprocessed source file (282 bytes, text/plain)
2004-12-28 17:00 UTC, Andreas Jaeger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Jaeger 2004-12-28 16:58:57 UTC
/usr/lib/gcc/i586-suse-linux/4.0.0/cc1 -fpreprocessed i386.i -quiet -dumpbase 
i386.c -march=i686 -mtune=i686 -auxbase-strip i386.o -O2 -Wall -version 
-fmessage-length=0 -o i386.s 
GNU C version 4.0.0 20041227 (experimental) (SUSE Linux) (i586-suse-linux) 
        compiled by GNU C version 4.0.0 20041227 (experimental) (SUSE Linux). 
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 
i386.i: In function ?_control87?: 
i386.i:5: error: Invalid operand to binary operator 
maskD.1120 
 
i386.i:5: internal compiler error: verify_stmts failed. 
Please submit a full bug report, 
with preprocessed source if appropriate.
Comment 1 Andreas Jaeger 2004-12-28 16:59:20 UTC
Note this one could be related to 19178. 
Comment 2 Andreas Jaeger 2004-12-28 17:00:17 UTC
Created attachment 7838 [details]
Preprocessed source file
Comment 3 Andrew Pinski 2004-12-28 17:09:24 UTC
Likewise for this one too.

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