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