aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-cfg.cc')
-rw-r--r--gcc/tree-cfg.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree-cfg.cc b/gcc/tree-cfg.cc
index 87f9776..8b1c2cc 100644
--- a/gcc/tree-cfg.cc
+++ b/gcc/tree-cfg.cc
@@ -65,6 +65,7 @@ along with GCC; see the file COPYING3. If not see
#include "asan.h"
#include "profile.h"
#include "sreal.h"
+#include "gcc-urlifier.h"
/* This file contains functions for building the Control Flow Graph (CFG)
for a function tree. */
@@ -9937,6 +9938,8 @@ do_warn_unused_result (gimple_seq seq)
if (lookup_attribute ("warn_unused_result", TYPE_ATTRIBUTES (ftype)))
{
+ auto_urlify_attributes sentinel;
+
location_t loc = gimple_location (g);
if (fdecl)