Bug#993172: gcc-11-base: i386 (Geode LX): latest testing migration produces sig ILL (due to #993162 ?)

2021-08-28 Thread Francesco Poli (wintermute)
Package: gcc-11-base Version: 11.2.0-3 Severity: grave Justification: renders package unusable Hello! During today's upgrade, apt-listbugs[^NOTE] warned me that upgrading libc6 (2.31-13 -> 2.31-17) would produce sig ILL on Geode LX i386 CPUs. See bug [#993162]. Since I have a Geode LX based box

Bug#844036: gfortran-6: spits out false warning about COMPLEX(4) to REAL(4) conversion when using a complex parameter

2016-11-11 Thread Francesco Poli (wintermute)
Package: gfortran-6 Version: 6.2.0-10 Severity: normal Hello, I think I found a bug in gfortran. Please consider the following simple program: $ cat cpxparam.f program main complex iu parameter (iu=(0,1)) complex val1,val2 write (*,*) 'iu = ',i