public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/39652]  New: Trouble with new random bits
@ 2009-04-05 17:06 danglin at gcc dot gnu dot org
  2009-04-05 17:11 ` [Bug libstdc++/39652] " paolo dot carlini at oracle dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2009-04-05 17:06 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /test/gnu/gcc/objdir/./gcc/g++ -shared-libgcc
-B/test/gnu/gcc
/objdir/./gcc -nostdinc++
-L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v
3/src -L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/src/.libs
-B/opt/g
nu64/gcc/gcc-4.5.0/hppa64-hp-hpux11.11/bin/
-B/opt/gnu64/gcc/gcc-4.5.0/hppa64-hp
-hpux11.11/lib/ -isystem /opt/gnu64/gcc/gcc-4.5.0/hppa64-hp-hpux11.11/include
-i
system /opt/gnu64/gcc/gcc-4.5.0/hppa64-hp-hpux11.11/sys-include -g -O2
-D_GLIBCX
X_ASSERT -fmessage-length=0 -ffunction-sections -fdata-sections -g -O2 -g -O2   
-DLOCALEDIR="." -nostdinc++
-I/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++
-v3/include/hppa64-hp-hpux11.11
-I/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libst
dc++-v3/include -I/test/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I/test/gnu/gcc/gcc/l
ibstdc++-v3/include/backward -I/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util
/te
st/gnu/gcc/gcc/libstdc++-v3/testsuite/17_intro/headers/c++200x/all.cc  
-std=gnu
++0x -S  -o all.s    (timeout = 600)
In file included from
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/incl
ude/random:58,
                 from
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/17_intro/headers/
c++200x/all.cc:122:
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'void std::linear_congruential_engine<_UIntType, __a, __c,
__m
>::seed(std::seed_seq&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:12
1: error: 'log2' is not a member of 'std'
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'result_type
std::independent_bits_engine<_RandomNumberEngine,
 __w, _UIntType>::operator()()':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:58
1: error: 'log2l' is not a member of 'std'
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'result_type
std::piecewise_linear_distribution<_RealType>::op
erator()(_UniformRandomNumberGenerator&, const
std::piecewise_linear_distributio
n<_RealType>::param_type&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:25
96: error: expected ',' or ';' before ')' token
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n function '_RealType std::generate_canonical(_UniformRandomNumberGenerator&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:27
65: error: 'log2l' is not a member of 'std'
compiler exited with status 1
output is:
In file included from
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/incl
ude/random:58,
                 from
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/17_intro/headers/
c++200x/all.cc:122:
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'void std::linear_congruential_engine<_UIntType, __a, __c,
__m
>::seed(std::seed_seq&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:12
1: error: 'log2' is not a member of 'std'
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'result_type
std::independent_bits_engine<_RandomNumberEngine,
 __w, _UIntType>::operator()()':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:58
1: error: 'log2l' is not a member of 'std'
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'result_type
std::piecewise_linear_distribution<_RealType>::op
erator()(_UniformRandomNumberGenerator&, const
std::piecewise_linear_distributio
n<_RealType>::param_type&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:25
96: error: expected ',' or ';' before ')' token
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n function '_RealType std::generate_canonical(_UniformRandomNumberGenerator&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:27
65: error: 'log2l' is not a member of 'std'

FAIL: 17_intro/headers/c++200x/all.cc (test for excess errors)
...
Executing on host: /test/gnu/gcc/objdir/./gcc/g++ -shared-libgcc
-B/test/gnu/gcc
/objdir/./gcc -nostdinc++
-L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v
3/src -L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/src/.libs
-B/opt/g
nu64/gcc/gcc-4.5.0/hppa64-hp-hpux11.11/bin/
-B/opt/gnu64/gcc/gcc-4.5.0/hppa64-hp
-hpux11.11/lib/ -isystem /opt/gnu64/gcc/gcc-4.5.0/hppa64-hp-hpux11.11/include
-i
system /opt/gnu64/gcc/gcc-4.5.0/hppa64-hp-hpux11.11/sys-include -g -O2
-D_GLIBCX
X_ASSERT -fmessage-length=0 -ffunction-sections -fdata-sections -g -O2 -g -O2   
-DLOCALEDIR="." -nostdinc++
-I/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++
-v3/include/hppa64-hp-hpux11.11
-I/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libst
dc++-v3/include -I/test/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I/test/gnu/gcc/gcc/l
ibstdc++-v3/include/backward -I/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util
/te
st/gnu/gcc/gcc/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_multiple_incl
usion.cc   -std=gnu++0x -S  -o all_multiple_inclusion.s    (timeout = 600)
In file included from
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/incl
ude/random:58,
                 from
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/17_intro/headers/
c++200x/all_multiple_inclusion.cc:120:
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'void std::linear_congruential_engine<_UIntType, __a, __c,
__m
>::seed(std::seed_seq&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:12
1: error: 'log2' is not a member of 'std'
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'result_type
std::independent_bits_engine<_RandomNumberEngine,
 __w, _UIntType>::operator()()':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:58
1: error: 'log2l' is not a member of 'std'
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'result_type
std::piecewise_linear_distribution<_RealType>::op
erator()(_UniformRandomNumberGenerator&, const
std::piecewise_linear_distributio
n<_RealType>::param_type&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:25
96: error: expected ',' or ';' before ')' token
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n function '_RealType std::generate_canonical(_UniformRandomNumberGenerator&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:27
65: error: 'log2l' is not a member of 'std'
compiler exited with status 1
output is:
In file included from
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/incl
ude/random:58,
                 from
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/17_intro/headers/
c++200x/all_multiple_inclusion.cc:120:
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'void std::linear_congruential_engine<_UIntType, __a, __c,
__m
>::seed(std::seed_seq&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:12
1: error: 'log2' is not a member of 'std'
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'result_type
std::independent_bits_engine<_RandomNumberEngine,
 __w, _UIntType>::operator()()':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:58
1: error: 'log2l' is not a member of 'std'
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'result_type
std::piecewise_linear_distribution<_RealType>::op
erator()(_UniformRandomNumberGenerator&, const
std::piecewise_linear_distributio
n<_RealType>::param_type&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:25
96: error: expected ',' or ';' before ')' token
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n function '_RealType std::generate_canonical(_UniformRandomNumberGenerator&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:27
65: error: 'log2l' is not a member of 'std'

FAIL: 17_intro/headers/c++200x/all_multiple_inclusion.cc (test for excess
errors
)
...
Executing on host: /test/gnu/gcc/objdir/./gcc/g++ -shared-libgcc
-B/test/gnu/gcc
/objdir/./gcc -nostdinc++
-L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v
3/src -L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/src/.libs
-B/opt/g
nu64/gcc/gcc-4.5.0/hppa64-hp-hpux11.11/bin/
-B/opt/gnu64/gcc/gcc-4.5.0/hppa64-hp
-hpux11.11/lib/ -isystem /opt/gnu64/gcc/gcc-4.5.0/hppa64-hp-hpux11.11/include
-i
system /opt/gnu64/gcc/gcc-4.5.0/hppa64-hp-hpux11.11/sys-include -g -O2
-D_GLIBCX
X_ASSERT -fmessage-length=0 -ffunction-sections -fdata-sections -g -O2 -g -O2   
-DLOCALEDIR="." -nostdinc++
-I/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++
-v3/include/hppa64-hp-hpux11.11
-I/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libst
dc++-v3/include -I/test/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I/test/gnu/gcc/gcc/l
ibstdc++-v3/include/backward -I/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util
/te
st/gnu/gcc/gcc/libstdc++-v3/testsuite/17_intro/using_namespace_std_tr1_neg.cc   
-std=gnu++0x -S  -o using_namespace_std_tr1_neg.s    (timeout = 600)
In file included from
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/incl
ude/random:58,
                 from
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/17_intro/using_na
mespace_std_tr1_neg.cc:45:
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'void std::linear_congruential_engine<_UIntType, __a, __c,
__m
>::seed(std::seed_seq&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:12
1: error: 'log2' is not a member of 'std'
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'result_type
std::independent_bits_engine<_RandomNumberEngine,
 __w, _UIntType>::operator()()':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:58
1: error: 'log2l' is not a member of 'std'
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'result_type
std::piecewise_linear_distribution<_RealType>::op
erator()(_UniformRandomNumberGenerator&, const
std::piecewise_linear_distributio
n<_RealType>::param_type&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:25
96: error: expected ',' or ';' before ')' token
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n function '_RealType std::generate_canonical(_UniformRandomNumberGenerator&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:27
65: error: 'log2l' is not a member of 'std'
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/17_intro/using_namespace_std_tr1_neg.cc
: At global scope:
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/17_intro/using_namespace_std_tr1_neg.cc
:64: error: 'tr1' is not a namespace-name
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/17_intro/using_namespace_std_tr1_neg.cc
:64: error: expected namespace-name before ';' token
compiler exited with status 1
output is:
In file included from
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/incl
ude/random:58,
                 from
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/17_intro/using_na
mespace_std_tr1_neg.cc:45:
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'void std::linear_congruential_engine<_UIntType, __a, __c,
__m
>::seed(std::seed_seq&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:12
1: error: 'log2' is not a member of 'std'
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'result_type
std::independent_bits_engine<_RandomNumberEngine,
 __w, _UIntType>::operator()()':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:58
1: error: 'log2l' is not a member of 'std'
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n member function 'result_type
std::piecewise_linear_distribution<_RealType>::op
erator()(_UniformRandomNumberGenerator&, const
std::piecewise_linear_distributio
n<_RealType>::param_type&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:25
96: error: expected ',' or ';' before ')' token
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:
I
n function '_RealType std::generate_canonical(_UniformRandomNumberGenerator&)':
/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/random.tcc:27
65: error: 'log2l' is not a member of 'std'
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/17_intro/using_namespace_std_tr1_neg.cc
: At global scope:
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/17_intro/using_namespace_std_tr1_neg.cc
:64: error: 'tr1' is not a namespace-name
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/17_intro/using_namespace_std_tr1_neg.cc
:64: error: expected namespace-name before ';' token

PASS: 17_intro/using_namespace_std_tr1_neg.cc  (test for errors, line 64)
PASS: 17_intro/using_namespace_std_tr1_neg.cc  (test for errors, line 64)
FAIL: 17_intro/using_namespace_std_tr1_neg.cc (test for excess errors)
...


-- 
           Summary: Trouble with new random bits
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa*-*-hpux*
  GCC host triplet: hppa*-*-hpux*
GCC target triplet: hppa*-*-hpux* (32-bit)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39652


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/39652] Trouble with new random bits
  2009-04-05 17:06 [Bug libstdc++/39652] New: Trouble with new random bits danglin at gcc dot gnu dot org
@ 2009-04-05 17:11 ` paolo dot carlini at oracle dot com
  2009-04-07 14:46 ` paolo dot carlini at oracle dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-04-05 17:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from paolo dot carlini at oracle dot com  2009-04-05 17:10 -------
See PR39644. I (think I have) just fixed the issues related to log2*, please
check if that's enough for you.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39652


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/39652] Trouble with new random bits
  2009-04-05 17:06 [Bug libstdc++/39652] New: Trouble with new random bits danglin at gcc dot gnu dot org
  2009-04-05 17:11 ` [Bug libstdc++/39652] " paolo dot carlini at oracle dot com
