Prashant Singh Rawat <prashant.srawat86@xxxxxxxxx> writes: > Is it possible to take address of artificial variables in GCC? > For example, can I have a points-to pair where such artificial vars > occur in RHS? > Like {a -> b.0}, or {e -> D.1452_23} I think that you can take the address of artificial variables like b.0 but not one like D.1452_23. Ian