[Bug other/44038] [4.5 regression] ICE: verify_stmts failed

2010-05-21 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-21 11:18 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug other/44038] [4.5 regression] ICE: verify_stmts failed

2010-05-21 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-05-21 11:18 --- Subject: Bug 44038 Author: rguenth Date: Fri May 21 11:18:07 2010 New Revision: 159657 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=159657 Log: 2010-05-21 Richard Guenther rguent...@suse.de PR

[Bug other/44038] [4.5 regression] ICE: verify_stmts failed

2010-05-19 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44038

[Bug other/44038] [4.5 regression] ICE: verify_stmts failed

2010-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-05-15 15:07 --- Fixed on the trunk sofar. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/44038] [4.5 regression] ICE: verify_stmts failed

2010-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-05-15 15:07 --- Subject: Bug 44038 Author: rguenth Date: Sat May 15 15:06:47 2010 New Revision: 159434 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=159434 Log: 2010-05-15 Richard Guenther rguent...@suse.de PR

[Bug other/44038] [4.5 regression] ICE: verify_stmts failed

2010-05-08 Thread doko at ubuntu dot com
--- Comment #1 from doko at ubuntu dot com 2010-05-08 13:35 --- Created an attachment (id=20601) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20601action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44038

[Bug other/44038] [4.5 regression] ICE: verify_stmts failed

2010-05-08 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-05-08 14:01 --- struct Ustr { char data[1]; }; int ustr_xi__embed_val_get(char *); inline int ustr_len(struct Ustr *s1) { return ustr_xi__embed_val_get(s1-data); } static struct Ustr *s1 = ((struct Ustr *) ); int tst(char

[Bug other/44038] [4.5 regression] ICE: verify_stmts failed

2010-05-08 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-05-08 14:02 --- Mine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added