diff options
Diffstat (limited to 'gcc/c-semantics.c')
-rw-r--r-- | gcc/c-semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-semantics.c b/gcc/c-semantics.c index f321063..8988680 100644 --- a/gcc/c-semantics.c +++ b/gcc/c-semantics.c @@ -283,7 +283,7 @@ make_rtl_for_local_static (decl) /* If the DECL_ASSEMBLER_NAME is not the same as the DECL_NAME, then either we already created RTL for this DECL (and since it was a - local variable, its DECL_ASSMEMBLER_NAME got hacked up to prevent + local variable, its DECL_ASSEMBLER_NAME got hacked up to prevent clashes with other local statics with the same name by a previous call to make_decl_rtl), or the user explicitly requested a particular assembly name for this variable, using the GNU |