On 9/18/2014 5:15 AM, Ali Abdul Ghani wrote:
I have a question I read about register variables gcc Support register variables?? or treat him like any other variable??
This is covered in reasonable detail in online docs, e.g. https://gcc.gnu.org/onlinedocs/gcc/Explicit-Reg-Vars.htmlAs you're probably aware, the primary portable purpose of "register" is to prevent taking the address.