[Bug target/90552] attribute((optimize(3))) not overriding -Os

2019-08-23 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90552 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/90552] attribute((optimize(3))) not overriding -Os

2019-08-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90552 --- Comment #6 from Eric Gallager --- (In reply to uros from comment #5) > Author: uros > Date: Thu May 23 19:46:56 2019 > New Revision: 271576 > > URL: https://gcc.gnu.org/viewcvs?rev=271576=gcc=rev > Log: > PR target/90552 > *

[Bug target/90552] attribute((optimize(3))) not overriding -Os

2019-05-23 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90552 --- Comment #5 from uros at gcc dot gnu.org --- Author: uros Date: Thu May 23 19:46:56 2019 New Revision: 271576 URL: https://gcc.gnu.org/viewcvs?rev=271576=gcc=rev Log: PR target/90552 * config/i386/i386.c (gen_rtx_cost):

[Bug target/90552] attribute((optimize(3))) not overriding -Os

2019-05-23 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90552 --- Comment #4 from Uroš Bizjak --- Patch to fix this particular PR: --cut here-- diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 463e78112f0..79fcb5c4e57 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@

[Bug target/90552] attribute((optimize(3))) not overriding -Os

2019-05-23 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90552 Uroš Bizjak changed: What|Removed |Added Keywords||easyhack --- Comment #3 from Uroš Bizjak

[Bug target/90552] attribute((optimize(3))) not overriding -Os

2019-05-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90552 Richard Biener changed: What|Removed |Added Keywords||missed-optimization