public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "H.J. Lu" <hjl@lucon.org>
To: Janis Johnson <janis187@us.ibm.com>
Cc: gcc-patches@gcc.gnu.org, echristo@apple.com
Subject: PATCH: gcc/testsuite: Set gcc_initialized to 1
Date: Tue, 31 Jul 2007 18:45:00 -0000	[thread overview]
Message-ID: <20070731183019.GA28929@lucon.org> (raw)
In-Reply-To: <1185903836.6581.15.camel@janis-laptop>

On Tue, Jul 31, 2007 at 10:43:56AM -0700, Janis Johnson wrote:
> 
> Setting gcc_initialized doesn't belong in this patch, and should
> be tested by running the full testsuite with multiple runs, e.g.
> -m32 and -m64, to make sure there are no surprises.
> 

Tested on Linux/x86-64 with RUNTESTFLAGS=--target_board 'unix{-m32,}'.


H.J.
----
2007-07-30  H.J. Lu  <hongjiu.lu@intel.com>

	* lib/gcc.exp: (gcc_init): Set gcc_initialized to 1.

--- gcc/testsuite/lib/gcc.exp.ssp	2007-07-13 07:12:23.000000000 -0700
+++ gcc/testsuite/lib/gcc.exp	2007-07-30 14:59:43.000000000 -0700
@@ -113,6 +114,8 @@ proc gcc_init { args } {
     set gcc_error_prefix "error:"
 
     gcc_maybe_build_wrapper "${tmpdir}/gcc-testglue.o"
+
+    set gcc_initialized 1
 }
 
 #

      parent reply	other threads:[~2007-07-31 18:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-31  0:46 PATCH: PR testsuite/32932: ssp tests can't find libssp H.J. Lu
2007-07-31 17:53 ` Janis Johnson
2007-07-31 18:40   ` H.J. Lu
2007-07-31 21:31     ` Janis Johnson
2007-07-31 18:45   ` H.J. Lu [this message]

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=20070731183019.GA28929@lucon.org \
    --to=hjl@lucon.org \
    --cc=echristo@apple.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=janis187@us.ibm.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).