Commit a48ba7e1 by Steven Bosscher

trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.

	* trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.
	(gfc_conv_string_tmp): Do not assert type comparibilty.
	*  trans-array.c: Do not include gimple.h, ggc.h, and real.h.
	(gfc_conv_expr_descriptor): Remove assert.
	* trans-common.c: Clarify why rtl.h and tm.h are included.
	* trans-openmp.c: Do not include ggc.h and real.h.
	Explain why gimple.h is included.
	* trans-const.c: Do not include ggc.h.
	* trans-stmt.c: Do not include gimple.h, ggc.h, and real.h.
	* trans.c: Do not include ggc.h and real.h.
	Explain why gimple.h is included.
	* trans-types.c: Do not include tm.h.  Explain why langhooks.h
	and dwarf2out.h are included.
	* trans-io.c: Do not include gimple.h and real.h.
	* trans-decl.c: Explain why gimple.h, tm.h, and rtl.h are included.
	* trans-intrinsic.c: Do not include gimple.h.  Explain why tm.h
	is included.

From-SVN: r159640
parent 69610617
2010-05-20 Steven Bosscher <steven@gcc.gnu.org>
* trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.
(gfc_conv_string_tmp): Do not assert type comparibilty.
* trans-array.c: Do not include gimple.h, ggc.h, and real.h.
(gfc_conv_expr_descriptor): Remove assert.
* trans-common.c: Clarify why rtl.h and tm.h are included.
* trans-openmp.c: Do not include ggc.h and real.h.
Explain why gimple.h is included.
* trans-const.c: Do not include ggc.h.
* trans-stmt.c: Do not include gimple.h, ggc.h, and real.h.
* trans.c: Do not include ggc.h and real.h.
Explain why gimple.h is included.
* trans-types.c: Do not include tm.h. Explain why langhooks.h
and dwarf2out.h are included.
* trans-io.c: Do not include gimple.h and real.h.
* trans-decl.c: Explain why gimple.h, tm.h, and rtl.h are included.
* trans-intrinsic.c: Do not include gimple.h. Explain why tm.h
is included.
2010-05-20 Tobias Burnus <burnus@net-b.de> 2010-05-20 Tobias Burnus <burnus@net-b.de>
* options.c (gfc_init_options,gfc_post_options): Enable * options.c (gfc_init_options,gfc_post_options): Enable
......
...@@ -80,10 +80,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -80,10 +80,7 @@ along with GCC; see the file COPYING3. If not see
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include "tree.h" #include "tree.h"
#include "gimple.h"
#include "ggc.h"
#include "toplev.h" #include "toplev.h"
#include "real.h"
#include "flags.h" #include "flags.h"
#include "gfortran.h" #include "gfortran.h"
#include "constructor.h" #include "constructor.h"
...@@ -5268,8 +5265,6 @@ gfc_conv_expr_descriptor (gfc_se * se, gfc_expr * expr, gfc_ss * ss) ...@@ -5268,8 +5265,6 @@ gfc_conv_expr_descriptor (gfc_se * se, gfc_expr * expr, gfc_ss * ss)
gfc_trans_scalarizing_loops (&loop, &block); gfc_trans_scalarizing_loops (&loop, &block);
desc = loop.temp_ss->data.info.descriptor; desc = loop.temp_ss->data.info.descriptor;
gcc_assert (is_gimple_lvalue (desc));
} }
else if (expr->expr_type == EXPR_FUNCTION) else if (expr->expr_type == EXPR_FUNCTION)
{ {
......
...@@ -99,8 +99,8 @@ along with GCC; see the file COPYING3. If not see ...@@ -99,8 +99,8 @@ along with GCC; see the file COPYING3. If not see
#include "target.h" #include "target.h"
#include "tree.h" #include "tree.h"
#include "toplev.h" #include "toplev.h"
#include "tm.h" #include "tm.h" /* For rtl.h. */
#include "rtl.h" #include "rtl.h" /* For decl_default_tls_model. */
#include "gfortran.h" #include "gfortran.h"
#include "trans.h" #include "trans.h"
#include "trans-types.h" #include "trans-types.h"
......
...@@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include "tree.h" #include "tree.h"
#include "ggc.h"
#include "toplev.h" #include "toplev.h"
#include "real.h" #include "real.h"
#include "double-int.h" #include "double-int.h"
......
...@@ -26,11 +26,11 @@ along with GCC; see the file COPYING3. If not see ...@@ -26,11 +26,11 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h" #include "coretypes.h"
#include "tree.h" #include "tree.h"
#include "tree-dump.h" #include "tree-dump.h"
#include "gimple.h" #include "gimple.h" /* For create_tmp_var_raw. */
#include "ggc.h" #include "ggc.h"
#include "toplev.h" #include "toplev.h"
#include "tm.h" #include "tm.h" /* For rtl.h. */
#include "rtl.h" #include "rtl.h" /* For decl_default_tls_model. */
#include "target.h" #include "target.h"
#include "function.h" #include "function.h"
#include "flags.h" #include "flags.h"
......
...@@ -26,11 +26,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -26,11 +26,7 @@ along with GCC; see the file COPYING3. If not see
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include "tree.h" #include "tree.h"
#include "convert.h"
#include "ggc.h"
#include "toplev.h" #include "toplev.h"
#include "real.h"
#include "gimple.h"
#include "langhooks.h" #include "langhooks.h"
#include "flags.h" #include "flags.h"
#include "gfortran.h" #include "gfortran.h"
...@@ -1115,8 +1111,6 @@ gfc_conv_string_tmp (gfc_se * se, tree type, tree len) ...@@ -1115,8 +1111,6 @@ gfc_conv_string_tmp (gfc_se * se, tree type, tree len)
tree var; tree var;
tree tmp; tree tmp;
gcc_assert (types_compatible_p (TREE_TYPE (len), gfc_charlen_type_node));
if (gfc_can_put_var_on_stack (len)) if (gfc_can_put_var_on_stack (len))
{ {
/* Create a temporary variable to hold the result. */ /* Create a temporary variable to hold the result. */
......
...@@ -25,12 +25,11 @@ along with GCC; see the file COPYING3. If not see ...@@ -25,12 +25,11 @@ along with GCC; see the file COPYING3. If not see
#include "config.h" #include "config.h"
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include "tm.h" #include "tm.h" /* For UNITS_PER_WORD. */
#include "tree.h" #include "tree.h"
#include "ggc.h" #include "ggc.h"
#include "toplev.h" #include "toplev.h"
#include "real.h" #include "real.h"
#include "gimple.h"
#include "flags.h" #include "flags.h"
#include "gfortran.h" #include "gfortran.h"
#include "arith.h" #include "arith.h"
......
...@@ -24,10 +24,8 @@ along with GCC; see the file COPYING3. If not see ...@@ -24,10 +24,8 @@ along with GCC; see the file COPYING3. If not see
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include "tree.h" #include "tree.h"
#include "gimple.h"
#include "ggc.h" #include "ggc.h"
#include "toplev.h" #include "toplev.h"
#include "real.h"
#include "gfortran.h" #include "gfortran.h"
#include "trans.h" #include "trans.h"
#include "trans-stmt.h" #include "trans-stmt.h"
......
...@@ -24,10 +24,8 @@ along with GCC; see the file COPYING3. If not see ...@@ -24,10 +24,8 @@ along with GCC; see the file COPYING3. If not see
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include "tree.h" #include "tree.h"
#include "gimple.h" #include "gimple.h" /* For create_tmp_var_raw. */
#include "ggc.h"
#include "toplev.h" #include "toplev.h"
#include "real.h"
#include "gfortran.h" #include "gfortran.h"
#include "trans.h" #include "trans.h"
#include "trans-stmt.h" #include "trans-stmt.h"
......
...@@ -25,10 +25,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -25,10 +25,7 @@ along with GCC; see the file COPYING3. If not see
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include "tree.h" #include "tree.h"
#include "gimple.h"
#include "ggc.h"
#include "toplev.h" #include "toplev.h"
#include "real.h"
#include "gfortran.h" #include "gfortran.h"
#include "flags.h" #include "flags.h"
#include "trans.h" #include "trans.h"
......
...@@ -27,8 +27,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -27,8 +27,7 @@ along with GCC; see the file COPYING3. If not see
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include "tree.h" #include "tree.h"
#include "langhooks.h" #include "langhooks.h" /* For iso-c-bindings.def. */
#include "tm.h"
#include "target.h" #include "target.h"
#include "ggc.h" #include "ggc.h"
#include "toplev.h" #include "toplev.h"
...@@ -38,7 +37,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -38,7 +37,7 @@ along with GCC; see the file COPYING3. If not see
#include "trans-const.h" #include "trans-const.h"
#include "real.h" #include "real.h"
#include "flags.h" #include "flags.h"
#include "dwarf2out.h" #include "dwarf2out.h" /* For struct array_descr_info. */
#if (GFC_MAX_DIMENSIONS < 10) #if (GFC_MAX_DIMENSIONS < 10)
......
...@@ -23,12 +23,10 @@ along with GCC; see the file COPYING3. If not see ...@@ -23,12 +23,10 @@ along with GCC; see the file COPYING3. If not see
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include "tree.h" #include "tree.h"
#include "gimple.h" #include "gimple.h" /* For create_tmp_var_raw. */
#include "tree-iterator.h" #include "tree-iterator.h"
#include "ggc.h"
#include "toplev.h" #include "toplev.h"
#include "defaults.h" #include "defaults.h"
#include "real.h"
#include "flags.h" #include "flags.h"
#include "gfortran.h" #include "gfortran.h"
#include "trans.h" #include "trans.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment