[Bug c/41163] [4.5 Regression] verify_gimple fails

2009-08-29 Thread hjl at gcc dot gnu dot org
--- Comment #6 from hjl at gcc dot gnu dot org 2009-08-30 02:07 --- Subject: Bug 41163 Author: hjl Date: Sun Aug 30 02:06:32 2009 New Revision: 151218 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=151218 Log: 2009-08-29 H.J. Lu hongjiu...@intel.com Backport from

[Bug c/41163] [4.5 Regression] verify_gimple fails

2009-08-26 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-08-26 13:23 --- Subject: Bug 41163 Author: rguenth Date: Wed Aug 26 13:23:04 2009 New Revision: 151122 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=151122 Log: 2009-08-26 Richard Guenther rguent...@suse.de PR

[Bug c/41163] [4.5 Regression] verify_gimple fails

2009-08-26 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-08-26 14:05 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c/41163] [4.5 Regression] verify_gimple fails

2009-08-25 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-08-25 15:37 --- Confirmed. struct option { void *value; }; void parse_options (struct option *); void cmd_grep(void) { struct option options[] = { { options } }; parse_options(options); } -- rguenth at gcc dot gnu

[Bug c/41163] [4.5 Regression] verify_gimple fails

2009-08-25 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rguenth at gcc dot gnu dot |dot org