This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/37314] [4.2/4.3/4.4 Regression] seg violation
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Sep 2008 16:03:38 -0000
- Subject: [Bug c++/37314] [4.2/4.3/4.4 Regression] seg violation
- References: <bug-37314-16655@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from rguenth at gcc dot gnu dot org 2008-09-01 16:03 -------
Which I guess is invalid because the definition of Cdeque is not complete
at the time we bind iterator::pointer to Cdeque<T>::pointer.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37314