re PR c++/22488 (C++ frontend generates RECORD_TYPEs with overlapping FIELD_DECLs)
authorDaniel Berlin <dberlin@dberlin.org>
Thu, 6 Oct 2005 19:38:00 +0000 (19:38 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Thu, 6 Oct 2005 19:38:00 +0000 (19:38 +0000)
commit6c11790df95634c3911e7990770c6dac72eb8961
tree35204d303db0ac31ddd4180b2a397aabddc209d8
parent5597a350f4143b458bbc4c9a558d5bac43c141c5
re PR c++/22488 (C++ frontend generates RECORD_TYPEs with overlapping FIELD_DECLs)

2005-10-06  Daniel Berlin  <dberlin@dberlin.org>

Fix PR tree-optimization/22488
* tree-ssa-structalias.c (check_for_overlaps): New function.
(create_variable_info_for): Use it.

From-SVN: r105052
gcc/ChangeLog
gcc/testsuite/g++.dg/tree-ssa/pr22488.C [new file with mode: 0644]
gcc/tree-ssa-structalias.c