This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/16444] gfortran.dg test harness barfs on multilibs


------- Additional Comments From billingd at gcc dot gnu dot org  2004-07-09 07:27 -------
This gets ugly.  The problem is that procedure search_for is overwritten.
There are multiple search_for procedures in the testsuite

c-torture.exp:proc search_for { file pattern } 
fortran-torture.exp:proc search_for { file pattern } 
gcc-dg.exp:proc search_for { file pattern } 
objc-torture.exp:proc search_for { file pattern } 

gfortran.dg works with the one from gcc-dg.exp but not with the one 
from fortran-torture.exp.

There is also:
f-torture.exp:proc search_for_re { file pattern }

Need to think through a reasonable solution to this mess.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16444


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]