diff options
Diffstat (limited to 'gcc/tree-cfg.c')
-rw-r--r-- | gcc/tree-cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index 3b646f7..582cf18 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -9212,7 +9212,7 @@ public: unsigned int pass_warn_function_return::execute (function *fun) { - source_location location; + location_t location; gimple *last; edge e; edge_iterator ei; |