------- 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