I compiled following c program with gcc -O3 -S a.c:
gcc -O3 -S a.c
#include int main() { int sum = 0;