zsh-workers
 help / color / mirror / code / Atom feed
From: Tanaka Akira <akr@jaist.ac.jp>
To: Clint Adams <schizo@debian.org>
Cc: zsh-workers@sunsite.auc.dk
Subject: Re: PATCH: struct heap 64-bit
Date: 05 Jan 2000 02:30:59 +0900	[thread overview]
Message-ID: <rsqhfgt9224.fsf@crane.jaist.ac.jp> (raw)
In-Reply-To: Clint Adams's message of "Tue, 4 Jan 2000 12:25:33 -0500"

In article <20000104122533.A9908@dman.com>,
  Clint Adams <schizo@debian.org> writes:

> Can you do that on a struct definition?

Yes.

% cat t.c
struct s {
  char c;
} __attribute__ ((aligned (8)));

int main()
{
  printf("%d\n", sizeof(struct s));
  return 0;
}

% gcc t.c
% ./a.out
8
% 
-- 
Tanaka Akira


  reply	other threads:[~2000-01-04 17:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-30  7:51 Glob problem with memory Felix Rosencrantz
2000-01-01 16:55 ` Peter Stephenson
2000-01-03 10:11   ` jarausch
2000-01-03 11:54     ` jarausch
2000-01-03 12:01     ` 64_bit logical is broken (was Re: Glob problem with memory) jarausch
2000-01-04 15:55       ` PATCH: struct heap 64-bit Clint Adams
2000-01-04 16:06         ` jarausch
2000-01-04 16:41         ` Tanaka Akira
2000-01-04 17:25           ` Clint Adams
2000-01-04 17:30             ` Tanaka Akira [this message]
2000-01-01 17:16 ` Glob problem with memory Peter Stephenson

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=rsqhfgt9224.fsf@crane.jaist.ac.jp \
    --to=akr@jaist.ac.jp \
    --cc=schizo@debian.org \
    --cc=zsh-workers@sunsite.auc.dk \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).