public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Szabolcs Nagy <szabolcs.nagy@arm.com>
Cc: nd <nd@arm.com>, "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Subject: [PATCH 0/4][PR 71931] Fix target lib tests --with-build-sysroot
Date: Wed, 24 Aug 2016 19:04:00 -0000	[thread overview]
Message-ID: <57BDEFC5.4050207@arm.com> (raw)

The dejagnu find_gcc function cannot handle if CC needs extra flags
like --sysroot. So for testing target libraries use the same CC that
was used for building the target libs.

New patch works even if runtest is not invoked from make as discussed
https://gcc.gnu.org/ml/gcc-patches/2016-07/msg01320.html

Szabolcs Nagy (4):
  [PR 71931] Fix libatomic tests
  [PR 71931] Fix libgomp tests
  [PR 71931] Fix libitm tests
  [RFC][PR 71931] Fix libvtv tests

 libatomic/configure                               |    5 +++-
 libatomic/configure.ac                            |    1 +
 libatomic/testsuite/Makefile.am                   |    2 ++
 libatomic/testsuite/Makefile.in                   |   33 ++++++++++++---------
 libatomic/testsuite/lib/libatomic.exp             |    5 ++++
 libatomic/testsuite/libatomic-test-support.exp.in |    1 +
 libgomp/testsuite/lib/libgomp.exp                 |    3 ++
 libgomp/testsuite/libgomp-test-support.exp.in     |    2 ++
 libitm/configure                                  |    7 +++--
 libitm/configure.ac                               |    1 +
 libitm/testsuite/Makefile.am                      |    2 ++
 libitm/testsuite/Makefile.in                      |   33 ++++++++++++---------
 libitm/testsuite/lib/libitm.exp                   |    5 ++++
 libitm/testsuite/libitm-test-support.exp.in       |    1 +
 libvtv/Makefile.am                                |    4 +--
 libvtv/Makefile.in                                |    4 +--
 libvtv/configure                                  |    3 ++
 libvtv/configure.ac                               |    1 +
 libvtv/testsuite/Makefile.am                      |    2 ++
 libvtv/testsuite/Makefile.in                      |   33 ++++++++++++---------
 libvtv/testsuite/lib/libvtv.exp                   |    5 ++++
 libvtv/testsuite/libvtv-test-support.exp.in       |    1 +
 22 files changed, 105 insertions(+), 49 deletions(-)
 create mode 100644 libatomic/testsuite/libatomic-test-support.exp.in
 create mode 100644 libitm/testsuite/libitm-test-support.exp.in
 create mode 100644 libvtv/testsuite/libvtv-test-support.exp.in

-- 
1.7.9.5

             reply	other threads:[~2016-08-24 19:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-24 19:04 Szabolcs Nagy [this message]
2016-08-24 19:06 ` [PATCH 1/4][PR 71931] Fix libatomic tests Szabolcs Nagy
2016-08-24 22:08   ` Joseph Myers
2016-08-25  8:45     ` Szabolcs Nagy
2016-08-25 23:04       ` Joseph Myers
2016-08-24 19:07 ` [PATCH 2/4][PR 71931] Fix libgomp tests Szabolcs Nagy
2016-08-24 19:09 ` [PATCH 3/4][PR 71931] Fix libitm tests Szabolcs Nagy
2016-09-06  9:12   ` Torvald Riegel
2016-09-06 18:06     ` Mike Stump
2016-09-06 18:49       ` Szabolcs Nagy
2016-09-06 20:26         ` Mike Stump

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57BDEFC5.4050207@arm.com \
    --to=szabolcs.nagy@arm.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=nd@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).