[Patch, Fortran] CAF dep (1/3): PR62278 - improve dependency.c's gfc_check_dependency's check (missed-optimization)
Tobias Burnus
burnus@net-b.de
Wed Aug 27 21:20:00 GMT 2014
Tobias Burnus wrote:
> {
> + symbol_attribute attr1, attr2;
> gfc_typespec *ts1 = &expr1->symtree->n.sym->ts;
> - gfc_typespec *ts2 = &expr2->symtree->n.sym->ts;
> + gfc_typespec *ts2 = &expr2->symtree->n.sym->ts;
[Ignore the "ts2"-line change: I have accidentally added a spurious " "
in column 1, and missed it when sending the patch out.]
Tobias
More information about the Fortran
mailing list