OSDN Git Service

2014-02-15 Jerry DeLisle <jvdelisle@gcc.gnu>
[pf3gnuchains/gcc-fork.git] / gcc / gimple-low.c
index 293d4d7..1f74512 100644 (file)
@@ -249,6 +249,7 @@ gimple_check_call_args (gimple stmt, tree fndecl)
            break;
          arg = gimple_call_arg (stmt, i);
          if (p == error_mark_node
+             || DECL_ARG_TYPE (p) == error_mark_node
              || arg == error_mark_node
              || (!types_compatible_p (DECL_ARG_TYPE (p), TREE_TYPE (arg))
                  && !fold_convertible_p (DECL_ARG_TYPE (p), arg)))