This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/25850] real kind=16 failures on powerpc-darwin
- From: "kargl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Oct 2006 03:04:14 -0000
- Subject: [Bug fortran/25850] real kind=16 failures on powerpc-darwin
- References: <bug-25850-10129@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from kargl at gcc dot gnu dot org 2006-10-06 03:04 -------
(In reply to comment #6)
> The last work on this by Andrew was to propose the code fragment
> below for remapping the functions...
>
> static void
> darwin_patch_builtin (int fncode)
> {
> }
It is unclear to me where you intend to put this function.
If it is in the gfortran frontend, I will outright reject
the patch and lobby to have it removed if anyone applies.
> Mike Stump provide a list of functions to be remapped...
(Over 150 functions to remap).
You got to be kidding. Apple has no long double library
support, and so you plan to remap the functions just to
compile REAL(16) programs. I fear that this is going to
lead to too many superfluous bug reports. If anything,
in trans-types.h, the inclusion of REAL(16) shoudl be
disabled for darwin.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25850