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]

Re: RFC: No recursion into language subdirectories


On Jun 20, 2000, Zack Weinberg <zack@wolery.cumb.org> wrote:

> The appended patch changes the Makefiles so we never recurse into
> language subdirectories.

Cool!

> Then there are the bugs this exposes.  Starting with the biggest: to
> build front ends other than C, we now must have a compiler that
> supports -c and -o together.

Since front ends other than C are not required to build with anything
other than GCC, no big deal.

> Next, if you try to build the C++ front end with any version of gcc
> prior to 2.96 20000418 or so, you'll trip over a bug in cccp.c where
> #line confuses the header-file search logic, so it won't be able to
> find the right headers to compile parse.c.

No big deal, for the same reasons.  But some C++ developers could
complain about this :-(

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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