public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
To: Uros Bizjak <ubizjak@gmail.com>
Cc: gcc-patches@gcc.gnu.org, Ian Lance Taylor <iant@google.com>
Subject: Re: [RFC PATCH, go]: Port to ALPHA arch - sysinfo.go fixup
Date: Thu, 31 Mar 2011 08:41:00 -0000	[thread overview]
Message-ID: <yddoc4roghx.fsf@manam.CeBiTec.Uni-Bielefeld.DE> (raw)
In-Reply-To: <AANLkTimxnJT+r0zh_Lyc7hOdXW1OUk4c0X8cM-61k=ix@mail.gmail.com>	(Uros Bizjak's message of "Wed, 30 Mar 2011 22:12:06 +0200")

Uros Bizjak <ubizjak@gmail.com> writes:

> d) The definition of "type Stat_t struct" also includes additional
> struct and this confuses compilation.

I've got a similar issue on IRIX 6.5: <sys/time.h> has

struct timeval {
#if _MIPS_SZLONG == 64
	__int32_t :32;
#endif
	time_t	tv_sec;		/* seconds */
	long	tv_usec;	/* and microseconds */
};

which causes the 64-bit libgo build to break.

It would be good to have a generic solution for this problem which will
probably return on other platforms.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

  reply	other threads:[~2011-03-31  8:13 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-30 20:48 Uros Bizjak
2011-03-31  8:41 ` Rainer Orth [this message]
2011-04-01 23:17   ` Ian Lance Taylor
2011-04-03 18:02     ` Uros Bizjak
2011-04-07 19:15     ` Rainer Orth
2011-04-22  1:31       ` Ian Lance Taylor
2011-05-02  8:28         ` Uros Bizjak
2011-05-02 14:43           ` Ian Lance Taylor
2011-05-31 19:17           ` Ian Lance Taylor
2011-05-31 19:18           ` Ian Lance Taylor
2011-06-01  7:43             ` Uros Bizjak
2011-06-01 14:37               ` Ian Lance Taylor
2011-06-01 17:03                 ` Mike Stump
2011-06-01 17:49                   ` Ian Lance Taylor
2011-07-05 17:03                     ` Uros Bizjak
2011-07-05 17:19                       ` Mike Stump
2011-07-05 17:47                         ` Uros Bizjak
2011-07-06 17:12                         ` Uros Bizjak
2011-07-06 17:43                           ` Ian Lance Taylor
2011-07-06 17:58                             ` Uros Bizjak
2011-07-05 20:13                       ` Ian Lance Taylor
2011-04-01 23:10 ` Ian Lance Taylor

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=yddoc4roghx.fsf@manam.CeBiTec.Uni-Bielefeld.DE \
    --to=ro@cebitec.uni-bielefeld.de \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=iant@google.com \
    --cc=ubizjak@gmail.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).