This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Eliminate CHAR_TYPE from config/sh/sh.h
- From: kaih at khms dot westfalen dot de (Kai Henningsen)
- To: gcc at gcc dot gnu dot org
- Date: 10 Feb 2006 09:13:00 +0200
- Subject: Re: Eliminate CHAR_TYPE from config/sh/sh.h
- References: <20060209.224812.70226210.kkojima@rr.iij4u.or.jp> <Pine.LNX.4.44.0602091854110.28856-100000@www.eyesopen.com>
roger@eyesopen.com (Roger Sayle) wrote on 09.02.06 in <Pine.LNX.4.44.0602091854110.28856-100000@www.eyesopen.com>:
> On Thu, 9 Feb 2006, Kaz Kojima wrote:
> > Here is a patch to remove CHAR_TYPE from config/sh/sh.h.
>
> My apologies to the SH folks. I did check the entire tree with
> find . -type f -exec grep CHAR_TYPE {} \; -print, but unfortunately
> the high incidence of false positives for CHAR_TYPE_SIZE and
> *WCHAR_TYPE, etc.. meant I had to audit each hit by hand/eye.
> Hopefully, this is the only instance I missed.
Well, at least the GNU version of grep has -w, and I'd be surprised if
it's unique in that.
MfG Kai