This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: small libf2c cleanups
- To: Jim Wilson <wilson at cygnus dot com>
- Subject: Re: small libf2c cleanups
- From: Richard Henderson <rth at cygnus dot com>
- Date: Fri, 17 Oct 1997 11:39:34 -0700
- Cc: law at cygnus dot com, Richard Henderson <rth at cygnus dot com>, Dave Love <d dot love at dl dot ac dot uk>, egcs at cygnus dot com
- References: <447.877034992@hurl.cygnus.com> <199710171829.LAA26528@cygnus.com>
- Reply-To: Richard Henderson <rth at cygnus dot com>
On Fri, Oct 17, 1997 at 11:29:08AM -0700, Jim Wilson wrote:
> > There's no pointer-sized-integer type is there?
> We could create one.
>
> We already have one, e.g.
>
> typedef int ptr_type __attribute__ ((mode (pointer)));
Actually it was Fortran, not C I was speaking of.
I would be delighted if it's changed, but last I heard, g77 didn't
properly support integer*8. So even if we declared the function
properly, you couldn't assign the value to anything without loosing
information.
r~