public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "kargl at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/43954] gfortran-4.4 does not support -Wp, -MD  for *.F (4.3 -> 4.4 regression, needed for auto-dependencies)
Date: Tue, 04 May 2010 16:46:00 -0000	[thread overview]
Message-ID: <20100504164640.4845.qmail@sourceware.org> (raw)
In-Reply-To: <bug-43954-19117@http.gcc.gnu.org/bugzilla/>



------- Comment #5 from kargl at gcc dot gnu dot org  2010-05-04 16:46 -------
(In reply to comment #4)
> On Mon, May 03, 2010 at 07:45:20PM -0000, dfranke at gcc dot gnu dot org wrote:
> > (In reply to comment #2)
> > On Monday 03 May 2010 21:23:26 you wrote:
> > > And when I say "it used to work" I don't mean generating dependencies for
> > > f90/f95 sources (PR31588 mentions e.g. USE), but only generating
> > > dependencies from plain preprocessor.
> > 
> > What you ask for is "just" a subset of PR31588. If that gets fixed, your
> > request will be fixed as well.
> > 
> > Feel free to re-open if you believe that it would be worth to fix the subset
> > first.
> 
> Yes, it's a subset of PR31588. 
> 
> But as you wrote PR31588 is going to be (maybe) fixed for 4.6, while I
> believe regressions in general and this one in particular should be
> better handled with higher priority and fixes should go to maintanance
> branches.

What you apparently fail to understand is that gfortran is written
and maintained by a small group of volunteers.  If none of these
volunteers use this feature and if none of volunteers have the 
time to work on it, it won't get fixed anytime soon.  So, if this
is so dear to your heart, pull up your sleeves and start trying to
fix the problem.

In the meantime, just call cpp directly.

troutmask:sgk[214] ~/work/4x/bin/cpp -Wp,-MD,test.d test.F | sed s/#/\!/
! 1 "test.F"
! 1 "<built-in>"
! 1 "<command-line>"
! 1 "test.F"
! 1 "test.h" 1
! 2 "test.F" 2

          program test
          print *,'Hello World!'
          print *,'Hello up there qqq!'
          end
troutmask:sgk[215] cat test.d
test.o: test.F test.h


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43954


  parent reply	other threads:[~2010-05-04 16:46 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-01 17:23 [Bug fortran/43954] New: " kirr at landau dot phys dot spbu dot ru
2010-05-03 18:09 ` [Bug fortran/43954] " dfranke at gcc dot gnu dot org
2010-05-03 19:23 ` kirr at landau dot phys dot spbu dot ru
2010-05-03 19:45 ` dfranke at gcc dot gnu dot org
2010-05-04  7:45 ` kirr at landau dot phys dot spbu dot ru
2010-05-04 16:46 ` kargl at gcc dot gnu dot org [this message]
2010-05-05 16:24 ` kirr at landau dot phys dot spbu dot ru
2010-06-13 16:06 ` dfranke at gcc dot gnu dot org
2010-06-13 16:09 ` dfranke at gcc dot gnu dot org
2010-06-28 18:04 ` kirr at landau dot phys dot spbu dot ru
2010-06-28 18:05 ` kirr at landau dot phys dot spbu dot ru
2010-06-28 18:06 ` kirr at landau dot phys dot spbu dot ru
2010-08-07 10:49 ` kirr at landau dot phys dot spbu dot ru
2010-08-07 11:25 ` [Bug fortran/43954] [4.3/4.4 regression] gfortran does not support -Wp, -MD for *.F mikael at gcc dot gnu dot org
2010-08-07 13:27 ` kirr at landau dot phys dot spbu dot ru
2010-08-07 15:44 ` jvdelisle at gcc dot gnu dot org
2010-08-07 16:52 ` jvdelisle at gcc dot gnu dot org
2010-08-07 18:18 ` [Bug fortran/43954] [4.4 " mikael at gcc dot gnu dot org
2010-08-07 18:22 ` kirr at landau dot phys dot spbu dot ru
2010-08-07 18:26 ` jvdelisle at verizon dot net
2010-08-08  1:59 ` jvdelisle at gcc dot gnu dot org
2010-08-08  5:29 ` jvdelisle at gcc dot gnu dot org
2010-08-08  9:20 ` kirr at landau dot phys dot spbu dot ru

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100504164640.4845.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).