This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] fix warning about duplicate 'const'
- From: Mike Stump <mrs at apple dot com>
- To: Linus Torvalds <torvalds at osdl dot org>
- Cc: Richard Henderson <rth at twiddle dot net>, Thomas Schlichter <thomas dot schlichter at web dot de>, Andrew Morton <akpm at osdl dot org>, linux-kernel at vger dot kernel dot org, gcc at gcc dot gnu dot org
- Date: Mon, 15 Mar 2004 17:46:44 -0800
- Subject: Re: [PATCH] fix warning about duplicate 'const'
On Wednesday, March 10, 2004, at 07:43 AM, Linus Torvalds wrote:
What the code _really_ wants to do is to just compare two types for
being basically equal, and in real life what Linux really would prefer
is to have "types" as first-class citizens and being able to compare
them directly instead of playing games.
:-) Gosh, it sounds so sensible and easy. Maybe someone will hammer
on the std C folks for the feature...