From 211fd6c1accb2211887876523810e35734f5f46c Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 28 Aug 2015 11:42:29 -0400 Subject: [PATCH 45/66] FIXME: Add some notes to location-hacks.c --- gcc/location-hacks.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/location-hacks.c b/gcc/location-hacks.c index 08e0596..1baf8f0 100644 --- a/gcc/location-hacks.c +++ b/gcc/location-hacks.c @@ -88,16 +88,19 @@ struct expr_locations_for_testcase expr_location_oracle[] = { {9, 11, 9, 11}} }, + /* Needs macro-expansion-site range handling. */ {"testsuite/gcc.dg/20150304-01.c", 1, {{11, 6, 11, 16}} }, + /* Needs macro-expansion-site range handling. */ {"testsuite/gcc.dg/cpp-divbyzero.c", 1, {15, 8, 15, 11}, }, + /* Needs macro-expansion-site range handling. */ {"testsuite/gcc.dg/divbyzero.c", 3, {{13, 17, 13, 20}, -- 1.8.5.3