Bug#412617: gcc-4.1: -O2 optimises away necessary code with no warning

2007-02-26 Thread Anders Johansson
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 stdlib.h #include math.h #include

Bug#400484: More information on: gcc-4.1: internal compiler error: in find_lattice_value, at tree-complex.c

2006-12-01 Thread Anders Johansson
I have constructed a minimal test program that reproduces the bug: Compile with: gcc-4.1 -c -O4 -o test.o test.c #include complex.h 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); }

Bug#400484: More information

2006-11-26 Thread Anders Johansson
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]

Bug#360536: gstreamer0.10-plugins-good: matroskamux audio input does not work

2006-04-02 Thread Anders Johansson
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

Bug#335617: /usr/bin/dvipdf: Segfault on run

2005-10-24 Thread Anders Johansson
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