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: C++ PATCH to avoid duplicate overload resolution (related to c++/48481)


On Fri, 1 Jul 2011, Jakub Jelinek wrote:

> OT, if we don't switch to on the fly dependency generation, I think it would
> be nice to at least a write a maintainer-script that would regenerate GCC
> style rules for dependences in Makefile.in and */Make-lang.in -

(and in config/*/t-*)

> dependencies on just immediately mentioned headers, and for headers
> with dependencies find a matching SPLAY_TREE_H etc. variable, which we
> could run once a month or so to make sure our Makefiles are up to date.

I commented a bit on dependency generation at 
<http://gcc.gnu.org/ml/gcc-patches/2011-05/msg01925.html> - I think the 
incremental approach I suggested there is more likely to make useful 
progress than trying to do it again with a monolithic patch.  Various 
cleanups would also be helpful for both automatic generation and 
maintainer-script updates of dependencies.

-- 
Joseph S. Myers
joseph@codesourcery.com


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