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

https://gcc.gnu.org/g:dac96a9bdc2bd2884650405a68af7665660cb326

commit dac96a9bdc2bd2884650405a68af7665660cb326
Author: Jan Hubicka <jh@suse.cz>
Date:   Thu Sep 16 11:02:05 2021 +0200

    Disable PTA

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

diff --git a/gcc/opts.c b/gcc/opts.c
index 6504f04d6c0..57efafc5d38 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -596,7 +596,6 @@ 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.  */
@@ -627,6 +626,7 @@ 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 pta
@ 2021-05-18  8:46 Jan Hubicka
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Hubicka @ 2021-05-18  8:46 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:66e5e0a08554c487f976e9e7bc0da1038769ae67

commit 66e5e0a08554c487f976e9e7bc0da1038769ae67
Author: Jan Hubicka <jh@suse.cz>
Date:   Tue May 18 10:46:14 2021 +0200

    Disable pta

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

diff --git a/gcc/opts.c b/gcc/opts.c
index cdab42de820..e8db8a3e826 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -470,7 +470,6 @@ 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.  */
@@ -501,6 +500,7 @@ 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:02 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:02 [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Disable PTA Jan Hubicka
  -- strict thread matches above, loose matches on Subject: below --
2021-05-18  8:46 [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Disable pta 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).