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: automatic dependencies for gcc


On Wed, Mar 26, 2008 at 1:10 PM, Tom Tromey <tromey@redhat.com> wrote:
> >>>>> "Richard" == Richard Guenther <richard.guenther@gmail.com> writes:
>
>  Richard> It seems that changes in builtins.def or builtin-types.def do
>  Richard> not cause re-builds of their dependencies.
>
>  Thanks for the report.
>
>  I see this too; I will figure out what it is and fix it.

Huh.  So I thought I'd just touch tree.h, but...

trunk-g/gcc> make cc1
build/gengtype /space/rguenther/src/svn/trunk/gcc gtyp-input.list
echo timestamp > s-gtype
trunk-g/gcc>

so, header changes also don't cause any rebuilds (for the cc1 target).

Richard.


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