Re: [C++ PATCH] Fix up -flifetime-dse=2 clobbers

2016-03-04 Thread Jason Merrill
OK. Jason

[C++ PATCH] Fix up -flifetime-dse=2 clobbers

2016-03-04 Thread Jakub Jelinek
Hi! While working on PR70035, I've noticed that the clobbers at the start of (certain) constructors are strangely emitted twice instead of just once. The problem is that start_preparsed_function is first called on the (abstract) constructor and then again on the cloned constructors (base or comple