@ 2009-04-07 14:46 ` paolo dot carlini at oracle dot com
  2009-04-07 15:06 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-04-07 14:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from paolo dot carlini at oracle dot com  2009-04-07 14:45 -------
Is this still an issue?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39652


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/39652] Trouble with new random bits
  2009-04-05 17:06 [Bug libstdc++/39652] New: Trouble with new random bits danglin at gcc dot gnu dot org
  2009-04-05 17:11 ` [Bug libstdc++/39652] " paolo dot carlini at oracle dot com
  2009-04-07 14:46 ` paolo dot carlini at oracle dot com
@ 2009-04-07 15:06 ` dave at hiauly1 dot hia dot nrc dot ca
  2009-04-07 15:08 ` paolo dot carlini at oracle dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2009-04-07 15:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca  2009-04-07 15:06 -------
Subject: Re:  Trouble with new random bits

> Is this still an issue?

I think so, but I've been playing with the defines to provide stdint.h.
I'll know this evening.

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39652


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/39652] Trouble with new random bits
  2009-04-05 17:06 [Bug libstdc++/39652] New: Trouble with new random bits danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-04-07 15:06 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2009-04-07 15:08 ` paolo dot carlini at oracle dot com
  2009-04-07 20:46 ` dave at hiauly1 dot hia dot nrc dot ca
  2009-04-07 20:49 ` paolo dot carlini at oracle dot com
  5 siblings, 0 replies; 7+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-04-07 15:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from paolo dot carlini at oracle dot com  2009-04-07 15:08 -------
