This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/33128] std::tr1::uniform_int returns value out of range
- From: "mj1 at cog dot brown dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Aug 2007 23:24:52 -0000
- Subject: [Bug libstdc++/33128] std::tr1::uniform_int returns value out of range
- References: <bug-33128-7029@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from mj1 at cog dot brown dot edu 2007-08-20 23:24 -------
Created an attachment (id=14085)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14085&action=view)
Sample program showing that uniform_int() returns value out of range
returns -1 when run on
[mj@lugha tmp]$ g++ -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.2.1/configure --enable-languages=c,c++,fortran
Thread model: posix
gcc version 4.2.1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33128