This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/16444] gfortran.dg test harness barfs on multilibs
- From: "billingd at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jul 2004 07:27:14 -0000
- Subject: [Bug other/16444] gfortran.dg test harness barfs on multilibs
- References: <20040709012500.16444.billingd@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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