diff options
Diffstat (limited to 'gcc/auto-profile.c')
-rw-r--r-- | gcc/auto-profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/auto-profile.c b/gcc/auto-profile.c index 378f480..130d8df 100644 --- a/gcc/auto-profile.c +++ b/gcc/auto-profile.c @@ -852,7 +852,7 @@ autofdo_source_profile::read () { if (gcov_read_unsigned () != GCOV_TAG_AFDO_FUNCTION) { - inform (0, "Not expected TAG."); + inform (UNKNOWN_LOCATION, "Not expected TAG."); return false; } |