gccint: Annotations

1 
1 13.1 Annotations
1 ================
1 
1 The optimizers need to associate attributes with variables during the
1 optimization process.  For instance, we need to know whether a variable
1 has aliases.  All these attributes are stored in data structures called
1 annotations which are then linked to the field 'ann' in 'struct
1 tree_common'.
1