Re: [PATCH] Fix tree-parloops (PR tree-optimization/58006)

2013-08-18 Thread Richard Biener
Jakub Jelinek wrote: >Hi! > >take_address_of ICEs if an object has NULL DECL_NAME, the first hunk >fixes >that. But, there is no point creating extra runtime code for clobbers, >like >computing the address of the object, passing it from the serial code to >the >outlined parallelized routine and t

[PATCH] Fix tree-parloops (PR tree-optimization/58006)

2013-08-18 Thread Jakub Jelinek
Hi! take_address_of ICEs if an object has NULL DECL_NAME, the first hunk fixes that. But, there is no point creating extra runtime code for clobbers, like computing the address of the object, passing it from the serial code to the outlined parallelized routine and then just have a clobber there (