aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-08-30 18:46:23 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2007-08-30 18:46:23 +0200
commit12cdc4fa8647b21f11d5f4b091d54f34e7220853 (patch)
treef0d95222445794391ea88b9790754360b5bb452f /gcc/ChangeLog
parentca2ba153a602f34f2bfc76b106345c9fe7aa21f0 (diff)
downloadgcc-12cdc4fa8647b21f11d5f4b091d54f34e7220853.zip
gcc-12cdc4fa8647b21f11d5f4b091d54f34e7220853.tar.gz
gcc-12cdc4fa8647b21f11d5f4b091d54f34e7220853.tar.bz2
decl.c (start_preparsed_function): Set DECL_DISREGARD_INLINE_LIMITS for GNU_INLINE_P functions.
* decl.c (start_preparsed_function): Set DECL_DISREGARD_INLINE_LIMITS for GNU_INLINE_P functions. * gcc.dg/inline-24.c: New test. * g++.dg/opt/inline11.C: New test. From-SVN: r127929
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3c3a291..200a353 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,8 @@
2007-08-30 Jakub Jelinek <jakub@redhat.com>
+ * decl.c (start_preparsed_function): Set
+ DECL_DISREGARD_INLINE_LIMITS for GNU_INLINE_P functions.
+
PR target/33168
* config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Return
true if any of the compare_section_name calls returned true,