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: Unit at time compilation mode III


> | I've never known a user complain about the fact that when they compile a 
> | file foo.c the contents of the files it included were also compiled :-)
> 
> Then, that just means you aren't sufficiently familiar with users
> suffering nightmarres coming from compiling template-based codes :-)
> Welcome to C++.

No thank you.  I'll stick with C :-)

My point is that a user specifies the name of the file that he wants to 
compile when invoking gcc.  He doesn't specify the name of each file that 
that includes.  So file==unit in these circumstances.

R.


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