Help restricting args of an intrinsic function
Richard Henderson
rth@redhat.com
Mon Feb 2 23:56:00 GMT 2004
On Mon, Feb 02, 2004 at 03:44:11PM -0800, Syd Polk wrote:
> I don't think that we will need the pointer case. We will need the
> following:
>
> - hard-coded integers
> - const int variables
> - static const int members in C++
> - enums
Point the second should be for C++ only, where it has integer
constant expression semantics.
At which point, you're in EXACTLY the same situation that already
exists for x86 and altivec intrinsics. This is not a new problem,
and it does not need a new solution.
r~
More information about the Gcc
mailing list