From: Andreas Schwab <schwab@linux-m68k.org>
To: Florian Weimer <fweimer@redhat.com>
Cc: Steve Ellcey <sellcey@imgtec.com>,
rguenther@suse.de, libc-alpha@sourceware.org
Subject: Re: Latest GCC fails to build glibc
Date: Wed, 20 May 2015 16:34:00 -0000 [thread overview]
Message-ID: <871tibnrz3.fsf@igel.home> (raw)
In-Reply-To: <5559D484.8090002@redhat.com> (Florian Weimer's message of "Mon, 18 May 2015 14:01:08 +0200")
Florian Weimer <fweimer@redhat.com> writes:
> +/* Essentially ((TYPE *) THIS)->MEMBER, but avoiding the aliasing
> + violation in case THIS has a different pointer type. */
> +#define _IO_CAST_FIELD_ACCESS(THIS, TYPE, MEMBER) \
> + (*(_IO_MEMBER_TYPE (TYPE, MEMBER) *)(((char *) (THIS)) \
> + + offsetof(TYPE, MEMBER)))
Please fix the indentation to match nesting.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
prev parent reply other threads:[~2015-05-20 16:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-14 20:59 Steve Ellcey
2015-05-15 12:48 ` Ondřej Bílka
2015-05-18 10:01 ` Richard Biener
2015-05-18 15:40 ` Florian Weimer
2015-05-18 21:09 ` Steve Ellcey
2015-05-20 16:21 ` Steve Ellcey
2015-05-20 16:30 ` Carlos O'Donell
2015-05-22 14:30 ` Florian Weimer
2015-05-20 16:34 ` Andreas Schwab [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=871tibnrz3.fsf@igel.home \
--to=schwab@linux-m68k.org \
--cc=fweimer@redhat.com \
--cc=libc-alpha@sourceware.org \
--cc=rguenther@suse.de \
--cc=sellcey@imgtec.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).