aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r--gcc/tree-profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c
index 1c3034a..9b6f351 100644
--- a/gcc/tree-profile.c
+++ b/gcc/tree-profile.c
@@ -632,7 +632,7 @@ parse_profile_filter (const char *regex, vec<regex_t> *v,
regex_t r;
if (regcomp (&r, p, REG_EXTENDED | REG_NOSUB) != 0)
{
- error ("invalid regular expression '%s' in %<%s%>",
+ error ("invalid regular expression %qs in %qs",
p, flag_name);
return;
}