------- Comment #18 from manu at gcc dot gnu dot org 2008-08-23 15:59 -------
(In reply to comment #0)
> Compiling the following with "-Wunreachable-code -D_GLIBCXX_DEBUG"
> --------------------------
> #include <vector>
>
> int main()
> {
> std::vector<int>::iterator a;
> }
> --------------------------
>
> produces the warning :I cannot reproduce this in GCC 4.4. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31246
