diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2010-05-08 12:06:57 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2010-05-08 12:06:57 +0000 |
commit | f56000ede5802f86b8ab00443090eb6ec3488773 (patch) | |
tree | 57e6668227eb70406d56df0c6b6cd2991214eb57 /gcc/ChangeLog | |
parent | 901ad63f3070d0f561f205618cc830486af365fb (diff) | |
download | gcc-f56000ede5802f86b8ab00443090eb6ec3488773.zip gcc-f56000ede5802f86b8ab00443090eb6ec3488773.tar.gz gcc-f56000ede5802f86b8ab00443090eb6ec3488773.tar.bz2 |
gimple.c (gimple_types_compatible_p): Treat bounds of domain types as equal if they are both PLACEHOLDER_EXPRs.
* gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
domain types as equal if they are both PLACEHOLDER_EXPRs.
From-SVN: r159185
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b3097a6..735c120 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-05-08 Eric Botcazou <ebotcazou@adacore.com> + + * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of + domain types as equal if they are both PLACEHOLDER_EXPRs. + 2010-05-08 Richard Guenther <rguenther@suse.de> * lto-wrapper.c (run_gcc): Remove linker output from |