This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/16987] [3.3/3.4/3.5 Regression] Excessive stack allocation (totally unused)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Sep 2004 07:31:39 -0000
- Subject: [Bug tree-optimization/16987] [3.3/3.4/3.5 Regression] Excessive stack allocation (totally unused)
- References: <20040811181008.16987.giovannibajo@libero.it>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-07 07:31 -------
Yes this was fixed by the non-lowering of &a.b into &a + offsetof(b).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16987