http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49495
--- Comment #5 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-07-07 18:08:04 UTC --- Author: jamborm Date: Thu Jul 7 18:08:00 2011 New Revision: 175998 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175998 Log: 2011-07-07 Martin Jambor <[email protected]> PR middle-end/49495 * cgraphunit.c (verify_edge_corresponds_to_fndecl): New function. (verify_cgraph_node): Some functinality moved to verify_edge_corresponds_to_fndecl, call it. Modified: trunk/gcc/ChangeLog trunk/gcc/cgraphunit.c
