Re: [PATCH] ipa: Improve error handling for target_clone single value

2022-03-01 Thread Richard Biener via Gcc-patches
On Mon, Feb 28, 2022 at 2:27 PM Martin Liška wrote: > > The patch moves attribute checking to handle_target_clones_attribute where > we drop the attribute if it contains only a single value. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? OK.

[PATCH] ipa: Improve error handling for target_clone single value

2022-02-28 Thread Martin Liška
The patch moves attribute checking to handle_target_clones_attribute where we drop the attribute if it contains only a single value. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin PR ipa/104533 gcc/c-family/ChangeLog: