Re: [PATCH] options: fix cl_target_option_print_diff() with strings

2023-01-24 Thread Jakub Jelinek via Gcc-patches
On Tue, Jan 24, 2023 at 10:37:43AM +, Jonathan Wakely wrote: > Changing CC to gcc-patches instead of gcc-bugs ... The fix is obvious, so I've committed it. Thanks. > On 24/01/23 04:14 +, Eric Biggers wrote: > > Fix an obvious copy-and-paste error where ptr1 was used instead of ptr2. > >

Re: [PATCH] options: fix cl_target_option_print_diff() with strings

2023-01-24 Thread Jonathan Wakely via Gcc-patches
Changing CC to gcc-patches instead of gcc-bugs ... On 24/01/23 04:14 +, Eric Biggers wrote: Fix an obvious copy-and-paste error where ptr1 was used instead of ptr2. This bug caused the dump file produced by -fdump-ipa-inline-details to not correctly show the difference in target options when