aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorNathan Froyd <froydnj@codesourcery.com>2007-08-02 14:42:53 +0000
committerNathan Froyd <froydnj@gcc.gnu.org>2007-08-02 14:42:53 +0000
commit50926624ca06e49e824729da94a176281733fb74 (patch)
tree330cb2f1673bfac2868767a778633e959dbcb9b1 /gcc/ChangeLog
parentd236f595e8fac9678388240b04c1ae25082f1d2a (diff)
downloadgcc-50926624ca06e49e824729da94a176281733fb74.zip
gcc-50926624ca06e49e824729da94a176281733fb74.tar.gz
gcc-50926624ca06e49e824729da94a176281733fb74.tar.bz2
re PR middle-end/25446 (-fpic/-fPIC failure in gcc.dg/vect/vect-ifcvt-9.c)
PR middle-end/25446 * c-objc-common.c (c_cannot_inline_tree_fn): Check for an always_inline attribute on the function decl. From-SVN: r127163
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 e712c82..95106b1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,11 @@
2007-08-02 Nathan Froyd <froydnj@codesourcery.com>
+ PR middle-end/25446
+ * c-objc-common.c (c_cannot_inline_tree_fn): Check for an
+ always_inline attribute on the function decl.
+
+2007-08-02 Nathan Froyd <froydnj@codesourcery.com>
+
PR middle-end/25445
* varasm.c (default_binds_local_p_1): Consult flag_whole_program
if we are compiling with -fPIC.