This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Empty loops
- To: <gcc at gcc dot gnu dot org>
- Subject: Empty loops
- From: Anthony J Hodsdon <ahodsdon at andrew dot cmu dot edu>
- Date: Fri, 24 Aug 2001 10:06:27 -0400 (EDT)
Searching the mailing lists for "empty loops", it seems like it's been
some time since the issue was discussed. The manual says that this will be
fixed in a later version of gcc. Is this still the current consensus?
I for one would like to see the loops removed. I've run up against this
problem a couple of times in conjunction with C++ templating. Performing
-funroll-loops has solved the problem most of the time, but there really
should be a better solution.
--Anthony Hodsdon