This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13776] [tree-ssa] Many C++ compile-time regression in 3.5-tree-ssa 040120
- 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: 28 Mar 2004 18:45:24 -0000
- Subject: [Bug c++/13776] [tree-ssa] Many C++ compile-time regression in 3.5-tree-ssa 040120
- References: <20040120183908.13776.kgardas@objectsecurity.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-28 18:45 -------
I noticed that bsi functions were not being optimized that well because bsi is a struct
which contained structs so marking this depends on PR 13953 which is for SRA
optimizing on structs containing structs.
--
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |13953
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13776