public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Disable strict aliasing
@ 2021-09-16  9:00 Jan Hubicka
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Hubicka @ 2021-09-16  9:00 UTC (permalink / raw)
  To: gcc-cvs

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 },


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Disable strict aliasing.
@ 2021-05-18  9:09 Jan Hubicka
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Hubicka @ 2021-05-18  9:09 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0412cc2f390052aab9498849104f4428be747b9d

commit 0412cc2f390052aab9498849104f4428be747b9d
Author: Jan Hubicka <jh@suse.cz>
Date:   Tue May 18 11:09:28 2021 +0200

    Disable strict aliasing.

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

diff --git a/gcc/opts.c b/gcc/opts.c
index e8db8a3e826..cdab42de820 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -470,6 +470,7 @@ static const struct default_options default_options_table[] =
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_bit_ccp, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_dse, NULL, 1 },
+    { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_pta, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_sra, NULL, 1 },
 
     /* -O2 and -Os optimizations.  */
@@ -500,7 +501,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 },


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-16  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16  9:00 [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Disable strict aliasing Jan Hubicka
  -- strict thread matches above, loose matches on Subject: below --
2021-05-18  9:09 Jan Hubicka

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).