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: [PATCH] Fix target_reinit (PR target/47564)


On 02/02/2011 06:07 AM, Jakub Jelinek wrote:
> 	PR target/47564
> 	* toplev.c (target_reinit): Save and restore *crtl and regno_reg_rtx
> 	around backend_init_target and lang_dependent_init_target calls.
> 	* cgraphunit.c (cgraph_debug_gimple_stmt): New function.
> 	(verify_cgraph_node): Don't call set_cfun here.  Use
> 	cgraph_debug_gimple_stmt instead of debug_gimple_stmt.
> 	Set error_found for incorrectly represented calls to thunks.
> 
> 	* gcc.target/i386/pr47564.c: New test.

Ok.


r~


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