]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/43769 (ICE in bitfield_overlaps_p, at tree-sra.c:2937)
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 18 Apr 2010 15:56:56 +0000 (15:56 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 18 Apr 2010 15:56:56 +0000 (15:56 +0000)
commit26993f34556c87af8f9778c39a4bd2f30c923e35
treed588d6404ecb5e8934090d1df9f7bb30f5a34b94
parent1727b2d368a2d831f97ff5805d3d488e3fe2918e
re PR tree-optimization/43769 (ICE in bitfield_overlaps_p, at tree-sra.c:2937)

PR tree-optimization/43769
* tree-sra.c (bitfield_overlaps_p): If the length of the element is
self-referential, try to compute an upper bound.

From-SVN: r158491
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/rep_clause5.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/rep_clause5.ads [new file with mode: 0644]
gcc/testsuite/gnat.dg/rep_clause5_pkg.ads [new file with mode: 0644]
gcc/tree-sra.c