This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/16987] [3.3/3.4/3.5 Regression] Excessive stack allocation (totally unused)


------- Additional Comments From rth at gcc dot gnu dot org  2004-09-03 22:58 -------
Who can tell?  The optimization problem has been addressed, which means that
we're left with

Type s(int) (v)
{
<bb 0>:
  check (0);
  return v + 3; 
}

at the end of tree optimization.  Which I guess is "fixed", by one definition.
File a new bug report with a less reduced test case if you see this again.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16987


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]