------- Comment #3 from jv244 at cam dot ac dot uk 2010-03-12 09:00 ------- (In reply to comment #2) > What kind of dependencies?
all derived types, defined in various modules, each with further dependencies, and the objects that are module variables. > The routine just calls one another routinem so all > you need is find out what arguments it is called with, write a small wrapper > that calls it with those arguments, and write a dummy rotint that fills in the > pre-computed arguments that haven't been passed to the whole routine. More difficult than it might seem, unfortunately, but possible of course. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43340