This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/44824] [4.6 regression] internal compiler error: verify_stmts failed



------- Comment #8 from jojelino at gmail dot com  2010-07-06 15:44 -------
and error messages combined

gcc -O2   -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/share/locale\""
-DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/..
-I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber 
-I./gnulib -Ignulib  -DMI_OUT=1 -DTUI=1  -I/usr/include -I/usr/include  -Wall
-Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral
-Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch
-Wno-char-subscripts  -c -o python.o -MT python.o -MMD -MP -MF .deps/python.Tpo
-fno-strict-aliasing -DNDEBUG -fwrapv ./python/python.c
./python/python.c: In function ?gdbpy_parameter_value?:
./python/python.c:896:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_TrueStruct];

# VUSE <.MEM_46(D)>
D.26034_13 = MEM[(struct PyObject *)&_Py_TrueStruct].ob_refcnt;

./python/python.c:896:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_TrueStruct];

# .MEM_49 = VDEF <.MEM_46(D)>
MEM[(struct PyObject *)&_Py_TrueStruct].ob_refcnt = D.26035_14;

./python/python.c:896:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_ZeroStruct];

# VUSE <.MEM_46(D)>
D.26037_17 = MEM[(struct PyObject *)&_Py_ZeroStruct].ob_refcnt;

./python/python.c:896:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_ZeroStruct];

# .MEM_50 = VDEF <.MEM_46(D)>
MEM[(struct PyObject *)&_Py_ZeroStruct].ob_refcnt = D.26038_18;

./python/python.c:896:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_TrueStruct];

# VUSE <.MEM_46(D)>
D.26034_22 = MEM[(struct PyObject *)&_Py_TrueStruct].ob_refcnt;

./python/python.c:896:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_TrueStruct];

# .MEM_51 = VDEF <.MEM_46(D)>
MEM[(struct PyObject *)&_Py_TrueStruct].ob_refcnt = D.26035_23;

./python/python.c:896:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_ZeroStruct];

# VUSE <.MEM_46(D)>
D.26037_26 = MEM[(struct PyObject *)&_Py_ZeroStruct].ob_refcnt;

./python/python.c:896:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_ZeroStruct];

# .MEM_52 = VDEF <.MEM_46(D)>
MEM[(struct PyObject *)&_Py_ZeroStruct].ob_refcnt = D.26038_27;

./python/python.c:896:1: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: [python.o] Error 1 (ignored)
gcc -O2   -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/share/locale\""
-DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/..
-I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber 
-I./gnulib -Ignulib  -DMI_OUT=1 -DTUI=1  -I/usr/include -I/usr/include  -Wall
-Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral
-Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch
-Wno-char-subscripts  -c -o py-breakpoint.o -MT py-breakpoint.o -MMD -MP -MF
.deps/py-breakpoint.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv
./python/py-breakpoint.c
./python/py-breakpoint.c: In function ?bppy_is_valid?:
./python/py-breakpoint.c:862:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_TrueStruct];

# VUSE <.MEM_13(D)>
D.25525_6 = MEM[(struct PyObject *)&_Py_TrueStruct].ob_refcnt;

./python/py-breakpoint.c:862:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_TrueStruct];

# .MEM_14 = VDEF <.MEM_13(D)>
MEM[(struct PyObject *)&_Py_TrueStruct].ob_refcnt = D.25526_7;

./python/py-breakpoint.c:862:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_ZeroStruct];

# VUSE <.MEM_13(D)>
D.25528_10 = MEM[(struct PyObject *)&_Py_ZeroStruct].ob_refcnt;

./python/py-breakpoint.c:862:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_ZeroStruct];

# .MEM_15 = VDEF <.MEM_13(D)>
MEM[(struct PyObject *)&_Py_ZeroStruct].ob_refcnt = D.25529_11;

