aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/c-family/ChangeLog')
-rw-r--r--gcc-4.9/gcc/c-family/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/c-family/ChangeLog b/gcc-4.9/gcc/c-family/ChangeLog
index 805ba9ca8..4f277de68 100644
--- a/gcc-4.9/gcc/c-family/ChangeLog
+++ b/gcc-4.9/gcc/c-family/ChangeLog
@@ -1,3 +1,19 @@
+2014-05-06 Richard Biener <rguenther@suse.de>
+
+ * c-opts.c (c_common_post_options): For -freestanding,
+ -fno-hosted and -fno-builtin disable pattern recognition
+ if not enabled explicitely.
+
+2014-04-22 Richard Biener <rguenther@suse.de>
+
+ Backport from mainline
+ 2014-04-14 Richard Biener <rguenther@suse.de>
+ Marc Glisse <marc.glisse@inria.fr>
+
+ PR c/60819
+ * c-common.c (convert_vector_to_pointer_for_subscript): Properly
+ apply may-alias the scalar pointer type when applicable.
+
2014-04-22 Release Manager
* GCC 4.9.0 released.