inclhack.def (glibc_tgmath): Correct bypass.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 15 May 2009 14:28:42 +0000 (15:28 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 15 May 2009 14:28:42 +0000 (15:28 +0100)
* inclhack.def (glibc_tgmath): Correct bypass.
* fixincl.x: Regenerate.

From-SVN: r147580

fixincludes/ChangeLog
fixincludes/fixincl.x
fixincludes/inclhack.def

index a31631df12f7d62f1a6ca4131ca7f566278fdbe7..b446cfcdad430a73d2d12c8f73afb2de7027f656 100644 (file)
@@ -1,3 +1,8 @@
+2009-05-15  Joseph Myers  <joseph@codesourcery.com>
+
+       * inclhack.def (glibc_tgmath): Correct bypass.
+       * fixincl.x: Regenerate.
+
 2009-04-28  Steve Ellcey  <sje@cup.hp.com>
 
        * inclhack.def (hpux11_uint32_c): Remove.
index d8d1fc7dd6e06fac481afeb7446bd49088b6e5cc..e7cfe6c2546a883de181109f89902d22b141f770 100644 (file)
@@ -2,11 +2,11 @@
  * 
  * DO NOT EDIT THIS FILE   (fixincl.x)
  * 
- * It has been AutoGen-ed  Tuesday April 28, 2009 at 08:26:48 AM PDT
+ * It has been AutoGen-ed  Friday May 15, 2009 at 07:23:47 AM PDT
  * From the definitions    inclhack.def
  * and the template file   fixincl
  */
-/* DO NOT SVN-MERGE THIS FILE, EITHER Tue Apr 28 08:26:48 PDT 2009
+/* DO NOT SVN-MERGE THIS FILE, EITHER Fri May 15 07:23:47 PDT 2009
  *
  * You must regenerate it.  Use the ./genfixes script.
  *
@@ -2282,7 +2282,7 @@ tSCC zGlibc_TgmathSelect0[] =
  *  content bypass pattern - skip fix if pattern found
  */
 tSCC zGlibc_TgmathBypass0[] =
-       "__floating_type \\\\\n\
+       "__floating_type\\(type\\) \\\\\n\
 .*__builtin_classify_type";
 
 #define    GLIBC_TGMATH_TEST_CT  2
index f77845f77d293190710b108c25be224a5cc2c8aa..a6aa651a764f1bb0c634ef9827f136e6419f0018 100644 (file)
@@ -1286,7 +1286,7 @@ fix = {
     hackname  = glibc_tgmath;
     files     = tgmath.h;
     select    = '\(\(\(type\) 0.25\) && \(\(type\) 0.25 - 1\)\)';
-    bypass    = "__floating_type \\\\\n.*__builtin_classify_type";
+    bypass    = "__floating_type\\(type\\) \\\\\n.*__builtin_classify_type";
     c_fix     = format;
     c_fix_arg = "(__builtin_classify_type ((type) 0) == 8 || (__builtin_classify_type ((type) 0) == 9 && __builtin_classify_type (__real__ ((type) 0)) == 8))";
     test_text = "# define __floating_type(type) (((type) 0.25) && ((type) 0.25 - 1))";