在浏览 gcc 编译器源代码 (gcc/c-family/c-pragma.c) 时,我看到:
typedef struct GTY(()) align_stack {
int alignment;
tree id;
struct align_stack * prev;
} align_stack;
并且不管在我身后有很多 C 编程年,这些位:(())
我还完全不知道。有人可以解释一下他们的意思吗?谷歌似乎没有找到它。