diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7330,7 +7330,7 @@ build_function_type_list_1 (bool vaargs, tree return_type, va_list argp) last = args; if (args != NULL_TREE) args = nreverse (args); - gcc_assert (args != NULL_TREE && last != void_list_node); + gcc_assert (last != void_list_node); } else if (args == NULL_TREE) args = void_list_node; |