./python/py-breakpoint.c:862:1: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: [py-breakpoint.o] Error 1 (ignored)
mv: cannot stat `.deps/py-breakpoint.Tpo': No such file or directory
make[2]: [py-breakpoint.o] Error 1 (ignored)
gcc -O2   -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/share/locale\""
-DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/..
-I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber 
-I./gnulib -Ignulib  -DMI_OUT=1 -DTUI=1  -I/usr/include -I/usr/include  -Wall
-Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral
-Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch
-Wno-char-subscripts  -c -o py-frame.o -MT py-frame.o -MMD -MP -MF
.deps/py-frame.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ./python/py-frame.c
./python/py-frame.c: In function ?frapy_is_valid?:
./python/py-frame.c:676:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_ZeroStruct];

# VUSE <.MEM_13>
D.23707_5 = MEM[(struct PyObject *)&_Py_ZeroStruct].ob_refcnt;

./python/py-frame.c:676:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_ZeroStruct];

# .MEM_14 = VDEF <.MEM_13>
MEM[(struct PyObject *)&_Py_ZeroStruct].ob_refcnt = D.23708_6;

./python/py-frame.c:676:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_TrueStruct];

# VUSE <.MEM_13>
D.23710_9 = MEM[(struct PyObject *)&_Py_TrueStruct].ob_refcnt;

./python/py-frame.c:676:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_TrueStruct];

# .MEM_15 = VDEF <.MEM_13>
MEM[(struct PyObject *)&_Py_TrueStruct].ob_refcnt = D.23711_10;

./python/py-frame.c:676:1: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: [py-frame.o] Error 1 (ignored)
mv: cannot stat `.deps/py-frame.Tpo': No such file or directory
make[2]: [py-frame.o] Error 1 (ignored)
gcc -O2   -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/share/locale\""
-DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/..
-I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber 
-I./gnulib -Ignulib  -DMI_OUT=1 -DTUI=1  -I/usr/include -I/usr/include  -Wall
-Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral
-Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch
-Wno-char-subscripts  -c -o py-inferior.o -MT py-inferior.o -MMD -MP -MF
.deps/py-inferior.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv
./python/py-inferior.c
./python/py-inferior.c: In function ?infpy_get_was_attached?:
./python/py-inferior.c:728:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_TrueStruct];

# VUSE <.MEM_18(D)>
D.25118_11 = MEM[(struct PyObject *)&_Py_TrueStruct].ob_refcnt;

./python/py-inferior.c:728:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_TrueStruct];

# .MEM_21 = VDEF <.MEM_18(D)>
MEM[(struct PyObject *)&_Py_TrueStruct].ob_refcnt = D.25119_12;

./python/py-inferior.c:728:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_ZeroStruct];

# VUSE <.MEM_18(D)>
D.25121_15 = MEM[(struct PyObject *)&_Py_ZeroStruct].ob_refcnt;

./python/py-inferior.c:728:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_ZeroStruct];

# .MEM_22 = VDEF <.MEM_18(D)>
MEM[(struct PyObject *)&_Py_ZeroStruct].ob_refcnt = D.25122_16;

./python/py-inferior.c:728:1: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: [py-inferior.o] Error 1 (ignored)
gcc -O2   -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/share/locale\""
-DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/..
-I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber 
-I./gnulib -Ignulib  -DMI_OUT=1 -DTUI=1  -I/usr/include -I/usr/include  -Wall
-Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral
-Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch
-Wno-char-subscripts  -c -o py-infthread.o -MT py-infthread.o -MMD -MP -MF
.deps/py-infthread.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv
./python/py-infthread.c
./python/py-infthread.c: In function ?thpy_is_exited?:
./python/py-infthread.c:269:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_TrueStruct];

# VUSE <.MEM_21>
D.24095_11 = MEM[(struct PyObject *)&_Py_TrueStruct].ob_refcnt;

./python/py-infthread.c:269:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_TrueStruct];

# .MEM_22 = VDEF <.MEM_21>
MEM[(struct PyObject *)&_Py_TrueStruct].ob_refcnt = D.24096_12;

./python/py-infthread.c:269:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_ZeroStruct];

# VUSE <.MEM_21>
D.24098_15 = MEM[(struct PyObject *)&_Py_ZeroStruct].ob_refcnt;

./python/py-infthread.c:269:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_ZeroStruct];

# .MEM_23 = VDEF <.MEM_21>
MEM[(struct PyObject *)&_Py_ZeroStruct].ob_refcnt = D.24099_16;

./python/py-infthread.c:269:1: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: [py-infthread.o] Error 1 (ignored)
mv: cannot stat `.deps/py-infthread.Tpo': No such file or directory
make[2]: [py-infthread.o] Error 1 (ignored)
gcc -O2   -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/share/locale\""
-DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/..
-I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber 
-I./gnulib -Ignulib  -DMI_OUT=1 -DTUI=1  -I/usr/include -I/usr/include  -Wall
-Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral
-Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch
-Wno-char-subscripts  -c -o py-lazy-string.o -MT py-lazy-string.o -MMD -MP -MF
.deps/py-lazy-string.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv
./python/py-lazy-string.c
./python/py-lazy-string.c: In function ?stpy_get_encoding?:
./python/py-lazy-string.c:303:1: error: Invalid address operand in MEM_REF.
_Py_NoneStruct;

# .MEM_13 = VDEF <.MEM_11(D)>
_Py_NoneStruct.ob_refcnt = D.21463_9;

./python/py-lazy-string.c:303:1: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: [py-lazy-string.o] Error 1 (ignored)
mv: cannot stat `.deps/py-lazy-string.Tpo': No such file or directory
make[2]: [py-lazy-string.o] Error 1 (ignored)
gcc -O2   -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/share/locale\""
-DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/..
-I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber 
-I./gnulib -Ignulib  -DMI_OUT=1 -DTUI=1  -I/usr/include -I/usr/include  -Wall
-Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral
-Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch
-Wno-char-subscripts  -c -o py-prettyprint.o -MT py-prettyprint.o -MMD -MP -MF
.deps/py-prettyprint.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv
./python/py-prettyprint.c
./python/py-prettyprint.c: In function ?search_pp_list?:
./python/py-prettyprint.c:39:1: error: Invalid address operand in MEM_REF.
_Py_NoneStruct;

