This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Strange builtin operator
- From: Nathan Sidwell <nathan at codesourcery dot com>
- To: Cage at brit dot co dot ru
- Cc: gcc-help at gcc dot gnu dot org
- Date: Wed, 22 Oct 2003 14:31:52 +0100
- Subject: Re: Strange builtin operator
- Organization: Codesourcery LLC
Cage@brit.co.ru wrote:
> Hello!
>
> I using GCC 3.3.1
> What is the "operator+(int, const char*) <built-in>"?
the one you get with
int i;
char const *p;
i + p; // here
> Can I disable this operator, like it was in 3.2?
no, that would have been a bug
nathan
--
Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery LLC
The voices in my head said this was stupid too
nathan@codesourcery.com :: http://www.planetfall.pwp.blueyonder.co.uk