[Bug libstdc++/17937] Critical ~__pool troubles
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Oct 13 18:33:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-13 18:33 -------
I think that is a bug in the front-end:
<L2>:;
if (__priority == 65535) goto <L4>; else goto <L6>;
<L4>:;
if (__initialize_p == 0) goto <L5>; else goto <L6>;
<L5>:;
__comp_dtor (&idl_filename);
<L6>:;
if (__priority == 65535) goto <L8>; else goto <L10>;
<L8>:;
if (__initialize_p == 0) goto <L9>; else goto <L10>;
<L9>:;
__comp_dtor (&idl_filename);
Please file it seperately.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17937
More information about the Gcc-bugs
mailing list