summaryrefslogtreecommitdiffstats
path: root/gcc/convert.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-19 22:39:55 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-19 22:39:55 +0000
commit413a7abf8c465f1af53efad6939ee8d0d708c6f8 (patch)
tree94df3d1c9f4ce657fd99d4dcc5822e2ca9695645 /gcc/convert.c
parent05d51900dfa4ae5e5e8ed9c99a249cb22cf227c8 (diff)
downloadppe42-gcc-413a7abf8c465f1af53efad6939ee8d0d708c6f8.tar.gz
ppe42-gcc-413a7abf8c465f1af53efad6939ee8d0d708c6f8.zip
* Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.
* tree.c (build0, build1, build2, build3, build4): Split out from... (build): ... here. Call them. * tree.h (build, _buildN1, _buildN2, _buildC1, _buildC2): New. * convert.c (convert_to_integer): Remove extra build argument. * tree-inline.c (expand_call_inline): Likewise. ada/ * misc.c (record_code_position): Add third build arg for RTL_EXPR. java/ * parse.y (switch_label): Use make_node for DEFAULT_EXPR. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78126 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/convert.c')
-rw-r--r--gcc/convert.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/convert.c b/gcc/convert.c
index 9096541fe2a..8fca4157963 100644
--- a/gcc/convert.c
+++ b/gcc/convert.c
@@ -523,8 +523,7 @@ convert_to_integer (tree type, tree expr)
return convert (type,
fold (build (ex_form, typex,
convert (typex, arg0),
- convert (typex, arg1),
- 0)));
+ convert (typex, arg1))));
}
}
}
OpenPOWER on IntegriCloud