Re: [PATCH] pragma: respect pragma in lambda functions

2021-12-16 Thread Jeff Law via Gcc-patches
On 12/16/2021 4:07 AM, Martin Liška wrote: In g:01ad8c54fdca we started supporting target pragma changes that are primarily caused by optimization option. The same can happen in the opposite way and we need to check for changes both in optimization_current_node and target_option_current_node.

[PATCH] pragma: respect pragma in lambda functions

2021-12-16 Thread Martin Liška
In g:01ad8c54fdca we started supporting target pragma changes that are primarily caused by optimization option. The same can happen in the opposite way and we need to check for changes both in optimization_current_node and target_option_current_node. Patch can bootstrap on x86_64-linux-gnu and su