[Bug tree-optimization/114559] [11/12/13/14 Regression] After function inlining some optimizations missing

2024-04-04 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114559

Jeffrey A. Law  changed:

   What|Removed |Added

   Priority|P3  |P2
 CC||law at gcc dot gnu.org

[Bug tree-optimization/114559] [11/12/13/14 Regression] After function inlining some optimizations missing

2024-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114559

Andrew Pinski  changed:

   What|Removed |Added

  Known to work||8.5.0
 CC||pinskia at gcc dot gnu.org
  Known to fail||9.1.0
   Target Milestone|--- |11.5
Summary|After function inlining |[11/12/13/14 Regression]
   |some optimizations missing  |After function inlining
   ||some optimizations missing

--- Comment #2 from Andrew Pinski  ---
Note the original testcase worked in GCC 8.5.0 and before and the reduced
testcase with the C++ front-end too. Due to not creating MIN/MAX expression
early.
So I am going to make this as a regression because the user would not
understand the difference really.