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 1/3] Header file reduction - backend files.


On 10/22/2015 04:25 PM, Jeff Law wrote:
On 10/01/2015 08:33 PM, Andrew MacLeod wrote:
these are all in the main gcc directory.  297 files total.
[ ... ]

Out of time for now.  More to follow...
So a quirk of show-headers.   Let's look at cgraphunit.c on the trunk:

[law@tor gcc]$ ../contrib/show-headers cgraphunit.c -sgimplify.h
[ ... ]
  gimplify.h                <<-------
[ ... ]

That's all it spits out.  But...
#include "gimplify.h"
#include "gimplify.h"

I'm not sure if that's intentional, but it does make it harder to use show-headers to help understand the changes being made by your scripts.


As for the rest of the backend files.  They're OK for the trunk.

jeff



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