meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
gcc:global_variables [2025/01/13 10:47] – created niziak | gcc:global_variables [2025/01/28 09:31] (current) – niziak | ||
---|---|---|---|
Line 6: | Line 6: | ||
Two global structures were defined under the same name in different components. | Two global structures were defined under the same name in different components. | ||
No error was raised by linker. | No error was raised by linker. | ||
+ | |||
+ | Checking default options: | ||
+ | <code bash> | ||
+ | gcc -Q --help=common | ||
+ | </ | ||
+ | |||
+ | shows that '' | ||
From '' | From '' | ||
Line 36: | Line 43: | ||
work on other systems that always treat uninitialized variable | work on other systems that always treat uninitialized variable | ||
| | ||
+ | |||
+ | [[https:// | ||