This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: (known?) Issue with bitmap iterators
- From: Jeff Law <law at redhat dot com>
- To: Dave Korn <dave dot korn dot cygwin at googlemail dot com>
- Cc: Joe Buck <Joe dot Buck at synopsys dot COM>, Richard Guenther <richard dot guenther at gmail dot com>, "gcc at gcc dot gnu dot org >> GCC" <gcc at gcc dot gnu dot org>
- Date: Tue, 30 Jun 2009 20:15:16 -0600
- Subject: Re: (known?) Issue with bitmap iterators
- References: <4A3CF81C.7050406@redhat.com> <84fc9c000906200801v28f814cj3fa5327c5f3df35e@mail.gmail.com> <4A3FBA1E.6040502@redhat.com> <20090622174623.GA6603@synopsys.com> <4A43C0F3.30503@redhat.com> <4A43FF04.9070208@gmail.com>
Dave Korn wrote:
Jeff Law wrote:
My biggest concern would be catching all the exit paths from the
gazillion iterators we use and making sure they all reset the readonly
flag. Ick...
Heh. GCC-in-CXX would solve that for us :) or we could implement
try...finally clauses ....
One of the cases where C++ makes sense.
jeff