*
* DO NOT EDIT THIS FILE (fixincl.x)
*
- * It has been AutoGen-ed January 18, 2023 at 09:06:47 PM by AutoGen 5.18.7
+ * It has been AutoGen-ed January 22, 2023 at 09:03:29 PM by AutoGen 5.18.12
* From the definitions inclhack.def
* and the template file fixincl
*/
-/* DO NOT SVN-MERGE THIS FILE, EITHER Wed Jan 18 21:06:47 GMT 2023
+/* DO NOT SVN-MERGE THIS FILE, EITHER Sun Jan 22 21:03:29 CET 2023
*
* You must regenerate it. Use the ./genfixes script.
*
tSCC zSolaris_Math_12Select0[] =
"#undef.*_GLIBCXX_USE_C99_MATH";
-#define SOLARIS_MATH_12_TEST_CT 1
+/*
+ * content bypass pattern - skip fix if pattern found
+ */
+tSCC zSolaris_Math_12Bypass0[] =
+ "__MATH_PREEMPTS_GLIBCXX_C99_MATH";
+
+#define SOLARIS_MATH_12_TEST_CT 2
static tTestDesc aSolaris_Math_12Tests[] = {
+ { TT_NEGREP, zSolaris_Math_12Bypass0, (regex_t*)NULL },
{ TT_EGREP, zSolaris_Math_12Select0, (regex_t*)NULL }, };
/*
*
* List of all fixes
*/
-#define REGEX_COUNT 312
+#define REGEX_COUNT 313
#define MACH_LIST_SIZE_LIMIT 187
#define FIX_COUNT 274
files = math.h;
mach = '*-*-solaris2*';
select = '#undef.*_GLIBCXX_USE_C99_MATH';
+ bypass = '__MATH_PREEMPTS_GLIBCXX_C99_MATH';
sed = "/#undef[ \t]*_GLIBCXX_USE_C99_MATH/d";
test_text = << _EOText_
#if __cplusplus >= 201103L