# .MEM_38 = VDEF <.MEM_37>
_Py_NoneStruct.ob_refcnt = D.23643_20;

./python/py-prettyprint.c:39:1: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: [py-prettyprint.o] Error 1 (ignored)
mv: cannot stat `.deps/py-prettyprint.Tpo': No such file or directory
make[2]: [py-prettyprint.o] Error 1 (ignored)
gcc -O2   -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/share/locale\""
-DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/..
-I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber 
-I./gnulib -Ignulib  -DMI_OUT=1 -DTUI=1  -I/usr/include -I/usr/include  -Wall
-Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral
-Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch
-Wno-char-subscripts  -c -o py-symbol.o -MT py-symbol.o -MMD -MP -MF
.deps/py-symbol.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ./python/py-symbol.c
gcc -O2   -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/share/locale\""
-DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/..
-I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber 
-I./gnulib -Ignulib  -DMI_OUT=1 -DTUI=1  -I/usr/include -I/usr/include  -Wall
-Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral
-Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch
-Wno-char-subscripts  -c -o py-symtab.o -MT py-symtab.o -MMD -MP -MF
.deps/py-symtab.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ./python/py-symtab.c
gcc -O2   -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/share/locale\""
-DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/..
-I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber 
-I./gnulib -Ignulib  -DMI_OUT=1 -DTUI=1  -I/usr/include -I/usr/include  -Wall
-Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral
-Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch
-Wno-char-subscripts  -c -o py-type.o -MT py-type.o -MMD -MP -MF
.deps/py-type.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ./python/py-type.c
./python/py-type.c: In function ?convert_field?:
./python/py-type.c:911:1: error: Invalid address operand in MEM_REF.
_Py_NoneStruct;

# .MEM_125 = VDEF <.MEM_114>
_Py_NoneStruct.ob_refcnt = D.24272_42;

./python/py-type.c:911:1: error: Invalid address operand in MEM_REF.
_Py_NoneStruct;

# .MEM_133 = VDEF <.MEM_132>
_Py_NoneStruct.ob_refcnt = D.24272_93;

./python/py-type.c:911:1: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: [py-type.o] Error 1 (ignored)
mv: cannot stat `.deps/py-type.Tpo': No such file or directory
make[2]: [py-type.o] Error 1 (ignored)
gcc -O2   -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/share/locale\""
-DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/..
-I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber 
-I./gnulib -Ignulib  -DMI_OUT=1 -DTUI=1  -I/usr/include -I/usr/include  -Wall
-Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral
-Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch
-Wno-char-subscripts  -c -o py-utils.o -MT py-utils.o -MMD -MP -MF
.deps/py-utils.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ./python/py-utils.c
gcc -O2   -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/share/locale\""
-DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/..
-I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber 
-I./gnulib -Ignulib  -DMI_OUT=1 -DTUI=1  -I/usr/include -I/usr/include  -Wall
-Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral
-Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch
-Wno-char-subscripts  -c -o py-value.o -MT py-value.o -MMD -MP -MF
.deps/py-value.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ./python/py-value.c
./python/py-value.c: In function ?valpy_get_is_optimized_out?:
./python/py-value.c:1178:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_TrueStruct];

# VUSE <.MEM_14>
D.21802_6 = MEM[(struct PyObject *)&_Py_TrueStruct].ob_refcnt;

./python/py-value.c:1178:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_TrueStruct];

# .MEM_15 = VDEF <.MEM_14>
MEM[(struct PyObject *)&_Py_TrueStruct].ob_refcnt = D.21803_7;

./python/py-value.c:1178:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_ZeroStruct];

# VUSE <.MEM_14>
D.21805_10 = MEM[(struct PyObject *)&_Py_ZeroStruct].ob_refcnt;

./python/py-value.c:1178:1: error: Invalid address operand in MEM_REF.
MEM[(struct PyObject *)&_Py_ZeroStruct];

# .MEM_16 = VDEF <.MEM_14>
MEM[(struct PyObject *)&_Py_ZeroStruct].ob_refcnt = D.21806_11;

./python/py-value.c:1178:1: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: [py-value.o] Error 1 (ignored)
mv: cannot stat `.deps/py-value.Tpo': No such file or directory
make[2]: [py-value.o] Error 1 (ignored)


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]