Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@mvista.com>
To: Andrew Cagney <ac131313@redhat.com>
Cc: Andreas Schwab <schwab@suse.de>,
	Elena Zannoni <ezannoni@redhat.com>,
	gdb-patches@sources.redhat.com
Subject: Re: [RFA/TESTSUITE] build schedlock.c on 64-bit platforms
Date: Thu, 10 Apr 2003 17:48:00 -0000	[thread overview]
Message-ID: <20030410174844.GA14930@nevyn.them.org> (raw)
In-Reply-To: <3E95ADBE.7000500@redhat.com>

On Thu, Apr 10, 2003 at 01:45:34PM -0400, Andrew Cagney wrote:
> >Daniel Jacobowitz <drow@mvista.com> writes:
> >
> >|> On Thu, Apr 10, 2003 at 05:16:05PM +0200, Andreas Schwab wrote:
> >|> > Andrew Cagney <ac131313@redhat.com> writes:
> >|> > 
> >|> > |> >  	args[i] = 1;
> >|> > |> >> -	res = pthread_create(&threads[i], NULL, thread_function, 
> >(void *)i);
> >|> > |> >> 
> >|> > |> 
> >|> > |> Try:
> >|> > |> 
> >|> > |>   (((char *) NULL) + i)
> >|> > |> 
> >|> > |> and what ever the reverse of that is ....
> >|> > 
> >|> > That is even less portable than the above.
> >|> 
> >|> Really?  What's non-portable about it?
> >
> >NULL is not an object, and the C standard does not define any meaning for
> >the above expression.  On the other hand, the effect of a cast from
> >integer to pointer is implementation-defined (although it might trap).
> 
> What about this then:
> 
> static char *null_char_pointer = NULL;
> 
> 	(null_char_pointer + i)
> 
> and:
> 
> 	(i - null_char_pointer)
> 
> :-)

Also not defined, for the same reason.  I believe the only pointer
outside of an object that's guaranteed to have any useful value is the
one which points just past the end of it.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


  reply	other threads:[~2003-04-10 17:48 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-08 21:16 Elena Zannoni
2003-04-09 13:13 ` Daniel Jacobowitz
2003-04-10 14:08   ` Elena Zannoni
2003-04-10 14:19     ` Daniel Jacobowitz
2003-04-10 14:35       ` Andrew Cagney
2003-04-10 15:16         ` Andreas Schwab
2003-04-10 15:20           ` Daniel Jacobowitz
2003-04-10 16:05             ` Elena Zannoni
2003-04-10 16:36               ` Andreas Schwab
2003-04-10 16:12             ` Andreas Schwab
2003-04-10 17:45               ` Andrew Cagney
2003-04-10 17:48                 ` Daniel Jacobowitz [this message]
2003-04-11  5:18       ` Michael Snyder
2003-04-15  1:48         ` Elena Zannoni
2003-04-15  2:06           ` Daniel Jacobowitz
2003-04-15  2:24             ` Elena Zannoni

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=20030410174844.GA14930@nevyn.them.org \
    --to=drow@mvista.com \
    --cc=ac131313@redhat.com \
    --cc=ezannoni@redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=schwab@suse.de \
    /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