OSDN Git Service

2007-10-04 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Oct 2007 14:35:32 +0000 (14:35 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Oct 2007 14:35:32 +0000 (14:35 +0000)
commit2f5192975a88550e5490b71731353906015d5305
treea77d8c7c1813aa4bbe02c77ff19a52f0fd970cda
parentdf0eaf9f4c75c68245e00def3b3a6ebd45cf9aad
2007-10-04  Richard Guenther  <rguenther@suse.de>

PR middle-end/33641
* tree-cfg.c (verify_gimple_expr): Operand one of POINTER_PLUS_EXPR
does not need to be of INTEGER_TYPE.
(verify_gimple_2): New function split out from ...
(verify_gimple_1): ... here.  ICE if there was an error during
verification.

* gcc.c-torture/compile/pr33641.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129010 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr33641.c [new file with mode: 0644]
gcc/tree-cfg.c