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] Make more includes explicit


On Fri, 4 Jun 2004, Zack Weinberg wrote:
> Roger Sayle <roger@eyesopen.com> writes:
> > You need to tweak the new comments above each #include.  These need
> > to end with a period followed by two spaces.  i.e. "/* For foo.  */"
> > instead of "/* For foo */".  Ok for mainline with those changes.
>
> NOT ok.  See my other message.

Sorry, I'd missed that.  I thought that he was just removing the
dependency upon reload.h from insn-conditions.o in the Makefile,
because that header wasn't included insn-conditions.c, i.e. the
#include wasn't generated by genconditions.c.

On more careful examination I see he's actually proposing a change
to gencoditions to remove the #include, which obviously is potentially
unsafe.

Apologies again,

Roger
--


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