[Bug target/60889] -Os generate much bigger code

2021-09-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60889

Andrew Pinski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Known to fail||6.1.0
  Known to work||7.1.0
   Target Milestone|--- |7.0
 Resolution|--- |FIXED

--- Comment #2 from Andrew Pinski  ---
In GCC 7+, we use TI to do the struct move.

So all fixed in GCC 7+.

[Bug target/60889] -Os generate much bigger code

2016-09-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60889

Andrew Pinski  changed:

   What|Removed |Added

   Keywords||missed-optimization
 Target||x86_64-*-*
  Component|middle-end  |target

--- Comment #1 from Andrew Pinski  ---
There are now different parameters for SRA if defined but I don't think the x86
back-end defines them.