Bug 40601 - [4.5 Regression] Errors in "make check"
Summary: [4.5 Regression] Errors in "make check"
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 4.5.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-30 22:19 UTC by H.J. Lu
Modified: 2009-07-01 17:19 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2009-06-30 22:19:12 UTC
On Linux/ia32, revision 149114 gave:

ERROR: couldn't execute "/export/gnu/import/svn/gcc-test/bld/gcc/libgcc.a/xgcc": not a directory
ERROR: couldn't execute "/export/gnu/import/svn/gcc-test/bld/gcc/libgcc.a/xgcc": not a directory
ERROR: tcl error sourcing /export/gnu/import/svn/gcc-test/src-trunk/libffi/testsuite/libffi.call/call.exp.
ERROR: tcl error sourcing /export/gnu/import/svn/gcc-test/src-trunk/libffi/testsuite/libffi.special/special.exp.

Revision 149105 is OK. Revision 149113:

http://gcc.gnu.org/ml/gcc-cvs/2009-06/msg01099.html

may be the cause.
Comment 1 hjl@gcc.gnu.org 2009-07-01 17:07:55 UTC
Subject: Bug 40601

Author: hjl
Date: Wed Jul  1 17:07:31 2009
New Revision: 149145

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149145
Log:
2009-07-01  H.J. Lu  <hongjiu.lu@intel.com>

	PR testsuite/40601
	* testsuite/lib/libffi-dg.exp (libffi-init): Properly set
	gccdir.  Adjust ld_library_path for gcc only if gccdir isn't
	empty.

Modified:
    trunk/libffi/ChangeLog
    trunk/libffi/testsuite/lib/libffi-dg.exp

Comment 2 H.J. Lu 2009-07-01 17:19:07 UTC
Fixed.