diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-07 22:05:49 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-07 22:05:49 +0000 |
commit | 930f9e9226cc2fcb3ea841193b3b41e056ee61c5 (patch) | |
tree | 4ec74d162d70908bbc98df381fe98e72aa2b53db /gcc/ChangeLog | |
parent | 1506d8b85059a4becf0dde9f1292bf95d97c356e (diff) | |
download | gcc-930f9e9226cc2fcb3ea841193b3b41e056ee61c5.tar.gz |
PR opt/8634
* function.c (purge_addressof_1): Don't try arithmetics for
unchanging memories.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65351 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 841d6ad4b71..b3cf6563425 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-04-07 Richard Henderson <rth@redhat.com> + + PR opt/8634 + * function.c (purge_addressof_1): Don't try arithmetics for + unchanging memories. + 2003-04-07 Janis Johnson <janis187@us.ibm.com> * doc/sourcebuild.texi (Test Suites): Document testing support for |