aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2007-10-06 20:28:15 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2007-10-06 20:28:15 +0000
commit2f09ef38b898ddd79ac5627e0916e2ea8cdf90dd (patch)
tree3fdfba6221c02d90626e89e38beb0d0e6c7bb335 /gcc/ChangeLog
parent53747374f94953daa2a8fb58d366d14232e39dae (diff)
downloadgcc-2f09ef38b898ddd79ac5627e0916e2ea8cdf90dd.zip
gcc-2f09ef38b898ddd79ac5627e0916e2ea8cdf90dd.tar.gz
gcc-2f09ef38b898ddd79ac5627e0916e2ea8cdf90dd.tar.bz2
Revert:
2007-02-12 Eric Botcazou <ebotcazou@adacore.com> * tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL. * cgraphunit.c (cgraph_expand_function): If DECL_IGNORED_P is set on the function, temporarily point the debug interface to the null one. From-SVN: r129056
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4534268..a4ec3cb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2007-10-06 Eric Botcazou <ebotcazou@adacore.com>
+
+ Revert:
+ 2007-02-12 Eric Botcazou <ebotcazou@adacore.com>
+
+ * tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.
+ * cgraphunit.c (cgraph_expand_function): If DECL_IGNORED_P is set on
+ the function, temporarily point the debug interface to the null one.
+
2007-10-06 Alexandre Oliva <aoliva@redhat.com>
PR tree-optimization/33655