[bug #36844] Private variables can still leak to dependencies if += is used

2012-09-09 Thread Paul D. Smith
Update of bug #36844 (project make): Status:None => Duplicate Open/Closed:Open => Closed ___ Follow-up Comment #7: Closed as a duplicate

[bug #36844] Private variables can still leak to dependencies if += is used

2012-07-17 Thread Brian Vandenberg
Follow-up Comment #6, bug #36844 (project make): 3.83, that is. ___ Reply to this item at: ___ Message sent via/by Savannah http://savannah.gnu.org/

[bug #36844] Private variables can still leak to dependencies if += is used

2012-07-17 Thread Brian Vandenberg
Follow-up Comment #5, bug #36844 (project make): Is there a schedule for the planned release of 3.82? ___ Reply to this item at: ___ Message sent via/by

[bug #36844] Private variables can still leak to dependencies if += is used

2012-07-17 Thread Brian Vandenberg
Follow-up Comment #4, bug #36844 (project make): I agree. This is a duplicate of the first bug. ___ Reply to this item at: ___ Message sent via/by Sava

[bug #36844] Private variables can still leak to dependencies if += is used

2012-07-17 Thread anonymous
Follow-up Comment #3, bug #36844 (project make): It's likely this bug is related to these bugs already fixed in CVS: bug#32872 bug#35468. Have you tried the CVS version? regards, Rob. ___ Reply to this item at:

[bug #36844] Private variables can still leak to dependencies if += is used

2012-07-13 Thread Brian Vandenberg
Follow-up Comment #2, bug #36844 (project make): ... and one last mistake, though it's only a minor omission. the global version of ASDF actually gets wiped out from the := assignment in the pattern rule. Obviously that's expected behavior, and not a problem for me.

[bug #36844] Private variables can still leak to dependencies if += is used

2012-07-13 Thread Brian Vandenberg
Follow-up Comment #1, bug #36844 (project make): In the original submission, I left out a couple of lines in the section exemplifying the problem; the variables 'T1' and 'T2' are there strictly for the sake of making it convenient to test this without having to modify the makefile for each test.

[bug #36844] Private variables can still leak to dependencies if += is used

2012-07-13 Thread Brian Vandenberg
URL: Summary: Private variables can still leak to dependencies if += is used Project: make Submitted by: phantal Submitted on: Fri 13 Jul 2012 06:15:20 PM GMT Severity: 3 - Normal