Re: hardened conditionals: drop copied identifiers

2022-03-24 Thread Richard Biener via Gcc-patches
On Thu, Mar 24, 2022 at 5:06 AM Alexandre Oliva via Gcc-patches wrote: > > > The copies of identifiers, indended to associate hardening SSA > temporaries to the original variables they refer to, end up causing > -fcompare-debug to fail, because DECL_UIDs are not identical, and the > nouid flag use

hardened conditionals: drop copied identifiers

2022-03-23 Thread Alexandre Oliva via Gcc-patches
The copies of identifiers, indended to associate hardening SSA temporaries to the original variables they refer to, end up causing -fcompare-debug to fail, because DECL_UIDs are not identical, and the nouid flag used in compare-debug dumps doesn't affect the uids in naked identifiers, so the dive