[bug #21823] Potential NULL pointer dereference on hash.c, hash_insert

2008-03-27 Thread Paul D. Smith
Follow-up Comment #3, bug #21823 (project make): This is confusing, and the lack of detailed comments in hash.c doesn't help. However, I think this particular bug is impossible. Looking at the implementation of hash_find_slot(), it seems there is no way for that function to return null. So, th

[bug #22442] Old-style cancelation of implicit rules

2008-03-27 Thread Paul D. Smith
Follow-up Comment #1, bug #22442 (project make): I'm not sure your reading of POSIX is correct. It says: - Inference rules can be redefined. A target that matches an existing inference rule shall overwrite the old inference rule. An empty rule can be created with a command consisting of sim

[bug #22379] Segmentation fault with wildcard archive rule

2008-03-27 Thread Paul D. Smith
Update of bug #22379 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #15919] Make-3.81 rc1 hangs with -j 2 but not with -j 1

2008-03-27 Thread anonymous
Follow-up Comment #24, bug #15919 (project make): This bug affects a patch for GCC that would provide automated makefile dependencies. It causes a lockup for "make -j2" and we had to revert the patch. Getting this patch in a stable release would be a very good thing...