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

2010-07-14 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2010-07-14 08:20 --- Mine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

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

2010-07-14 Thread rguenth at gcc dot gnu dot org
--- Comment #16 from rguenth at gcc dot gnu dot org 2010-07-14 08:35 --- Created an attachment (id=21196) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21196action=view) patch Can you test this patch? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44824

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

2010-07-14 Thread jojelino at gmail dot com
--- Comment #17 from jojelino at gmail dot com 2010-07-14 10:07 --- (In reply to comment #16) Created an attachment (id=21196) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21196action=view) [edit] patch Can you test this patch? yes. attached patch solves ICE. it works well.

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

2010-07-14 Thread rguenth at gcc dot gnu dot org
--- Comment #18 from rguenth at gcc dot gnu dot org 2010-07-14 12:19 --- Subject: Bug 44824 Author: rguenth Date: Wed Jul 14 12:19:16 2010 New Revision: 162177 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=162177 Log: 2010-07-14 Richard Guenther rguent...@suse.de PR

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

2010-07-14 Thread rguenth at gcc dot gnu dot org
--- Comment #19 from rguenth at gcc dot gnu dot org 2010-07-14 12:19 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

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

2010-07-11 Thread davek at gcc dot gnu dot org
--- Comment #11 from davek at gcc dot gnu dot org 2010-07-12 00:14 --- (In reply to comment #10) (In reply to comment #2) I can't reproduce it with r161865. (on x86_64-linux with -m32) please confirm that this error introduces from -O1? surely, it would not be reproducible

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

2010-07-11 Thread jojelino at gmail dot com
--- Comment #12 from jojelino at gmail dot com 2010-07-12 00:43 --- reduced testcase typedef struct _object { int ob_refcnt; struct _typeobject *ob_type; } PyObject; typedef struct bufferinfo { void *buf; PyObject *obj; int len; int itemsize; int readonly;

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

2010-07-11 Thread jojelino at gmail dot com
--- Comment #13 from jojelino at gmail dot com 2010-07-12 00:48 --- extern __attribute__((dllimport)) PyIntObject _Py_TrueStruct; removing __attribute__((dllimport)) or replacing __attribute__ ((visibility(default))) solves problem... --

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

2010-07-11 Thread jojelino at gmail dot com
--- Comment #14 from jojelino at gmail dot com 2010-07-12 00:50 --- then we get more reduced testcase typedef struct sfoo{ int ob_refcnt; } foo; typedef struct sbar{ int ob_refcnt; } bar; extern __attribute__((dllimport)) bar bar1; foo* stub1(){ return (

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

2010-07-08 Thread jojelino at gmail dot com
--- Comment #10 from jojelino at gmail dot com 2010-07-08 15:15 --- (In reply to comment #2) I can't reproduce it with r161865. (on x86_64-linux with -m32) please confirm that this error introduces from -O1? surely, it would not be reproducible just giving -m32 as you says. failed

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

2010-07-06 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-07-06 11:46 --- I can't reproduce it with r161865. (on x86_64-linux with -m32) -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

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

2010-07-06 Thread jojelino at gmail dot com
--- Comment #3 from jojelino at gmail dot com 2010-07-06 15:26 --- Created an attachment (id=21108) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21108action=view) another testcase Using built-in specs. COLLECT_GCC=gcc

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

2010-07-06 Thread jojelino at gmail dot com
--- Comment #4 from jojelino at gmail dot com 2010-07-06 15:38 --- Created an attachment (id=21109) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21109action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44824

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

2010-07-06 Thread jojelino at gmail dot com
--- Comment #5 from jojelino at gmail dot com 2010-07-06 15:39 --- Created an attachment (id=21110) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21110action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44824

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

2010-07-06 Thread jojelino at gmail dot com
--- Comment #6 from jojelino at gmail dot com 2010-07-06 15:40 --- Created an attachment (id=2) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=2action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44824

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

2010-07-06 Thread jojelino at gmail dot com
--- Comment #7 from jojelino at gmail dot com 2010-07-06 15:41 --- Created an attachment (id=21112) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21112action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44824

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

2010-07-06 Thread jojelino at gmail dot com
--- 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

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

2010-07-06 Thread jojelino at gmail dot com
--- Comment #9 from jojelino at gmail dot com 2010-07-06 15:50 --- and gcc revision is 161868 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44824