re PR tree-optimization/70985 (ICE on valid code at -O3 on x86_64-linux-gnu: verify_g...
authorRichard Biener <rguenther@suse.de>
Mon, 9 May 2016 12:23:11 +0000 (12:23 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 9 May 2016 12:23:11 +0000 (12:23 +0000)
commit171f6f05db326f704e48375045aa2a98ea77675c
tree0520193e0191c858a916d9aa1aabaffe7805dddb
parent23694dbb2aac1a1af06ea8e38aaba9c83842c079
re PR tree-optimization/70985 (ICE on valid code at -O3 on x86_64-linux-gnu: verify_gimple failed)

2016-05-09  Richard Biener  <rguenther@suse.de>

PR tree-optimization/70985
* match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
op0 isn't a gimple register.

* gcc.dg/torture/pr70985.c: New testcase.

From-SVN: r236032
gcc/ChangeLog
gcc/match.pd
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr70985.c [new file with mode: 0644]