https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271808
Bug ID: 271808
Summary: -D_POSIX_C_SOURCE=200809L shadows visibility om M_PI
gtom math.h
Product: Base System
Version: 13.2-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
This testcase fails with -D_POSIX_C_SOURCE=200809L:
#include <math.h>
#include <stdio.h>
int main() {
printf("M_PI=%f\n", M_PI);
}
--
You are receiving this mail because:
You are the assignee for the bug.