aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr30045.c
AgeCommit message (Collapse)AuthorFilesLines
2006-12-19re PR tree-optimization/30045 (ICE in nonnull_arg_p with the CHAIN decl)Andrew Pinski1-0/+15
2006-12-19 Andrew Pinski <pinskia@gmail.com> PR tree-opt/30045 * tree-vrp.c (nonnull_arg_p): Treat the static decl as always non null. 2006-12-19 Andrew Pinski <pinskia@gmail.com> PR tree-opt/30045 * gcc.dg/pr30045.c: New test From-SVN: r120069