summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2008-04-01 22:14:41 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2008-04-01 22:14:41 +0000
commit10743280477e38895d983bccb4e5cd80b16306af (patch)
tree08652b02353ba0265c7c10802a5d776195e92189 /gcc/ChangeLog
parent7151ffbe56dd95cbd05e4e5c418468d30dc33c2f (diff)
downloadgcc-10743280477e38895d983bccb4e5cd80b16306af.tar.gz
re PR middle-end/35705 (Symbol address check eliminated by C frontend.)
PR middle-end/35705 * fold-const.c (get_pointer_modulus_and_residue): Return modulus 1 if the expression is a function address. From-SVN: r133804
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2ef5a6c33de..17a8ee570be 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ PR middle-end/35705
+ * fold-const.c (get_pointer_modulus_and_residue): Return modulus 1 if
+ the expression is a function address.
+
2008-04-01 George Helffrich <george@gcc.gnu.org>
PR fortran/PR35154, fortran/PR23057