Package: gcc-4.1
Version: 4.1.1-21
Severity: normal
The below code should return a random number between 0 and 1, but does
not do that when -O2 or higher is enabled. Uncomment the printf line
to make the code work properly.
Cheers,
//Anders
#include
#include
#include
#include
uint32_t rng
I have constructed a minimal test program that reproduces the bug:
Compile with: gcc-4.1 -c -O4 -o test.o test.c
#include
void testit(double complex* t, double* b)
{
b[0] = t[0]==0.0?0.0:-t[0];
}
main(void)
{
static double complex k = 5;
static double b;
testit(&k,&b);
}
The follow
Hi,
Forgot to tell you that gcc-4.0 works fine on the same file.
Cheers,
//Anders
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: gstreamer0.10-plugins-good
Version: 0.10.2-1
Severity: important
It is not possible to input any audio into matroskamux below follows a
typical error message.
[EMAIL PROTECTED]:~$ gst-launch filesrc location=basic.wav ! wavparse !
audioconvert ! matroskamux ! filesink location=test.avi
Package: gs-common
Version: 0.3.7
Severity: important
File: /usr/bin/dvipdf
Upon execution i get this:
~/$ dvipdf manual.dvi
/usr/bin/dvipdf: line 40: 30096 Doneexec dvips -Ppdf -q -f
"$infile"
30097 Segmentation fault | gs $OPTIONS -q -dNOPAUSE -dBATCH
-sDEVICE=
5 matches
Mail list logo