Bug#576864: gfortran-4.4 does not support -Wp, -MD for *.F (4.4 regression, needed for auto-dependencies)

2010-08-09 Thread Kirill Smelkov
package gfortran-4.4 severity 576864 important thanks On Sun, Aug 08, 2010 at 01:27:05PM +0400, Kirill Smelkov wrote: package gfortran-4.4 tag 576864 + fixed-upstream - upstream thanks The fix was commited to upstream gcc-4_4-branch today:

Bug#576864: gfortran-4.4 does not support -Wp, -MD for *.F (4.4 regression, needed for auto-dependencies)

2010-08-08 Thread Kirill Smelkov
package gfortran-4.4 tag 576864 + fixed-upstream - upstream thanks The fix was commited to upstream gcc-4_4-branch today: http://gcc.gnu.org/viewcvs?view=revisionrevision=162990 Now all we need, is to pull from there. Thanks, Kirill -- To UNSUBSCRIBE, email to

Bug#576864: gfortran-4.4 does not support -Wp, -MD for *.F (4.4 regression, needed for auto-dependencies)

2010-08-06 Thread Kirill Smelkov
package gfortran-4.4 forwarded 576864 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43954 tags 576864 upstream patch thanks Upstream fixed this for gcc-4.6, but upstream gcc-4.4 and gcc-4.5 still have this problem. I've backported -4.6 patch for gcc-4_4-branch and gcc-4_5-branch branches and put

Bug#576864: gfortran-4.4 does not support -Wp, -MD for *.F (4.4 regression, needed for auto-dependencies)

2010-05-01 Thread Kirill Smelkov
Also posted to gcc bugzilla: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43954 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#576864: gfortran-4.4 does not support -Wp, -MD for *.F (4.4 regression, needed for auto-dependencies)

2010-04-08 Thread Kirill Smelkov
Forgot to mention, that since gfortran defaults to 4.3 in lenny, and to 4.4 in squeeze, this can be seen as lenny - squeeze regression. Thanks, Kirill -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#576864: gfortran-4.4 does not support -Wp, -MD for *.F (4.4 regression, needed for auto-dependencies)

2010-04-07 Thread Kirill Smelkov
Package: gfortran-4.4 Version: 4.4.2-9 Severity: normal Hello, Like with gcc and g++, for compiling .F sources with gfortran, I thankfully use automatic dependencies generator built into gcc's cpp. E.g. for $ cat test.F #include test.h program test print *,'Hello