This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR tree-optimzation/31081


> + 	  if (id->entry_bb && is_gimple_reg (SSA_NAME_VAR (name))
> + 	      && TREE_CODE (SSA_NAME_VAR (name)) != PARM_DECL
> + 	      && (id->entry_bb != EDGE_SUCC (ENTRY_BLOCK_PTR, 0)
> + 		  || EDGE_COUNT (id->entry_bb->preds) != 1))

/home/eric/gnat/gnat-head/src/gcc/tree-inline.c: In function 'remap_ssa_name':
/home/eric/gnat/gnat-head/src/gcc/tree-inline.c:207: error: comparison of 
distinct pointer types lacks a cast
make: *** [tree-inline.o] Error 1

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]