re PR middle-end/24820 (SEGV in integer_valued_real_p at gcc/builtins.c:6711)
[gcc.git] / gcc / builtins.c
index a9fe858250187c566a9d412177abd131c1af831a..359ff646e987b3973046ce1604a813a4addf3378 100644 (file)
@@ -6704,6 +6704,7 @@ integer_valued_real_p (tree t)
        real_trunc (&cint, TYPE_MODE (TREE_TYPE (t)), &c);
        return real_identical (&c, &cint);
       }
+      break;
 
     case NOP_EXPR:
       {