Bug#714730: gfortran: handling binNMU for .mod file format change

2013-08-10 Thread Ryo IGARASHI
compilers), Best regards, -- Ryo IGARASHI, Ph.D. rigar...@gmail.com -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130811021100.ga22...@rigarash.info

Bug#714730: gfortran: binNMU needed?

2013-07-07 Thread Ryo IGARASHI
vendor neutral solution of the .mod files. My proposal will improve the current situation, but we can use only one compiler for Fortran libraries/applications albeit the toolchain maintainers are working hard to support several compilers. Any comments? Best regards, -- Ryo IGARASHI, Ph.D. rigar

Bug#714730: gfortran: binNMU is needed for all packages which contains Fortran90 .mod file when upgrading default version

2013-07-02 Thread Ryo IGARASHI
Hi, Thank you for your detailed answer to this problem. On Tue, Jul 2, 2013 at 7:24 PM, Matthias Klose d...@debian.org wrote: Control: severity -1 important Control: tag -1 + help On 07/02/13 11:12, Ryo IGARASHI wrote: Package: gfortran Version: 4:4.8.1-2 Severity: critical Justification

Bug#429660: g++-4.2: program using locales segfaults when compile with locales

2007-06-19 Thread Ryo IGARASHI
Package: g++-4.2 Version: 4.2-20070609-1 Severity: normal The sample program below segfaults. #include stdexcept #include iostream #include locale int main (int argc, char **argv) { try { std::locale::locale(ja_JP.UTF-8); } catch (const std::runtime_error err) { std::cerr