This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/13284] [3.4 regression] 126 g++ failures due to lrand48 not defined
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Aug 2004 22:00:51 -0000
- Subject: [Bug libstdc++/13284] [3.4 regression] 126 g++ failures due to lrand48 not defined
- References: <20031203153351.13284.giovannibajo@libero.it>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-08-05 22:00 -------
Subject: Bug 13284
CVSROOT: /cvs/gcc
Module name: gcc
Branch: hammer-3_3-branch
Changes by: paolo@gcc.gnu.org 2004-08-05 22:00:43
Modified files:
libstdc++-v3 : ChangeLog.hammer
libstdc++-v3/include/bits: stl_algo.h
libstdc++-v3/include/ext: algorithm
Log message:
2004-08-05 Paolo Carlini <pcarlini@suse.de>
Backport from mainline/3.4:
2003-12-04 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/13284
* include/bits/stl_algo.h (random_shuffle): Use rand, as
permitted by DR 395.
* include/ext/algorithm: Same.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.hammer.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.1.2.32&r2=1.1.2.33
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_algo.h.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.27.18.2&r2=1.27.18.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/algorithm.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.6&r2=1.6.12.1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13284