From cfa435e1e857ec963d7c8727015baad71d602bfa Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Mon, 29 Aug 2016 20:52:10 +0000 Subject: [PATCH] input.c: fix the comment for test_make_location_nonpure_range_endpoints gcc/ChangeLog: * input.c (selftest::test_make_location_nonpure_range_endpoints): Fix header comment. From-SVN: r239844 --- gcc/ChangeLog | 6 ++++++ gcc/input.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 478351818c2..d59bc7dd92e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2016-08-29 David Malcolm + + * input.c + (selftest::test_make_location_nonpure_range_endpoints): Fix + header comment. + 2016-08-29 David Malcolm * diagnostic-show-locus.c diff --git a/gcc/input.c b/gcc/input.c index a3fe54209dd..2ff7cb8e943 100644 --- a/gcc/input.c +++ b/gcc/input.c @@ -1720,8 +1720,8 @@ test_builtins () } /* Regression test for make_location. - Ensure that we use the caret locations of the start/finish, rather - than storing a packed or ad-hoc range as the start/finish. */ + Ensure that we use pure locations for the start/finish of the range, + rather than storing a packed or ad-hoc range as the start/finish. */ static void test_make_location_nonpure_range_endpoints (const line_table_case &case_) -- 2.30.2