public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: ashimida <ashimida@linux.alibaba.com>
To: gcc-patches@gcc.gnu.org
Subject: [PATCH] Remove legacy external declarations in toplev.h [PR101447]
Date: Thu, 15 Jul 2021 09:53:46 +0800	[thread overview]
Message-ID: <79e96909-5e54-316f-fb8a-9954ea4c6460@linux.alibaba.com> (raw)


External declarations in ./gcc/toplev.h is no longer used in newest
version of gcc and should be cleaned up to avoid misunderstandings.

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  1:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-15  1:53 ashimida [this message]
2021-07-15  7:58 ` Richard Biener
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=79e96909-5e54-316f-fb8a-9954ea4c6460@linux.alibaba.com \
    --to=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).