This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
GCC FAIL: 17_intro/names.cc due to newlib/libc/include/math.h
- From: Thomas Preudhomme <thomas dot preudhomme at foss dot arm dot com>
- To: newlib at sourceware dot org
- Date: Mon, 6 Mar 2017 15:01:55 +0000
- Subject: GCC FAIL: 17_intro/names.cc due to newlib/libc/include/math.h
- Authentication-results: sourceware.org; auth=none
Hi,
The recently added 17_intro/names.cc GCC testcase fails with newlib because of
the __fmath, __dmath and __ldmath unions declared in newlib/libc/include/math.h
whose members have a name in application namespace. I see that those are kept
for legacy code since 2009. Is it perhaps time to remove them?
Best regards,
Thomas