X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana2%2Fpto_util.c;h=b73c4d6d2f25e375bdafb96b2cbffdcc44ffbadd;hb=b22a9a16f0a5a1a108bed2dec0e1d29af5605107;hp=3b900f08251dea69da29078f23acd6b12d731fd1;hpb=f75c9d04c9b10670c0456bb61727f25ee7c2aac0;p=libfirm diff --git a/ir/ana2/pto_util.c b/ir/ana2/pto_util.c index 3b900f082..b73c4d6d2 100644 --- a/ir/ana2/pto_util.c +++ b/ir/ana2/pto_util.c @@ -27,6 +27,7 @@ # include "xmalloc.h" # include "pto_debug.h" +# include "gnu_ext.h" /* Local Defines: */ # ifndef TRUE @@ -119,7 +120,8 @@ entity *get_ptr_ent (ir_node *ptr) } break; default: { - fprintf (stderr, "get_ptr_ent: no ent for ptr=%s[%ld]\n", + fprintf (stderr, "%s: no ent for ptr=%s[%ld]\n", + __FUNCTION__, get_op_name (get_irn_op (ptr)), get_irn_node_nr (ptr)); assert (0); @@ -152,6 +154,9 @@ int is_dummy_load_ptr (ir_node *ptr) /* $Log$ + Revision 1.16 2005/01/14 14:13:32 liekweg + fix gnu extension + Revision 1.15 2005/01/10 17:26:34 liekweg fixup printfs, don't put environments on the stack