This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/42025] New: internal compiler error: verify_stmts failed (non-trivial conversion at assignment)
- From: "bstarynk at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Nov 2009 07:41:25 -0000
- Subject: [Bug middle-end/42025] New: internal compiler error: verify_stmts failed (non-trivial conversion at assignment)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
when compiling MONO from svn svn://anonsvn.mono-project.com/source/trunk/mono
revision 146112 with GCC trunk gcc version 4.5.0 20091112 (experimental) [trunk
revision 154129] I am getting the following errors
aot-runtime.c: In function 'decode_patch':
aot-runtime.c:3145:1: error: non-trivial conversion at assignment
const char *
void *
# .MEM_174 = VDEF <.MEM_173>
*ISRA.208_212(D) = D.32031_18;
aot-runtime.c:3145:1: error: non-trivial conversion at assignment
const char *
void *
# .MEM_204 = VDEF <.MEM_203>
*ISRA.208_212(D) = D.32078_79;
aot-runtime.c:3145:1: error: non-trivial conversion at assignment
const char *
void *
# .MEM_210 = VDEF <.MEM_209>
*ISRA.208_212(D) = D.32086_88;
aot-runtime.c:3145:1: internal compiler error: verify_stmts failed
--
Summary: internal compiler error: verify_stmts failed (non-
trivial conversion at assignment)
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bstarynk at gcc dot gnu dot org
GCC build triplet: x86_64-unknown-linux-gnu
GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42025