diff options
Diffstat (limited to 'gcc/diagnostic.c')
| -rw-r--r-- | gcc/diagnostic.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c index 5ca64e1e4bf..bd115a821b5 100644 --- a/gcc/diagnostic.c +++ b/gcc/diagnostic.c @@ -1350,8 +1350,7 @@ fancy_abort (file, line, function) int line; const char *function; { - internal_error ("Internal compiler error in %s, at %s:%d", - function, trim_filename (file), line); + internal_error ("in %s, at %s:%d", function, trim_filename (file), line); } void |

