[bug #50372] gmk_floc missing offset member

2023-01-01 Thread Paul D. Smith
Follow-up Comment #1, bug #50372 (project make): The offset field is not really needed by the load setup function. It only has a value inside a recipe: lineno is the line number of the start of the rule, and offset is the number of lines into the recipe. Since load operations don't appear

Re: [bug #50372] gmk_floc missing offset member

2017-03-13 Thread Brian Vandenberg
Originally there was only one struct that didn't have an offset member. I submitted a patch that added offset and made various code changes to ensure its use so warnings/error messages could correctly calculate the line number. Although I didn't like that "offset" was left out of the

[bug #50372] gmk_floc missing offset member

2017-02-21 Thread anonymous
URL: Summary: gmk_floc missing offset member Project: make Submitted by: None Submitted on: Tue 21 Feb 2017 07:18:21 PM UTC Severity: 3 - Normal Item Group: Bug