This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/61597] Unexpected behavior at runtime
- From: "adrien.hamelin+gcc at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 24 Jun 2014 18:41:51 +0000
- Subject: [Bug c++/61597] Unexpected behavior at runtime
- Auto-submitted: auto-generated
- References: <bug-61597-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597
--- Comment #5 from Adrien Hamelin <adrien.hamelin+gcc at gmail dot com> ---
It's a type i created to be able to store data that does not fit in ram, with
some streaming with the hard drive.
But i removed most of it to simplify the problem search for you, even if i did
not think of everything.