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: [PATCH 04/14] Add D front-end (GDC) config, Makefile, and manpages.


On 18 September 2018 at 02:34, Iain Buclaw <ibuclaw@gdcproject.org> wrote:
>
> This patch adds the D frontend language configure make files, as described on the anatomy of a language front-end.
>

This is where the last conversation ended up.

https://gcc.gnu.org/ml/gcc-patches/2017-09/msg00612.html

I've just noticed that I left one question unanswered.


> So out of curiosity, when multiple sources are specified on the command
> line, are they subject to IPA as a group or are they handled individually?

They are subject as a group, the compiler proper is only invoked once
with all source files passed to it.

Iain.


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