diff options
Diffstat (limited to 'gcc/cp/error.c')
| -rw-r--r-- | gcc/cp/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/error.c b/gcc/cp/error.c index 1220119..0490fc5 100644 --- a/gcc/cp/error.c +++ b/gcc/cp/error.c @@ -877,7 +877,7 @@ dump_decl (tree t, int flags) case USING_DECL: pp_cxx_identifier (cxx_pp, "using"); - dump_type (DECL_INITIAL (t), flags); + dump_type (USING_DECL_SCOPE (t), flags); pp_cxx_colon_colon (cxx_pp); dump_decl (DECL_NAME (t), flags); break; |
