diff options
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 2aedaae..9c086fe 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -497,6 +497,8 @@ public: and their visibility needs to be copied from their "masters" at the end of parsing. */ unsigned cpp_implicit_alias : 1; + /* The alias is a symbol version. */ + unsigned symver : 1; /* Set once the definition was analyzed. The list of references and other properties are built during analysis. */ unsigned analyzed : 1; |