[bug #50909] eval_makefile for $(MAKEFILES) doesn't add file name to strcache

2017-05-01 Thread enrique olaizola
Follow-up Comment #1, bug #50909 (project make): Patch didn't make it in the uploads so inserting it here: diff --git a/read.c b/read.c index 047807a..0718145 100644 --- a/read.c +++ b/read.c @@ -204,7 +204,7 @@ read_all_makefiles (const char **makefiles) { if (*p != '\0')

[bug #50790] Some kind of memory corruption in error messages with gcc-6.3.0 -flto=4

2017-05-01 Thread enrique olaizola
Follow-up Comment #2, bug #50790 (project make): If the issue is the garbled error message in the output then I think I found a solution for that. See bug 50909: https://savannah.gnu.org/bugs/?50909 ___ Reply to this item at:

[bug #50909] eval_makefile for $(MAKEFILES) doesn't add file name to strcache

2017-05-01 Thread enrique olaizola
URL: Summary: eval_makefile for $(MAKEFILES) doesn't add file name to strcache Project: make Submitted by: gnuser17 Submitted on: Tue 02 May 2017 03:43:47 AM UTC Severity: 3 - Normal

thoughts and questions on order-independent Makefile method

2017-05-01 Thread Britton Kerin
Hi guys, I tried this on help-make but was didn't get any response, so I though I'd try again here. I'm interested in submitting patches to implement something like this, but I don't want to waste my time if it's a total non-starter. I'd like a --late-parse-rules (to parse all of rules after var