From fcb3932b32a2133612473e7b061859f97aa562df Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Fri, 23 May 2014 12:26:08 +0200 Subject: macro args now correctly preserve range positions Somewhen in the 2.11.0 development cycle we started duplicating macro arguments for increased robustness. What wasn't taken into account though is that Tree.duplicate destroys range positions. This commit fixes the problem. 2.10.x is unaffected by this bug, because it doesn't duplicate the args yet. --- test/files/run/macro-rangepos-args.flags | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/run/macro-rangepos-args.flags (limited to 'test/files/run/macro-rangepos-args.flags') diff --git a/test/files/run/macro-rangepos-args.flags b/test/files/run/macro-rangepos-args.flags new file mode 100644 index 0000000000..fcf951d907 --- /dev/null +++ b/test/files/run/macro-rangepos-args.flags @@ -0,0 +1 @@ +-Yrangepos \ No newline at end of file -- cgit v1.2.3