This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/23414] function call not optimized away after unsafe-loop-optimizations
- From: "tkho at ucla dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Aug 2005 01:11:01 -0000
- Subject: [Bug tree-optimization/23414] function call not optimized away after unsafe-loop-optimizations
- References: <20050816005828.23414.tkho@ucla.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tkho at ucla dot edu 2005-08-16 01:11 -------
Why is it that the call to b() is completely optimized away while the call to
a() still exists?
--
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23414