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: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts


Paolo Bonzini <bonzini@gnu.org> writes:

> r145597, r145598, r145599:
> http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00947.html (gen*)

This is OK, but please write
  strncmp (d->name, "cstore", 6) == 0
rather than
  !strncmp (d->name, "cstore", 6)

Thanks.

Ian


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