Re: [PATCH v8] Introduce attribute sym_alias

2024-05-24 Thread Alexandre Oliva
On Dec 5, 2023, Alexandre Oliva wrote: > Here's an improved version that fixes some cases of making static local > names visible through sym_alias, detection of symbol name clashes when > sym_alias is registered before a clashing definition ("sym name" > attributes are now introduced to enable s

[PATCH v8] Introduce attribute sym_alias

2023-12-05 Thread Alexandre Oliva
Here's an improved version that fixes some cases of making static local names visible through sym_alias, detection of symbol name clashes when sym_alias is registered before a clashing definition ("sym name" attributes are now introduced to enable sym_alias-created declarations to be identified),