gcc: Pragmas

1 
1 6.61 Pragmas Accepted by GCC
1 ============================
1 
1 GCC supports several types of pragmas, primarily in order to compile
1 code originally written for other compilers.  Note that in general we do
1 not recommend the use of pragmas; ⇒Function Attributes, for
1 further explanation.
1 

Menu