aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2015-01-15 11:59:51 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2015-01-15 11:59:51 +0000
commit4c113f8789b5d4feb1935d60ba0e82f97bf70dac (patch)
treec76da3bc73c239860f313271ac4e28e52547d2bf /gcc
parent3aabdc00d0cdf1b4fccdb445cf3846f5d83c3981 (diff)
downloadgcc-4c113f8789b5d4feb1935d60ba0e82f97bf70dac.zip
gcc-4c113f8789b5d4feb1935d60ba0e82f97bf70dac.tar.gz
gcc-4c113f8789b5d4feb1935d60ba0e82f97bf70dac.tar.bz2
Fix oversight in previous commit
From-SVN: r219649
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index bd1e6c5..e3bea5f 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,7 +1,6 @@
2015-01-15 Eric Botcazou <ebotcazou@adacore.com>
- * expr.c (expand_expr_real_1) <normal_inner_ref>: Use the expression to
- set the memory attributes in all cases but clear MEM_EXPR if need be.
+ * gnat.dg/opt47.adb: New test.
2015-01-15 Richard Biener <rguenther@suse.de>