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 17fa655..f10e1e2 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -3683,7 +3683,7 @@ rest_of_compilation (decl) TIMEVAR (final_time, { rtx x; - char *fnname; + const char *fnname; /* Get the function's name, as described by its RTL. This may be different from the DECL_NAME name used |