[COMMITTED 21/30] ada: Remove obsolete ??? comment about Assignment_OK flag

2024-11-12 Thread Marc Poulhiès
From: Eric Botcazou The flagged use has apparently disappeared for long. gcc/ada/ChangeLog: * sinfo.ads (Assignment_OK): Remove obsolete ??? comment. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/sinfo.ads | 6 ++ 1 file changed, 2 insertions(+), 4 deletions

Re: [committed] libstdc++: Remove obsolete comment in

2022-07-09 Thread Jonathan Wakely via Gcc-patches
On Sat, 9 Jul 2022 at 13:26, François Dumont via Libstdc++ wrote: > > libstdc++: Remove obsolete comment in header > > The comment is obsolete because char_traits.h do not include > stl_algobase.h > anymore and stl_algobase.h is included directly from a few &g

[committed] libstdc++: Remove obsolete comment in

2022-07-09 Thread François Dumont via Gcc-patches
   libstdc++: Remove obsolete comment in header     The comment is obsolete because char_traits.h do not include stl_algobase.h     anymore and stl_algobase.h is included directly from a few lines     below.     libstdc++-v3/ChangeLog:     * include/std/string: Remove obsolete

Re: Remove obsolete comment about use_thunk

2019-05-28 Thread Richard Sandiford
Rainer Orth writes: > When reviewing how this patch > > [PATCH] gcc: move assemble_start_function / assemble_end_function to > output_mi_thunk > https://gcc.gnu.org/ml/gcc-patches/2019-05/msg00722.html > > might affect Solaris, I noticed an obsolete comment > > Note that use_thun

Remove obsolete comment about use_thunk

2019-05-26 Thread Rainer Orth
egx.c (tilegx_output_mi_thunk): Likewise. * config/tilepro/tilepro.c (tilepro_asm_output_mi_thunk): Likewise. # HG changeset patch # Parent 74a1aea7c39d71273fd4f28d937e03f593e92778 Remove obsolete comment about use_thunk diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c ---

Re: [PATCH] [aarch64] Remove obsolete comment about X30

2018-06-26 Thread James Greenhalgh
On Wed, Jun 20, 2018 at 04:41:18AM -0500, Siddhesh Poyarekar wrote: > On 06/19/2018 09:11 PM, James Greenhalgh wrote: > > On Mon, Jun 18, 2018 at 08:43:04AM -0500, Siddhesh Poyarekar wrote: > >> r217431 changed X30 as caller-saved in CALL_USE_REGISTERS because of > >> which this comment about X30 n

Re: [PATCH] [aarch64] Remove obsolete comment about X30

2018-06-20 Thread Siddhesh Poyarekar
On 06/19/2018 09:11 PM, James Greenhalgh wrote: On Mon, Jun 18, 2018 at 08:43:04AM -0500, Siddhesh Poyarekar wrote: r217431 changed X30 as caller-saved in CALL_USE_REGISTERS because of which this comment about X30 not being marked as call-clobbered is no longer accurate. Is the second paragrap

Re: [PATCH] [aarch64] Remove obsolete comment about X30

2018-06-19 Thread James Greenhalgh
we define EPILOGUE_USES? Possibly I'd rewrite the comment to explain the behaviour around calls and how they interact with x30. It seems like the right thing to do, but I can't shake the feeling we'd be losing useful information here. James > * config/aarch64/aarch64.h: Remove obs

[PATCH] [aarch64] Remove obsolete comment about X30

2018-06-18 Thread Siddhesh Poyarekar
r217431 changed X30 as caller-saved in CALL_USE_REGISTERS because of which this comment about X30 not being marked as call-clobbered is no longer accurate. Siddhesh * config/aarch64/aarch64.h: Remove obsolete comment. --- gcc/config/aarch64/aarch64.h | 9 - 1 file changed, 9

[Ada] Remove obsolete comment for Generic_Parent

2017-10-14 Thread Pierre-Marie de Rodat
Routine [Set_]Generic_Parent can only be called on package, function and procedure specification nodes, as asserted in their bodies. It would crash when called for renaming or object declarations; the comment was most likely referring to some earlier implemenation idea. Tested on x86_64-pc-linux-g

[PATCH][AArch64][obvious] Remove obsolete comment in aarch64-option-extensions.def

2015-08-19 Thread Kyrill Tkachov
2015 +0100 [AArch64][obvious] Remove obsolete comment in aarch64-option-extensions.def diff --git a/gcc/config/aarch64/aarch64-option-extensions.def b/gcc/config/aarch64/aarch64-option-extensions.def index 1762cc8..b261a0f 100644 --- a/gcc/config/aarch64/aarch64-option-extensions.def +++ b/gcc/conf

[Ada] Remove obsolete comment

2013-10-13 Thread Eric Botcazou
I forgot to remove it when I removed the associated code back in June. Tested on x86_64-suse-linux, applied on the mainline and 4.8 branch. 2013-10-13 Eric Botcazou * gcc-interface/decl.c (gnat_to_gnu_param): Remove obsolete comment. -- Eric BotcazouIndex: gcc-interface/decl.c

Remove obsolete comment

2013-09-26 Thread Eric Botcazou
The first part is obsolete since r91570 at least, for the second part about MEM_KEEP_ALIAS_SET_P it's more recent. Tested on x86_64-suse-linux, applied on the mainline. 2013-09-26 Eric Botcazou * expr.c (expand_assignment): Remove obsolete comment. -- Eric BotcazouIndex: e

Remove obsolete ??? comment in profile.c

2011-04-05 Thread Eric Botcazou
otcazou * profile.c (branch_prob): Move declaration of local variable. Remove obsolete ??? comment. Expand the location explicitly instead of using the LOCATION_FILE and LOCATION_LINE macros. -- Eric Botcazou Index: pr