Hari Pyla <harip@xxxxxx> writes: > I am trying to add an extension to Openmp through a new pragma. I was > wondering if there is any way I can define a new pragma and define a > set of rules to generate the code without having to modify > libgomp. Thanks in advance. Without modifying libgomp, sure. However, you will have to modify gcc itself. Ian