This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

no documentation for volatile attribute



This seems to compile ok, but I don't see any documentation for
this attribute under:

http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html#Function%20Attrib
utes

int slawa() __attribute__((volatile));

int main ()
{
    return 0;
}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]