On 09/25/2015 09:41 AM, Bernd Schmidt wrote:
I noticed this a while ago while trying to defer parts of omp expansion
until after LTO. move_tree_r, which is used when moving code into omp
child functions, has code not to remap variables inside an OMP
directive. However, by the time we get here, these directives should all
have been expanded already, and the code appears to be dead.

Hence, the following patch. Bootstrapped and tested on x86_64-linux, ok?
OK.
jeff

Reply via email to