This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Fortran,patch] PR 39178 - inline main()


FX wrote:
> Just a short note: maybe deprecating it for now would be the best
> option, because a google codesearch reveals quite a few uses:
> http://www.google.com/codesearch?q=%22-lgfortranbegin%22&hl=en
> 
> I also think it's worth mentionning in the release notes.

  I would advise extreme caution with this kind of potential back-compat
break.  Even if people's makefiles are indeed nominally "doing the wrong
thing" by linking it explicitly rather than using the driver to get the flags
right, it's still not our business to punish them if we can easily make our
system forgiving of their mistakes without imposing costs on others who are
following the more correct usage.

    cheers,
      DaveK


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]