This is the mail archive of the gcc-cvs@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]

r159652 - in /trunk/gcc: ChangeLog tree-cfgclea...


Author: jakub
Date: Fri May 21 09:26:31 2010
New Revision: 159652

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159652
Log:
	PR debug/44205
	* tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
	at -O0 goto_locus of any of the incoming edges differs from
	goto_locus of outgoing edge, or gimple_location of any of the
	labels differs.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-cfgcleanup.c


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