This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Defining a HAVE_J0 in config.h for gfortran?


On Wed, Aug 11, 2004 at 10:13:07PM -0700, Steve Kargl wrote:
> Are stubs acceptable?  That is, if j0 isn't in libm, can I do (in
> psuedo-code)
> 
> j0(arg) {
>    printf("Extension: j0 Bessel function is unsupported.\n");
>    exit(1);
> }
> 
> in libgfortran.

Seems better to just not let it link.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]