aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr59827.c
AgeCommit message (Collapse)AuthorFilesLines
2014-01-16re PR middle-end/59827 (ICE on array with incomplete element type)Marek Polacek1-0/+15
PR middle-end/59827 * cgraph.c (gimple_check_call_args): Don't use DECL_ARG_TYPE if it is error_mark_node. testsuite/ * gcc.dg/pr59827.c: New test. From-SVN: r206660