public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Swen Thuemmler <swen@uni-paderborn.de>
To: Lee Iverson <leei@ai.sri.com>
Cc: egcs@cygnus.com
Subject: Re: Problems on SGI Irix 6.x.
Date: Thu, 11 Dec 1997 05:30:00 -0000	[thread overview]
Message-ID: <Pine.GSO.3.96.971211141124.26932A-100000@cms-sec-es.uni-paderborn.de> (raw)
In-Reply-To: <199712052202.OAA08405@Canada.AI.SRI.COM>

On Fri, 5 Dec 1997, Lee Iverson wrote:

> 2) LONG_MAX is set completely wrong under Irix 6.x.
> 
> Fixes for both problems are included below.

Your patch does not seem to fix it. The default is a LONG_MAX for
sizeof(long) == 8, but the default for sizeof(long) is 4. If i reverse the
patch below, all seems to be well.

Greetings, Swen


> diff -rpc2 ../DIST-egcs-snapshot/gcc/config/mips/abi64.h ./gcc/config/mips/abi64.h
> *** ../DIST-egcs-snapshot/gcc/config/mips/abi64.h	Fri Dec  5 11:34:56 1997
> --- ./gcc/config/mips/abi64.h	Wed Sep 17 17:31:49 1997
> *************** extern struct rtx_def *mips_function_val
> *** 215,219 ****
>   
>   #undef LONG_MAX_SPEC
> ! #define LONG_MAX_SPEC "%{mabi=64: %{!mno-long64:-D__LONG_MAX__=9223372036854775807LL}}"
>   
>   /* ??? Unimplemented stuff follows.  */
> --- 215,219 ----
>   
>   #undef LONG_MAX_SPEC
> ! #define LONG_MAX_SPEC "%{!mno-long64:-D__LONG_MAX__=9223372036854775807LL}"



  reply	other threads:[~1997-12-11  5:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-12-05 16:52 Lee Iverson
1997-12-11  5:30 ` Swen Thuemmler [this message]
1997-12-11 10:01   ` Lee Iverson

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=Pine.GSO.3.96.971211141124.26932A-100000@cms-sec-es.uni-paderborn.de \
    --to=swen@uni-paderborn.de \
    --cc=egcs@cygnus.com \
    --cc=leei@ai.sri.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).