Comment 4 for bug 1473674

Revision history for this message
William J. Schmidt (wschmidt-g) wrote :

As a guess, is FindPackages being inlined? If so, and if the parameter passed in as &InfoDir isn't subsequently used, the compiler would be within its rights to remove the assignment to InfoDir. May want to check callers of FindPackages for this possibility.