For contribution and participation

2020-11-24 Thread Pps 11 via Gcc
Hello, I am PRACHURYA PRAN SARMA from India, I am a first year Computer science and engineering student and I want to contribute and work in the lovely organisation. I know c language and I am learning c++ too. I am also going to participate in GSoC 2021. Thank you.

RE: Align a POD srtuct on the stack (aliasing issue with gcc 4.6+)‏

2013-01-05 Thread pps .
> > Question: How can I allocate random amount of stack space (using char > arrays or alloca, and then align pointer to that stack space and > reinterpret this chunk of memory as some structure that has some well > defined layout that guarantees alignment of certain variables as long > as the struc

Align a POD srtuct on the stack (aliasing issue with gcc 4.6+)‏

2013-01-05 Thread pps .
Question: How can I allocate random amount of stack space (using char arrays or alloca, and then align pointer to that stack space and reinterpret this chunk of memory as some structure that has some well defined layout that guarantees alignment of certain variables as long as the structure its