re PR middle-end/67133 (ICE at -Os and above on x86_64-linux-gnu in gimple_op, at...
authorMarek Polacek <polacek@redhat.com>
Fri, 14 Aug 2015 16:29:38 +0000 (16:29 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Fri, 14 Aug 2015 16:29:38 +0000 (16:29 +0000)
commite37dcf4530a0801513792535629542f50110b198
treeb7f2ae503a14f93402ff942c4ad71e3c3caa817e
parent356c32e2f4b9d44140a8333da5381813f9aad516
re PR middle-end/67133 (ICE at -Os and above on x86_64-linux-gnu in gimple_op, at gimple.h:2274)

PR middle-end/67133
* gimple.c (infer_nonnull_range_by_attribute): Check that the
nonnull argument position is not outside function arguments.

* gcc.dg/torture/pr67133.c: New test.

From-SVN: r226896
gcc/ChangeLog
gcc/gimple.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr67133.c [new file with mode: 0644]