public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Biener <richard.guenther@gmail.com>
To: ashimida <ashimida@linux.alibaba.com>
Cc: GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH] Remove legacy external declarations in toplev.h [PR101447]
Date: Thu, 15 Jul 2021 09:58:16 +0200	[thread overview]
Message-ID: <CAFiYyc1YqzNfmLxjAuwesFXvx-3G2Suwfc_z_gRWt1qJgnisvg@mail.gmail.com> (raw)
In-Reply-To: <79e96909-5e54-316f-fb8a-9954ea4c6460@linux.alibaba.com>

On Thu, Jul 15, 2021 at 3:54 AM ashimida via Gcc-patches
<gcc-patches@gcc.gnu.org> wrote:
>
>
> External declarations in ./gcc/toplev.h is no longer used in newest
> version of gcc and should be cleaned up to avoid misunderstandings.

OK

> gcc/ChangeLog:
>
>          * toplev.h (set_random_seed):
>
> ---
> diff --git a/gcc/toplev.h b/gcc/toplev.h
> index 175944c..f543554 100644
> --- a/gcc/toplev.h
> +++ b/gcc/toplev.h
> @@ -94,11 +94,6 @@ extern bool set_src_pwd                     (const
> char *);
>   extern HOST_WIDE_INT get_random_seed (bool);
>   extern void set_random_seed (const char *);
>
> -extern unsigned int min_align_loops_log;
> -extern unsigned int min_align_jumps_log;
> -extern unsigned int min_align_labels_log;
> -extern unsigned int min_align_functions_log;
> -
>   extern void parse_alignment_opts (void);
>
>   extern void initialize_rtl (void);
>
> ---
> The history FYI:
> https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=e6de53356769e13178975c18b4ce019a800ea946;hp=118f2d8bc3e6804996ca2953b86454ec950054bf
>

  reply	other threads:[~2021-07-15  7:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-15  1:53 ashimida
2021-07-15  7:58 ` Richard Biener [this message]
2021-07-26 14:42   ` Jeff Law

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFiYyc1YqzNfmLxjAuwesFXvx-3G2Suwfc_z_gRWt1qJgnisvg@mail.gmail.com \
    --to=richard.guenther@gmail.com \
    --cc=ashimida@linux.alibaba.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).