Incomplete upload found in Debian upload queue

2009-12-18 Thread Archive Administrator
Probably you are the uploader of the following file(s) in the Debian upload queue directory: autoconf2.59_2.59-1~bpo50+1.dsc This looks like an upload, but a .changes file is missing, so the job cannot be processed. If no .changes file arrives within 23:26:57, the files will be deleted. If you

Bug#561611: gcc-4.3: generated 32 bit x86 code crashes with FPE when using union with double member and optimization

2009-12-18 Thread Csaba Halász
Package: gcc-4.3 Version: 4.3.2-1.1 Severity: normal Test program: /* compile with gcc -m32 -O2 -lm */ extern int feenableexcept(int); typedef union { double num; int tag[2]; } naRef; int naStr_len(naRef r) __attribute__((noinline)); int naStr_len(naRef r) { return 0; } volatile int use_num;