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 libfortran/21185] libgfortran unusable for cross-testing for newlib targets



------- Comment #18 from hp at gcc dot gnu dot org  2007-09-14 21:31 -------
(In reply to comment #17)
> We'll see whether the test-results are meaningful; it's likely there's more to
> fix.

Unfortunately not very meaningful without a getcwd.  I got curious why getcwd
would be needed, so I looked around, and it seems the stored absolute exe path
is only reachable by full_exe_path(), called only from
runtime/backtrace.c:show_backtrace()
- which is #if GLIBC_BACKTRACE'd out; empty for newlib targets!
So, I'll update your patch to get rid of the getcwd call, attach the result and
start a new test.


-- 


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


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