Well, *cannot* be still an issue exactly in these terms, because there are no
log2* functions any more in the code...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39652


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/39652] Trouble with new random bits
  2009-04-05 17:06 [Bug libstdc++/39652] New: Trouble with new random bits danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2009-04-07 15:08 ` paolo dot carlini at oracle dot com
@ 2009-04-07 20:46 ` dave at hiauly1 dot hia dot nrc dot ca
  2009-04-07 20:49 ` paolo dot carlini at oracle dot com
  5 siblings, 0 replies; 7+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2009-04-07 20:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca  2009-04-07 20:46 -------
Subject: Re:  Trouble with new random bits

> Well, *cannot* be still an issue exactly in these terms, because there are no
> log2* functions any more in the code...

You are correct.  The log2 fails are gone.  We are left with the following:

FAIL: 26_numerics/random/knuth_b.cc execution test
FAIL: 26_numerics/random/ranlux48.cc execution test
FAIL: 26_numerics/random/ranlux48_base.cc execution test

Assertion failed: a() == 1112339016, file
/test/gnu/gcc/gcc/libstdc++-v3/testsui
te/26_numerics/random/knuth_b.cc, line 37
FAIL: 26_numerics/random/knuth_b.cc execution test

Assertion failed: a() == 249142670248501ull, file
/test/gnu/gcc/gcc/libstdc++-v3
/testsuite/26_numerics/random/ranlux48.cc, line 37
FAIL: 26_numerics/random/ranlux48.cc execution test

Assertion failed: a() == 61839128582725ull, file
/test/gnu/gcc/gcc/libstdc++-v3/
testsuite/26_numerics/random/ranlux48_base.cc, line 37
FAIL: 26_numerics/random/ranlux48_base.cc execution test

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39652


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libstdc++/39652] Trouble with new random bits
  2009-04-05 17:06 [Bug libstdc++/39652] New: Trouble with new random bits danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2009-04-07 20:46 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2009-04-07 20:49 ` paolo dot carlini at oracle dot com
  5 siblings, 0 replies; 7+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-04-07 20:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from paolo dot carlini at oracle dot com  2009-04-07 20:48 -------


*** This bug has been marked as a duplicate of 39629 ***


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39652


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-04-07 20:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-05 17:06 [Bug libstdc++/39652] New: Trouble with new random bits danglin at gcc dot gnu dot org
2009-04-05 17:11 ` [Bug libstdc++/39652] " paolo dot carlini at oracle dot com
2009-04-07 14:46 ` paolo dot carlini at oracle dot com
2009-04-07 15:06 ` dave at hiauly1 dot hia dot nrc dot ca
2009-04-07 15:08 ` paolo dot carlini at oracle dot com
2009-04-07 20:46 ` dave at hiauly1 dot hia dot nrc dot ca
2009-04-07 20:49 ` paolo dot carlini at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).