[Bug libstdc++/33128] std::tr1::uniform_int returns value out of range

2007-08-20 Thread mj1 at cog dot brown dot edu
--- 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 [EMAIL PR

[Bug libstdc++/33128] New: std::tr1::uniform_int returns value out of range

2007-08-20 Thread mj1 at cog dot brown dot edu
4.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mj1 at cog dot brown dot edu GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu

[Bug libstdc++/21183] -Wall control may end non-void fn warning in libc++ routine

2005-04-23 Thread mj1 at cog dot brown dot edu
--- Additional Comments From mj1 at cog dot brown dot edu 2005-04-24 00:49 --- Subject: Re: -Wall control may end non-void fn warning in libc++ routine Thanks for the quick reply! Yes, I did use -fno-exceptions If I remove that, the warning goes away. Thanks very much for your

[Bug libstdc++/21183] New: -Wall control may end non-void fn warning in libc++ routine

2005-04-23 Thread mj1 at cog dot brown dot edu
oduct: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: minor Priority: P2 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mj1 at cog dot brown dot edu CC: gcc-bugs at gcc dot gnu dot org

[Bug libstdc++/18970] 3.4 default memory allocator much slower than 3.3 allocator when large amounts of data are turned over

2004-12-31 Thread mj1 at cog dot brown dot edu
--- Additional Comments From mj1 at cog dot brown dot edu 2005-01-01 02:53 --- Subject: Re: 3.4 default memory allocator much slower than 3.3 allocator when large amounts of data are turned over Yes, although you might want to revert to the 3.3 default allocator, as the 3.4 default

[Bug libstdc++/18970] New: 3.4 default memory allocator much slower than 3.3 allocator when large amounts of data are turned over

2004-12-13 Thread mj1 at cog dot brown dot edu
or when large amounts of data are turned over Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: minor Priority: P2 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mj1 at cog dot brown do