aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.3/gcc/fortran/ChangeLog.ptr
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.3/gcc/fortran/ChangeLog.ptr')
-rw-r--r--gcc-4.8.3/gcc/fortran/ChangeLog.ptr17
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc-4.8.3/gcc/fortran/ChangeLog.ptr b/gcc-4.8.3/gcc/fortran/ChangeLog.ptr
new file mode 100644
index 000000000..c8d8527f9
--- /dev/null
+++ b/gcc-4.8.3/gcc/fortran/ChangeLog.ptr
@@ -0,0 +1,17 @@
+2007-05-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
+
+ * trans-intrinsic.c (gfc_conv_intrinsic_repeat): Use
+ POINTER_PLUS_EXPR instead of PLUS_EXPR for pointer addition.
+
+2007-05-07 Andrew Pinski <andrew_pinski@playstation.sony.com>
+
+ * trans-expr.c (gfc_trans_string_copy): Create
+ POINTER_PLUS_EXPR instead of a PLUS_EXPR
+ for pointer types.
+
+
+Copyright (C) 2007 Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.