Your message dated Wed, 23 Jun 2010 01:06:08 +0200
with message-id <4c2141e0.5070...@debian.org>
and subject line Re: Bug#582085: gfortran-4.4 regression: the -i4 option is not
supported anymore
has caused the Debian Bug report #582085,
regarding gfortran-4.4 regression: the -i4 option is not supported anymore
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
582085: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582085
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gfortran-4.4
Version: 4.4.4-1
Severity: normal
Hello,
gfortran-4.4 does not support anymore the -i4 option, while
gfortran-4.3 does. This is necessary for me to compile gildas (see
http://www.iram.fr/~gildas/dist/index.html).
Is there any specific reason why support for this flag was dropped from 4.4 ?
Cheers,
Vincent
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages gfortran-4.4 depends on:
ii gcc-4.4 4.4.4-1 The GNU C compiler
ii gcc-4.4-base 4.4.4-1 The GNU Compiler Collection (base
ii libc6 2.10.2-8 Embedded GNU C Library: Shared lib
ii libc6-dev 2.10.2-8 Embedded GNU C Library: Developmen
ii libgfortran3 4.4.4-1 Runtime library for GNU Fortran ap
ii libgmp3c2 2:4.3.2+dfsg-1 Multiprecision arithmetic library
ii libmpfr1ldbl 2.4.2-3 multiple precision floating-point
gfortran-4.4 recommends no packages.
Versions of packages gfortran-4.4 suggests:
pn gfortran-4.4-doc <none> (no description available)
pn gfortran-4.4-multilib <none> (no description available)
pn libgfortran3-dbg <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
closing (invalid). -i4 was never supported. See the upstream report for
comments.
On 18.05.2010 10:56, Vincent Fourmond wrote:
On Tue, May 18, 2010 at 10:44 AM, Matthias Klose<d...@debian.org> wrote:
On 18.05.2010 10:19, Vincent Fourmond wrote:
Package: gfortran-4.4
Version: 4.4.4-1
Severity: normal
Hello,
gfortran-4.4 does not support anymore the -i4 option, while
gfortran-4.3 does. This is necessary for me to compile gildas (see
http://www.iram.fr/~gildas/dist/index.html).
Is there any specific reason why support for this flag was dropped from
4.4 ?
didn't check. is this seen with 4.5/snapshot as well?
Yes:
10:55 fourm...@zorglub ~/Prog/Soas/source gfortran-4.3 -c -i4 soas_misc.f
10:55 fourm...@zorglub ~/Prog/Soas/source gfortran-4.4 -c -i4 soas_misc.f
f951: error: unrecognized command line option "-i4"
10:55 fourm...@zorglub ~/Prog/Soas/source gfortran-4.5 -c -i4 soas_misc.f
f951: error: unrecognized command line option "-i4"
Cheers,
Vincent
(although it seems it isn't the reason why my crash happened in the first place)
--- End Message ---