Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Feb 2017 19:39:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-standards@FreeBSD.org
Subject:   [Bug 216857] C11 conformance: casinhl() is missing
Message-ID:  <bug-216857-15@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216857

            Bug ID: 216857
           Summary: C11 conformance: casinhl() is missing
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: standards
          Assignee: freebsd-standards@FreeBSD.org
          Reporter: sgk@troutmask.apl.washington.edu

#include <complex.h>
long double complex
foo(long double complex z)
{
   return (casinhl(z));
}

 cc -c foo.c
foo.c:7:12: warning: implicitly declaring library function 'casinhl' with t=
ype
      '_Complex long double (_Complex long double)'
      [-Wimplicit-function-declaration]
   return (casinhl(z));
           ^
foo.c:7:12: note: include the header <complex.h> or explicitly provide a
      declaration for 'cas

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216857-15>