diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 66598483de6..c6dc50fcd44 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -3497,7 +3497,7 @@ rest_of_compilation (decl) if (DECL_SAVED_INSNS (decl) == 0) { int inlinable = 0; - char *lose; + const char *lose; /* If requested, consider whether to make this function inline. */ if (DECL_INLINE (decl) || flag_inline_functions) |