Revision 149113:

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

broke testsuite with my emulator. I can run AVX binary
under my AVX emulator, which is based on "sim", directly.
To do that, I set up LD_LIBRARY_PATH properly my sim_load,
according to ld_library_path. Revision 149113 removed
ld_library_path support and instead depended on
set_ld_library_path_env_vars, which has

    # Setting the ld library path causes trouble when testing cross-compilers.
    if { [is_remote target] } {
        return
    }

As the result, ld library path is wrong for emulator.
If I make is_remote to return false, remote_spawn
won't return.


-- 
           Summary: [4.5 regression] Testsuite no longer works with emulator
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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

Reply via email to