Hi.
It's a simple documentation fix.
I'm going to install the patch.
Martin
libstdc++-v3/ChangeLog:
2020-01-28 Martin Liska
PR libstdc++/93478
* include/std/atomic: Fix typo.
* include/std/optional: Likewise.
---
libstdc++-v3/include/std/atomic | 2 +-
libstdc++-
On 12/08/2017 09:20 AM, Jakub Jelinek wrote:
> Hi!
>
> There is no get_base_ref_and_offset function and AFAIK never has been,
> my guess is these comments meant get_ref_base_and_extent.
> Ok for trunk?
>
> 2017-12-08 Jakub Jelinek
>
> * ipa-polymorphic-call.c (noncall_stmt_may_be_vtbl_p
Hi,
On Fri, Dec 08 2017, Jakub Jelinek wrote:
> Hi!
>
> There is no get_base_ref_and_offset function and AFAIK never has been,
> my guess is these comments meant get_ref_base_and_extent.
I am quite sure that is the case.
> Ok for trunk?
Well, my opinion is that it obviously is.
Thanks,
Marti
Hi!
There is no get_base_ref_and_offset function and AFAIK never has been,
my guess is these comments meant get_ref_base_and_extent.
Ok for trunk?
2017-12-08 Jakub Jelinek
* ipa-polymorphic-call.c (noncall_stmt_may_be_vtbl_ptr_store): Fix
a comment typo, get_base_ref_and_offse
On Tue, Oct 25, 2016 at 1:37 PM, Martin Liška wrote:
> Hi.
>
> Simple fix for a typo in IPA ICF. It cant' cause a regression as
> cl_target_option_eq
> function is called in equals_wpa function.
>
> Patch can bootstrap on ppc64le-redhat-linux and survives regression tests.
>
> Ready to be install
n Sep 17 00:00:00 2001
From: marxin
Date: Tue, 25 Oct 2016 09:57:55 +0200
Subject: [PATCH] Fix 2 typos in IPA ICF pass
gcc/testsuite/ChangeLog:
2016-10-25 Martin Liska
* gcc.dg/ipa/ipa-icf-32.c: Removed one scanned pattern.
gcc/ChangeLog:
2016-10-25 H.J. Lu
Martin Liska
PR i