public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/40707]  New: [4.5 regression] Testsuite no longer works with emulator
@ 2009-07-10  2:47 hjl dot tools at gmail dot com
  2009-07-10 16:18 ` [Bug testsuite/40707] " hjl dot tools at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-07-10  2:47 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-11  6:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-10  2:47 [Bug testsuite/40707] New: [4.5 regression] Testsuite no longer works with emulator hjl dot tools at gmail dot com
2009-07-10 16:18 ` [Bug testsuite/40707] " hjl dot tools at gmail dot com
2009-07-11  6:11 ` rsandifo at gcc dot gnu dot org
2009-07-11  6:32 ` rsandifo at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).