]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gcc-rich-location.c
Less verbose fix-it hints for missing header files (PR 87091)
[thirdparty/gcc.git] / gcc / gcc-rich-location.c
index 2576c7387ee38d4bc5a33d48350243894dd46f2d..81beb61661c6a81dce0060a578f5f692e4a4114a 100644 (file)
@@ -47,7 +47,7 @@ gcc_rich_location::add_expr (tree expr, range_label *label)
   gcc_assert (expr);
 
   if (CAN_HAVE_RANGE_P (expr))
-    add_range (EXPR_LOCATION (expr), false, label);
+    add_range (EXPR_LOCATION (expr), SHOW_RANGE_WITHOUT_CARET, label);
 }
 
 /* If T is an expression, add a range for it to the rich_location,