aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2015-07-15 19:50:23 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2015-07-15 19:50:23 +0000
commit903f5c23c82a305a253b65883c338ea77160e2bc (patch)
tree1913cdbdd39a4acb37f3c7f164d6e2ede684023c /gcc/fortran
parent852b55f9afbc31fac5d593fa2943af98e9c18533 (diff)
downloadgcc-903f5c23c82a305a253b65883c338ea77160e2bc.zip
gcc-903f5c23c82a305a253b65883c338ea77160e2bc.tar.gz
gcc-903f5c23c82a305a253b65883c338ea77160e2bc.tar.bz2
opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't include input.h.
2015-07-15 Andrew MacLeod <amacleod@redhat.com> * opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't include input.h. * opts.c: Remove multiline #include comment. 2015-07-15 Andrew MacLeod <amacleod@redhat.com> * java/expr.c: Remove multiline #include comment. 2015-07-15 Andrew MacLeod <amacleod@redhat.com> * fortran/trans-types.c: Remove multiline #include comment. 2015-07-15 Andrew MacLeod <amacleod@redhat.com> * c-family/c-opts.c: Remove multiline #include comment. From-SVN: r225846
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/trans-types.c10
2 files changed, 5 insertions, 9 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index b13f67f..4822a65 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-15 Andrew MacLeod <amacleod@redhat.com>
+
+ * trans-types.c: Remove multiline #include comment.
+
2015-07-14 Steven G. Kargl <kargl@gcc.gnu.org>
* simplify.c (gfc_simplify_floor): Set precision of temporary to
diff --git a/gcc/fortran/trans-types.c b/gcc/fortran/trans-types.c
index 61f5827..7f3f261 100644
--- a/gcc/fortran/trans-types.c
+++ b/gcc/fortran/trans-types.c
@@ -24,15 +24,7 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h" /* For INTMAX_TYPE, INT8_TYPE, INT16_TYPE, INT32_TYPE,
- INT64_TYPE, INT_LEAST8_TYPE, INT_LEAST16_TYPE,
- INT_LEAST32_TYPE, INT_LEAST64_TYPE, INT_FAST8_TYPE,
- INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
- BOOL_TYPE_SIZE, BITS_PER_UNIT, POINTER_SIZE,
- INT_TYPE_SIZE, CHAR_TYPE_SIZE, SHORT_TYPE_SIZE,
- LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE,
- FLOAT_TYPE_SIZE, DOUBLE_TYPE_SIZE and
- LONG_DOUBLE_TYPE_SIZE. */
+#include "tm.h"
#include "alias.h"
#include "tree.h"
#include "fold-const.h"