public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix run-time handling of `libgcc_s' in testing
@ 2019-11-29  9:09 Maciej W. Rozycki
  2019-11-29  9:09 ` [PATCH v2 1/2] driver: Do not warn about ineffective `-x' option if no inputs were given Maciej W. Rozycki
  2019-11-29  9:16 ` [PATCH v2 2/2] testsuite: Fix run-time tracking down of `libgcc_s' Maciej W. Rozycki
  0 siblings, 2 replies; 11+ messages in thread
From: Maciej W. Rozycki @ 2019-11-29  9:09 UTC (permalink / raw)
  To: gcc-patches; +Cc: Ian Lance Taylor, Richard Sandiford

Hi,

 This is a follow-up to the original proposal of a change posted here:

<https://gcc.gnu.org/ml/gcc-patches/2019-11/msg00756.html>

to address a catastrophic libgo testsuite failure in cross-compilation 
where shared `libgcc_s' library cannot be found by the loader at run time 
in build-tree testing and consequently no test case executes.

 In the course of discussion it has turned out that the culprit is in a 
generic GCC test framework helper and in an attempt to handle this I have 
come across a nonsensical warning message produced by the GCC driver 
interfering with the solution I have come up with.

 Consequently I have prepared this small patch series where in 1/2 I 
propose to drop the warning message in the affected case and then in 2/2 I 
address the actual problem.  See individual change descriptions for 
details.

 These two changes have been regression-tested with `make check' using the 
`x86_64-linux-gnu' native system as well as the `x86_64-linux-gnu' host 
and the `riscv64-linux-gnu' target, with RISC-V QEMU in the Linux user 
emulation mode as the target board.

 OK to apply?

  Maciej

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

end of thread, other threads:[~2019-12-22  0:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-29  9:09 [PATCH v2 0/2] Fix run-time handling of `libgcc_s' in testing Maciej W. Rozycki
2019-11-29  9:09 ` [PATCH v2 1/2] driver: Do not warn about ineffective `-x' option if no inputs were given Maciej W. Rozycki
2019-11-29 21:00   ` Joseph Myers
2019-11-30 13:44     ` Maciej W. Rozycki
2019-11-29  9:16 ` [PATCH v2 2/2] testsuite: Fix run-time tracking down of `libgcc_s' Maciej W. Rozycki
2019-12-02 23:40   ` Ian Lance Taylor
2019-12-03 18:02     ` Maciej W. Rozycki
2019-12-09 21:30   ` [PING][PATCH " Maciej W. Rozycki
2019-12-21  1:39     ` Mike Stump
2019-12-22  0:32       ` Maciej W. Rozycki
2019-12-17  0:06   ` [PING^2][PATCH " Maciej W. Rozycki

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).