public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jan Hubicka <hubicka@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Disable strict aliasing
Date: Thu, 16 Sep 2021 09:00:57 +0000 (GMT)	[thread overview]
Message-ID: <20210916090057.121953858D3C@sourceware.org> (raw)

https://gcc.gnu.org/g:49162c9b0d2e6ed47a5fcc7cb066b9c0446d7404

commit 49162c9b0d2e6ed47a5fcc7cb066b9c0446d7404
Author: Jan Hubicka <jh@suse.cz>
Date:   Thu Sep 16 10:59:55 2021 +0200

    Disable strict aliasing

Diff:
---
 gcc/opts.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/opts.c b/gcc/opts.c
index 1d2d22d7a3f..6504f04d6c0 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -627,7 +627,6 @@ static const struct default_options default_options_table[] =
 #ifdef INSN_SCHEDULING
     { OPT_LEVELS_2_PLUS, OPT_fschedule_insns2, NULL, 1 },
 #endif
-    { OPT_LEVELS_2_PLUS, OPT_fstrict_aliasing, NULL, 1 },
     { OPT_LEVELS_2_PLUS, OPT_fstore_merging, NULL, 1 },
     { OPT_LEVELS_2_PLUS, OPT_fthread_jumps, NULL, 1 },
     { OPT_LEVELS_2_PLUS, OPT_ftree_pre, NULL, 1 },


             reply	other threads:[~2021-09-16  9:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-16  9:00 Jan Hubicka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-18  9:09 Jan Hubicka

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=20210916090057.121953858D3C@sourceware.org \
    --to=hubicka@gcc.gnu.org \
    --cc=gcc-cvs@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).