--- Comment #2 from b dot gunreben at web dot de 2005-11-09 07:07 ---
Another testcase, fails with gcc -O2 -c, same compiler as above:
typedef long
(*bla)(int *node);
static long F2(void *tree, long blk, bla after_node_func)
{
long call_result = 0;
int *node;
if (call_result = aft
--- Comment #1 from rguenth at gcc dot gnu dot org 2005-11-01 23:01 ---
Created an attachment (id=10109)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10109&action=view)
reduced testcase
testcase
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24626