In GCC10, gcc default to fno-common
. That means, all tentative defined symbols are not common. I think gcc conforms to the C specification but it seems there are no common symbols in the native C program. Are common symbols only for extension syntax?
↧
Does native C have common symbol?
↧