[Bug middle-end/41006] [4.5 Regression] verify_stmts failed: error: non-trivial conversion at assignment

2009-08-16 Thread hjl at gcc dot gnu dot org
--- Comment #5 from hjl at gcc dot gnu dot org 2009-08-16 20:25 --- Subject: Bug 41006 Author: hjl Date: Sun Aug 16 20:23:57 2009 New Revision: 150812 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=150812 Log: 2009-08-16 H.J. Lu hongjiu...@intel.com Backport from

[Bug middle-end/41006] [4.5 Regression] verify_stmts failed: error: non-trivial conversion at assignment

2009-08-10 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-08-10 09:23 --- Subject: Bug 41006 Author: rguenth Date: Mon Aug 10 09:22:47 2009 New Revision: 150621 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=150621 Log: 2009-08-10 Richard Guenther rguent...@suse.de PR

[Bug middle-end/41006] [4.5 Regression] verify_stmts failed: error: non-trivial conversion at assignment

2009-08-10 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-08-10 09:23 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/41006] [4.5 Regression] verify_stmts failed: error: non-trivial conversion at assignment

2009-08-08 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-08-08 10:55 --- Investigating. Related testcase, same bug: typedef int *FARPROC; static int * __restrict__ acceptex_fn; int xWSAIoctl(void*); static void get_fn(FARPROC* fn) { FARPROC func; if (!xWSAIoctl( func))