The result of a select expression is never a constant pointer (rather address), but...
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 14 Sep 2008 12:00:20 +0000 (12:00 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 14 Sep 2008 12:00:20 +0000 (12:00 +0000)
commitdb1fc03b71649aa3543de7d9939241d0f46db567
treec1978e51ae29c53be5c7c78c1a38a854a18d03c3
parent1bfae74c8fd0345e7676a738f370d5d09bed1efd
The result of a select expression is never a constant pointer (rather address), but always an object (it could be a object with pointer type, but this is still an object, not an addresss).

[r21938]
ast.c