tree-dfa.c (get_ref_base_and_extent): Compute the offset using double ints throughout.
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 31 May 2012 13:40:03 +0000 (13:40 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 31 May 2012 13:40:03 +0000 (13:40 +0000)
commitca8d9092f171e56bf3c1263a7116123d066af07f
treec0d15f7d75f8cf76f0c8d683165904a59be7ad35
parent1db1c6f520ef3c2c0f7e2c3b398e1614887cc1e5
tree-dfa.c (get_ref_base_and_extent): Compute the offset using double ints throughout.

* tree-dfa.c (get_ref_base_and_extent): Compute the offset using
double ints throughout.
* tree-sra.c (build_user_friendly_ref_for_offset) <RECORD_TYPE>:
Check that the position of the field is representable as an integer.

From-SVN: r188060
gcc/ChangeLog
gcc/tree-dfa.c
gcc/tree-sra.c