diff options
Diffstat (limited to 'gcc/lto/lto-lang.c')
| -rw-r--r-- | gcc/lto/lto-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto/lto-lang.c b/gcc/lto/lto-lang.c index f5e83de..04d4230 100644 --- a/gcc/lto/lto-lang.c +++ b/gcc/lto/lto-lang.c @@ -657,7 +657,7 @@ lto_post_options (const char **pfilename ATTRIBUTE_UNUSED) /* -fltrans and -fwpa are mutually exclusive. Check for that here. */ if (flag_wpa && flag_ltrans) - error ("-fwpa and -fltrans are mutually exclusive."); + error ("-fwpa and -fltrans are mutually exclusive"); if (flag_ltrans) { |
