public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dfranke 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: Sun, 13 Jun 2010 16:06:00 -0000	[thread overview]
Message-ID: <20100613160536.4988.qmail@sourceware.org> (raw)
In-Reply-To: <bug-43954-19117@http.gcc.gnu.org/bugzilla/>



------- Comment #7 from dfranke at gcc dot gnu dot org  2010-06-13 16:05 -------
Subject: Bug 43954

Author: dfranke
Date: Sun Jun 13 16:05:01 2010
New Revision: 160684

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160684
Log:
2010-06-13  Daniel Franke  <franke.daniel@gmail.com>

        PR fortran/31588
        PR fortran/43954
        * gfortranspec.c (lang_specific_driver): Removed deprecation
        warning for -M.
        * lang.opt: Add options -M, -MM, -MD, -MMD, -MF, -MG, -MP, -MT, -MQ.
        * lang-specs.h (CPP_FORWARD_OPTIONS): Add -M* options.
        * cpp.h (gfc_cpp_makedep): New.
        (gfc_cpp_add_dep): New.
        (gfc_cpp_add_target): New.
        * cpp.c (gfc_cpp_option): Add deps* members.
        (gfc_cpp_makedep): New.
        (gfc_cpp_add_dep): New.
        (gfc_cpp_add_target): New.
        (gfc_cpp_init_options): Initialize new options.
        (gfc_cpp_handle_option): Handle new options.
        (gfc_cpp_post_options): Map new options to libcpp-options.
        (gfc_cpp_init): Handle deferred -MQ and -MT options.
        (gfc_cpp_done): If requested, write dependencies to file.
        * module.c (gfc_dump_module): Add a module filename as target.
        * scanner.c (open_included_file): New parameter system; add the
        included file as dependency.
        (gfc_open_included_file): Add the included file as dependency.
        (gfc_open_intrinsic_module): Likewise.
        * invoke.texi: Removed deprecation warning for -M.
        * gfortran.texi: Removed Makefile-dependencies project.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/cpp.c
    trunk/gcc/fortran/cpp.h
    trunk/gcc/fortran/gfortran.texi
    trunk/gcc/fortran/gfortranspec.c
    trunk/gcc/fortran/invoke.texi
    trunk/gcc/fortran/lang-specs.h
    trunk/gcc/fortran/lang.opt
    trunk/gcc/fortran/module.c
    trunk/gcc/fortran/scanner.c


-- 


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


  parent reply	other threads:[~2010-06-13 16:05 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
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 [this message]
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=20100613160536.4988.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).