summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2007-08-03 20:38:08 +0000
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2007-08-03 20:38:08 +0000
commit535fca1102af31bb0dd35fbc901af77915ee57e2 (patch)
tree30d50a086a160832910454fe10906a50cc9a8b08 /gcc
parent2ffb8b10c80328a5f930f79b3eeec8d1bb4d9577 (diff)
downloadgcc-535fca1102af31bb0dd35fbc901af77915ee57e2.tar.gz
Fix some white space issues in the fortran/ChangeLog
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127184 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog20
1 files changed, 10 insertions, 10 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 1d6ca667456..c8e4a3c9931 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -66,7 +66,7 @@
2007-07-31 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/32942
- *trans-intrinsic.c (gfc_conv_intrinsic_exponent): Convert to correct
+ * trans-intrinsic.c (gfc_conv_intrinsic_exponent): Convert to correct
type.
2007-07-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
@@ -81,7 +81,7 @@
handled.
PR fortran/32682
- *trans-array.c (gfc_trans_array_constructor): On detecting a
+ * trans-array.c (gfc_trans_array_constructor): On detecting a
multi-dimensional parameter array, set the loop limits.
2007-07-29 Daniel Franke <franke.daniel@gmail.com>
@@ -916,14 +916,14 @@
2007-07-01 Janne Blomqvist <jb@gcc.gnu.org>
- * trans.h: Remove decls for 64-bit allocation functions.
- * trans-array.c (gfc_grow_array): Always pick the standard realloc
- function decl.
- (gfc_array_allocate): Likewise.
- * trans-decl.c: Remove trees for 64-bit allocation functions.
- (gfc_build_builtin_function_decls): Don't build fndecls for 64-bit
- allocations functions, use index_int_type for normal allocation
- functions.
+ * trans.h: Remove decls for 64-bit allocation functions.
+ * trans-array.c (gfc_grow_array): Always pick the standard realloc
+ function decl.
+ (gfc_array_allocate): Likewise.
+ * trans-decl.c: Remove trees for 64-bit allocation functions.
+ (gfc_build_builtin_function_decls): Don't build fndecls for 64-bit
+ allocations functions, use index_int_type for normal allocation
+ functions.
2007-06-30 Daniel Franke <franke.daniel@gmail.com>