Prevent out-of-bounds array access in reload.
authorMartin Koegler <mkoegler@auto.tuwien.ac.at>
Thu, 28 Apr 2005 20:36:56 +0000 (22:36 +0200)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 28 Apr 2005 20:36:56 +0000 (13:36 -0700)
commit67468e8eda640eb0cd6c64186533ad412137512f
treef8e8997a5dfef683c822f3196b2a81e167c3a825
parentb1079a6189a278abe0766971ea9c3c5b95dc57c1
Prevent out-of-bounds array access in reload.

PR rtl-optimization/18877
* reload.c (decompose) <case REG, case SUBREG>: Handle pseudo reg
number in val.start.

From-SVN: r98938
gcc/ChangeLog
gcc/reload.c