summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-14 23:32:39 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-14 23:32:39 +0000
commit91659b0a75758f71c7238e26a0113c2ff5c7a64f (patch)
tree562f0362dc09390f603e23ec72904f06531307a7 /gcc/ChangeLog
parent35e5dc9fa7f94c0cab5897abfd677034b584539c (diff)
downloadgcc-91659b0a75758f71c7238e26a0113c2ff5c7a64f.tar.gz
Backported from mainline
2012-02-13 Jakub Jelinek <jakub@redhat.com> PR middle-end/52230 * omp-low.c (expand_omp_for): If a static schedule without chunk size has NULL region->cont, force fd.chunk_size to be integer_zero_node. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@184240 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 698804e460c..1ba4443d3b8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,13 @@
2012-02-14 Jakub Jelinek <jakub@redhat.com>
+ Backported from mainline
+ 2012-02-13 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/52230
+ * omp-low.c (expand_omp_for): If a static schedule without
+ chunk size has NULL region->cont, force fd.chunk_size to be
+ integer_zero_node.
+
PR bootstrap/51969
Backported from mainline
2011-11-08 Michael Matz <matz@suse.de>