gcc/fixincludes/tests/base
Rainer Orth 93f803d53b fixincludes: Update darwin_flt_eval_method for macOS 14
On macOS 14, a guard in <math.h> changed:

-- MacOSX13.3.sdk/usr/include/math.h	2023-04-19 01:54:44
+++ MacOSX14.0.sdk/usr/include/math.h	2023-08-01 08:42:43
@@ -22,0 +23 @@
+
@@ -43 +44 @@
-#if __FLT_EVAL_METHOD__ == 0
+#if __FLT_EVAL_METHOD__ == 0 || __FLT_EVAL_METHOD__ == -1
@@ -49 +50 @@
-#elif __FLT_EVAL_METHOD__ == 2 || __FLT_EVAL_METHOD__ == -1
+#elif __FLT_EVAL_METHOD__ == 2

Therefore the darwin_flt_eval_method fixincludes fix doesn't match any
longer, leading to a large number of testsuite failures like

/private/var/gcc/regression/master/14-gcc/build/gcc/include-fixed/math.h:69:5:
error: #error "Unsupported value of __FLT_EVAL_METHOD__."

where __FLT_EVAL_METHOD__ = 16.

This patch adjusts the fix to allow for both forms.

Tested with make check in fixincludes on x86_64-apple-darwin23.0.0 and
verifying that <math.h> has indeed been fixed as expected.

2023-08-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	fixincludes:
	* inclhack.def (darwin_flt_eval_method): Handle macOS 14 guard
	variant.
	* fixincl.x: Regenerate.
	* tests/base/math.h [DARWIN_FLT_EVAL_METHOD_CHECK]: Update test.
2023-08-17 10:16:57 +02:00
..
ansi
arch/i960
architecture/ppc [Darwin, fixincludes] Fix Darwin9/10 math.h issues. 2019-06-21 19:18:18 +00:00
bits fixincludes: Deal also with the _Float128x cases [PR107059] 2022-10-07 09:00:00 +02:00
bsd
dispatch [Darwin, fixincludes] Fix Darwin14 header issues. 2019-06-21 19:03:45 +00:00
hsfs
i386
ia64/sys
iso
linux
mach-o
net
netdnet
netinet
objc Darwin, fixincludes: Handle Apple Blocks in objc/runtime.h. 2023-01-21 17:08:30 +00:00
os [Darwin, fixincludes] Fix PR83531 2019-08-18 18:54:13 +00:00
pixrect
rpc
rpcsvc
rtldef
sparc
sundev
sunwindow
sys Adjust VxWorks fixincludes hack for mkdir to work for C++ 2022-01-04 10:27:11 +00:00
types
X11
Xm
alloca.h
assert.h
AvailabilityInternal.h
AvailabilityMacros.h
c_asm.h
com_err.h
complex.h
ctrl-quotes-def-1.h
ctype.h
curses.h
errno.h
fcntl.h Add VxWorks fixincludes hack, open posix API for C++ 2022-01-16 09:22:14 +00:00
features.h
fixinc-test-limits.h
inttypes.h Fix libgfortran build on hppa*-hp-hpux[01]* 2021-08-30 19:31:40 +00:00
io-quotes-def-1.h
ioLib.h
locale.h
malloc.h aix: apply aix_malloc more narrowly. 2020-10-03 23:48:40 +00:00
math.h fixincludes: Update darwin_flt_eval_method for macOS 14 2023-08-17 10:16:57 +02:00
obstack.h
pthread.h
reg_types.h
regex.h
regexp.h
setjmp.h
signal.h
spawn.h
stdarg.h
stdint-aix.h
stdint-darwin.h
stdint-hpux11.h
stdint-newlib.h
stdint.h
stdio.h Darwin, fixincludes: Handle MacOS13 SDK Apple-specific deprecations [PR107568]. 2023-01-21 17:07:07 +00:00
stdio_tag.h
stdlib.h
string.h
strings.h
sym.h
testing.h fixinc: don't "fix" machine names in __has_include(...) [PR91085] 2021-06-30 10:43:20 +08:00
tgmath.h
time.h Add VxWorks fixincludes hack, #include sysLib.h in time.h 2022-01-16 09:22:14 +00:00
tinfo.h
unistd.h
yvals.h Add VxWworks fixincludes hack, don't expect yvals.h from gcc 2022-01-06 12:04:13 +00:00